:root {
	--cc-bg: #050711;
	--cc-bg-soft: #0b1020;
	--cc-panel: #11182a;
	--cc-panel-strong: #15223a;
	--cc-text: #f7fbff;
	--cc-muted: #b9c6d8;
	--cc-line: rgba(255, 255, 255, 0.14);
	--cc-cyan: #47d7ff;
	--cc-blue: #2f6bff;
	--cc-coral: #ff7029;
	--cc-green: #6ee7b7;
	--cc-mint: #9ff7d4;
	--cc-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
	--cc-radius: 8px;
	--cc-container: 1180px;
	--cc-header-height: 76px;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	max-width: 100%;
	overflow-x: hidden;
}

body.cottoncloud-site {
	margin: 0;
	color: var(--cc-text);
	background: var(--cc-bg);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.6;
	max-width: 100%;
	overflow-x: hidden;
}

.cc-main {
	max-width: 100%;
	overflow-x: clip;
}

body.cottoncloud-site.admin-bar .cc-header {
	top: 32px;
}

a {
	color: inherit;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

.screen-reader-text,
.cc-skip-link {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.cc-skip-link:focus {
	z-index: 1000;
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	padding: 10px 14px;
	clip: auto;
	color: #06101d;
	background: var(--cc-green);
	border-radius: var(--cc-radius);
}

.cc-container {
	width: min(100% - 32px, var(--cc-container));
	margin-inline: auto;
}

.cc-header {
	position: sticky;
	z-index: 100;
	top: 0;
	background: rgba(5, 7, 17, 0.94);
	border-bottom: 1px solid var(--cc-line);
	backdrop-filter: blur(18px);
}

.cc-header__inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(220px, auto) minmax(0, 1fr) auto;
	gap: 16px;
	align-items: center;
	min-height: var(--cc-header-height);
	width: min(100% - 32px, var(--cc-container));
	margin-inline: auto;
}

.cc-brand {
	display: inline-flex;
	gap: 12px;
	align-items: center;
	min-height: 44px;
	min-width: 0;
	color: var(--cc-text);
	font-weight: 800;
	text-decoration: none;
}

.cc-brand__mark {
	display: grid;
	place-items: center;
	width: 42px;
	aspect-ratio: 1;
	overflow: hidden;
	background: linear-gradient(135deg, rgba(110, 231, 183, 0.2), rgba(71, 215, 255, 0.13));
	border: 1px solid rgba(110, 231, 183, 0.32);
	border-radius: var(--cc-radius);
}

.cc-brand__mark img {
	width: 30px;
	height: 30px;
	filter: brightness(0) invert(1);
	object-fit: contain;
}

.cc-brand__copy {
	display: grid;
	gap: 0;
	line-height: 1.05;
}

.cc-brand__copy strong {
	color: var(--cc-text);
	font-size: 1rem;
	letter-spacing: 0;
}

.cc-brand__copy small {
	color: var(--cc-muted);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0;
}

.cc-nav {
	display: flex;
	align-items: center;
	gap: 12px;
	justify-self: center;
	min-width: 0;
}

.cc-nav__list {
	display: flex;
	flex: 1 1 auto;
	flex-wrap: nowrap;
	gap: 3px;
	align-items: center;
	justify-content: flex-end;
	min-width: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}

.cc-nav__list .sub-menu {
	display: none;
}

.cc-nav__list a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 8px 10px;
	color: rgba(247, 251, 255, 0.84);
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: none;
	border-radius: var(--cc-radius);
	white-space: nowrap;
	touch-action: manipulation;
}

.cc-nav__list a:hover,
.cc-nav__list a:focus-visible {
	color: var(--cc-text);
	background: rgba(255, 255, 255, 0.08);
	outline: none;
}

.cch-nav__dropdown,
.nav-dropdown {
	color: #06101d !important;
	background: #fff !important;
}

.cch-nav__dropdown a,
.nav-dropdown a {
	color: #06101d !important;
}

.cc-nav__actions {
	display: none;
}

.cc-nav__mobile-actions {
	display: none;
}

@media (min-width: 1361px) {
	.cc-nav__mobile-actions,
	.cc-nav__mobile-actions [data-cc-mobile-only] {
		display: none !important;
	}

	html body.cottoncloud-site .cc-header__cta,
	html body.cottoncloud-site .cc-nav__tools > *:not(.cc-nav__actions),
	html body.cottoncloud-site .cc-nav__tools .cc-button:not(.cc-nav__action--account),
	html body.cottoncloud-site .cc-nav__tools .cc-nav__action:not(.cc-nav__action--account),
	html body.cottoncloud-site .cc-nav__tools [data-cc-mobile-only],
	html body.cottoncloud-site .cc-nav__actions > *:not(.cc-nav__action--account),
	html body.cottoncloud-site .cc-nav__actions > .cc-nav__action:not(.cc-nav__action--account) {
		display: none !important;
	}

	html body.cottoncloud-site .cc-nav__actions > * + * + * {
		display: none !important;
	}

	html body.cottoncloud-site .cc-header a[href*="?interest=" i],
	html body.cottoncloud-site .cc-header a[href*="&interest=" i],
	html body.cottoncloud-site .cc-header a[href*="cc_form_key=" i],
	html body.cottoncloud-site .cc-header a.cc-button[href*="/kontakt/" i],
	html body.cottoncloud-site .cc-header a.cc-nav__action[href*="/kontakt/" i],
	html body.cottoncloud-site .cc-nav__tools a[href*="/kontakt/" i],
	html body.cottoncloud-site .cc-nav__actions a[href*="/kontakt/" i],
	html body.cottoncloud-site .cc-header a[href*="#kontakt-formular" i] {
		display: none !important;
	}

	html body.cottoncloud-site .cc-floating-language-switcher {
		display: none !important;
	}

	html body.cottoncloud-site .cc-header__language {
		display: flex !important;
		grid-column: 3;
		justify-self: end;
		align-items: center;
		position: static;
		top: auto;
		right: auto;
		padding: 0;
		background: none;
		border: 0;
		box-shadow: none;
		backdrop-filter: none;
	}

	html body.cottoncloud-site .cc-nav {
		grid-column: 2;
		display: flex;
		align-items: center;
		gap: 12px;
		justify-self: end;
		width: 100%;
		min-width: 0;
	}

	html body.cottoncloud-site .cc-nav__list {
		flex: 1 1 auto;
		min-width: 0;
	}

	html body.cottoncloud-site .cc-nav__tools > .cc-lang-switcher--header {
		display: none !important;
	}

	html body.cottoncloud-site .cc-header__language .cc-lang-switcher__toggle {
		min-width: 56px;
		min-height: 44px;
		padding: 0 10px 0 12px;
		font-size: 0.68rem;
		letter-spacing: 0.1em;
		border-radius: 16px;
		box-shadow: none;
	}

	html body.cottoncloud-site .cc-header__language .cc-lang-switcher__menu {
		top: calc(100% + 10px);
		right: 0;
	}

	html body.cottoncloud-site .cc-lang-switcher__menu {
		display: none;
	}

	html body.cottoncloud-site .cc-lang-switcher__popover[open] .cc-lang-switcher__menu {
		display: grid;
	}

	html body.cottoncloud-site .cc-nav__actions > .cc-nav__action--account {
		display: inline-flex !important;
	}

	html body.cottoncloud-site .cc-nav__tools > .cc-nav__actions {
		display: flex !important;
		flex: 0 0 auto;
		align-items: center;
		gap: 10px;
		padding: 0;
		margin: 0;
	}

	html body.cottoncloud-site .cc-nav__actions .cc-nav__action--account {
		align-items: center;
		min-height: 44px;
		padding: 0 6px;
		color: rgba(247, 251, 255, 0.76);
		font-size: 0.82rem;
		font-weight: 800;
		background: transparent;
		border: 0;
		box-shadow: none;
		white-space: nowrap;
	}

	html body.cottoncloud-site .cc-nav__actions .cc-nav__action--account:hover,
	html body.cottoncloud-site .cc-nav__actions .cc-nav__action--account:focus-visible {
		color: var(--cc-text);
		background: transparent;
		outline: none;
	}

	html body.cottoncloud-site:not(.page-template-page-admin-hub) :is(#wpadminbar, [data-kt-owner-lazy-root], [data-kt-owner-shell], [data-kt-owner-panel], [data-kt-owner-drawer], [data-kt-owner-toolbar], .kt-owner-toolbar, .ccoe-toolbar) a[href*="?interest=" i],
	html body.cottoncloud-site:not(.page-template-page-admin-hub) :is(#wpadminbar, [data-kt-owner-lazy-root], [data-kt-owner-shell], [data-kt-owner-panel], [data-kt-owner-drawer], [data-kt-owner-toolbar], .kt-owner-toolbar, .ccoe-toolbar) a[href*="&interest=" i],
	html body.cottoncloud-site:not(.page-template-page-admin-hub) :is(#wpadminbar, [data-kt-owner-lazy-root], [data-kt-owner-shell], [data-kt-owner-panel], [data-kt-owner-drawer], [data-kt-owner-toolbar], .kt-owner-toolbar, .ccoe-toolbar) a[href*="cc_form_key=" i],
	html body.cottoncloud-site:not(.page-template-page-admin-hub) :is(#wpadminbar, [data-kt-owner-lazy-root], [data-kt-owner-shell], [data-kt-owner-panel], [data-kt-owner-drawer], [data-kt-owner-toolbar], .kt-owner-toolbar, .ccoe-toolbar) a[href*="#kontakt-formular" i],
	html body.cottoncloud-site:not(.page-template-page-admin-hub) :is(#wpadminbar, [data-kt-owner-lazy-root], [data-kt-owner-shell], [data-kt-owner-panel], [data-kt-owner-drawer], [data-kt-owner-toolbar], .kt-owner-toolbar, .ccoe-toolbar) a[href*="/kontakt/" i] {
		display: none !important;
	}
}

.cc-nav__tools {
	display: flex;
	flex: 0 0 auto;
	gap: 12px;
	align-items: center;
	padding: 0;
	margin: 0;
}

.cc-header__language {
	display: none;
	justify-self: end;
	min-width: 0;
}

.cc-lang-switcher__list {
	display: inline-flex;
	gap: 6px;
	align-items: center;
	padding: 0;
	margin: 0;
	list-style: none;
}

.cc-lang-switcher__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	min-height: 40px;
	padding: 8px 12px;
	color: rgba(247, 251, 255, 0.82);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
	background: rgba(255, 255, 255, 0.045);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
}

.cc-lang-switcher__link:hover,
.cc-lang-switcher__link:focus-visible {
	color: var(--cc-text);
	background: rgba(255, 255, 255, 0.1);
	outline: none;
}

.cc-lang-switcher__link.is-current {
	color: #06101d;
	background: var(--cc-green);
	border-color: rgba(110, 231, 183, 0.64);
}

.cc-header__cta,
.cc-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 18px;
	color: #04101f;
	font-weight: 800;
	text-decoration: none;
	background: var(--cc-green);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--cc-radius);
	box-shadow: 0 14px 34px rgba(71, 215, 255, 0.12);
}

.cc-text-link {
	display: inline-flex;
	width: fit-content;
	color: var(--cc-green);
	font-weight: 900;
	text-decoration: none;
}

a.cc-text-link {
	align-items: center;
	min-width: 44px;
	min-height: 44px;
}

.cc-header__cta:hover,
.cc-header__cta:focus-visible,
.cc-button:hover,
.cc-button:focus-visible {
	transform: translateY(-1px);
}

.cc-header__cta:focus-visible,
.cc-button:focus-visible {
	outline: 3px solid #8ec8ff;
	outline-offset: 3px;
}

.cc-button--ghost {
	color: var(--cc-text);
	background: rgba(255, 255, 255, 0.08);
}

.cc-button--subtle {
	color: var(--cc-text);
	background: rgba(255, 255, 255, 0.045);
	border-color: rgba(255, 255, 255, 0.22);
	box-shadow: none;
}

.cc-button--light {
	color: #06101d;
	background: #fff;
}

@media (max-width: 1399px) and (min-width: 1361px) {
	.cc-header__inner {
		grid-template-columns: minmax(170px, auto) minmax(0, 1fr) auto;
		gap: 12px;
	}

	.cc-brand__copy small {
		display: none;
	}

	.cc-nav {
		justify-self: stretch;
		min-width: 0;
	}

	.cc-nav__list {
		flex-wrap: nowrap;
		justify-content: flex-end;
		width: 100%;
		max-width: none;
		gap: 1px;
	}

	.cc-nav__list a {
		min-height: 34px;
		padding: 6px;
		font-size: 0.78rem;
	}

	.cc-header__cta {
		display: inline-flex;
		min-height: 40px;
		padding: 9px 10px;
		font-size: 0.84rem;
	}
}

@media (max-width: 1360px) {
	.cc-header__inner {
		grid-template-columns: minmax(0, 1fr) auto auto;
	}

	.cc-header__language {
		display: flex;
		align-items: center;
		position: fixed;
		z-index: 160;
		top: max(12px, env(safe-area-inset-top));
		right: clamp(64px, 8vw, 92px);
		padding: 4px;
		background: rgba(5, 7, 17, 0.84);
		border: 1px solid rgba(255, 255, 255, 0.14);
		border-radius: 999px;
		box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
		backdrop-filter: blur(14px);
	}

	body.cottoncloud-site.admin-bar .cc-header__language {
		top: calc(46px + max(12px, env(safe-area-inset-top)));
	}

	@media (min-width: 783px) {
		body.cottoncloud-site.admin-bar .cc-header__language {
			top: calc(32px + max(12px, env(safe-area-inset-top)));
		}
	}

	@media (min-width: 901px) and (max-width: 1200px) {
		body.cottoncloud-site .cc-header__language {
			display: none !important;
		}

		body.cottoncloud-site .cc-floating-language-switcher {
			display: flex !important;
		}
	}

	.cc-header__language .cc-lang-switcher__list {
		flex-wrap: nowrap;
		gap: 4px;
	}

	.cc-header__language .cc-lang-switcher__link {
		min-width: 38px;
		min-height: 36px;
		padding: 6px 8px;
		font-size: 0.68rem;
	}

	.cc-nav .cc-lang-switcher--header {
		display: none;
	}

	.cc-menu-toggle {
		display: grid;
		justify-self: end;
	}

	.cc-nav {
		position: absolute;
		top: calc(100% + 10px);
		left: 0;
		right: 0;
		justify-self: stretch;
		display: block;
		padding: 0;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transform: translateY(-10px);
		transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
		z-index: 30;
	}

	.cc-nav.is-open {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translateY(0);
	}

	.cc-nav-backdrop {
		position: fixed;
		inset: 0;
		z-index: 20;
		display: block;
		background: rgba(3, 7, 15, 0.72);
		backdrop-filter: none;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity 0.18s ease, visibility 0.18s ease;
	}

	.cc-nav-backdrop.is-visible {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.cc-nav__list {
		display: grid;
		justify-content: stretch;
		gap: 4px;
		padding: 14px;
		margin: 0;
		background: rgba(5, 7, 17, 0.985);
		border: 1px solid rgba(255, 255, 255, 0.08);
		border-radius: 22px;
		box-shadow: 0 30px 60px rgba(0, 0, 0, 0.42);
		max-height: min(70svh, 560px);
		overflow: auto;
		overscroll-behavior: contain;
		-webkit-overflow-scrolling: touch;
	}

	.cc-nav__list a {
		width: 100%;
		min-height: 52px;
		padding: 14px 16px;
		font-size: 1rem;
		border-radius: 16px;
	}

	.cc-nav__actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 0 14px 14px;
		margin-top: 10px;
	}

	.cc-nav__mobile-actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 0 14px 14px;
	}

	.cc-nav__mobile-actions [data-cc-mobile-only] {
		display: inline-flex !important;
	}

	.cc-nav__tools {
		display: grid;
		gap: 10px;
		padding: 0 14px 14px;
	}

	.cc-lang-switcher__list {
		flex-wrap: wrap;
	}

	.cc-lang-switcher__link {
		min-width: 48px;
		min-height: 44px;
	}

	.cc-nav__actions .cc-nav__action {
		width: 100%;
		min-height: 48px;
	}

	.cc-header__cta {
		display: none;
	}
}

@media (min-width: 1840px) {
	.cc-header__cta {
		display: inline-flex;
		min-height: 44px;
		padding: 10px 12px;
	}

	.cc-nav__list a {
		padding-inline: 7px;
	}
}

.cc-nav-backdrop {
	display: none;
}

.cc-menu-toggle {
	display: none;
	place-items: center;
	width: 44px;
	min-width: 44px;
	min-height: 44px;
	aspect-ratio: 1;
	padding: 0;
	color: var(--cc-text);
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
	touch-action: manipulation;
}

.cc-menu-toggle:focus-visible {
	outline: 2px solid rgba(110, 231, 183, 0.9);
	outline-offset: 2px;
}

.cc-menu-toggle__bars,
.cc-menu-toggle__bars::before,
.cc-menu-toggle__bars::after {
	display: block;
	width: 18px;
	height: 2px;
	background: currentColor;
	border-radius: 99px;
	content: "";
}

.cc-menu-toggle__bars {
	position: relative;
}

.cc-menu-toggle__bars::before,
.cc-menu-toggle__bars::after {
	position: absolute;
	left: 0;
}

.cc-menu-toggle__bars::before {
	top: -6px;
}

.cc-menu-toggle__bars::after {
	top: 6px;
}

@media (max-width: 1360px) {
	html.cc-menu-open,
	body.cottoncloud-site.cc-menu-open {
		overflow: hidden;
	}

	.cc-menu-toggle {
		display: grid;
	}

	.cc-nav-backdrop {
		display: block;
	}
}

@media (min-width: 1201px) and (max-width: 1360px) {
	body.cottoncloud-site .cc-header__language {
		display: flex;
		position: static;
		z-index: auto;
		justify-self: end;
		padding: 0;
		background: none;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		backdrop-filter: none;
	}

	body.cottoncloud-site.admin-bar .cc-header__language {
		top: auto;
	}

	body.cottoncloud-site .cc-floating-language-switcher {
		display: none !important;
	}
}

.cc-hero {
	position: relative;
	display: grid;
	align-items: end;
	min-height: min(680px, calc(100svh - var(--cc-header-height) - 56px));
	overflow: hidden;
	background: #09111f;
}

.cc-hero--home {
	background: #09111f;
}

.cc-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	pointer-events: none;
}

.cc-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center right;
}

.cc-hero__shade {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(5, 7, 17, 0.9), rgba(5, 7, 17, 0.54) 52%, rgba(5, 7, 17, 0.12)),
		linear-gradient(0deg, rgba(5, 7, 17, 0.9), rgba(5, 7, 17, 0.12) 56%);
}

.cc-hero__content {
	position: relative;
	z-index: 2;
	display: grid;
	gap: 22px;
	align-content: end;
	padding-block: clamp(72px, 12vh, 150px) 44px;
}

.cc-kicker {
	margin: 0;
	color: var(--cc-green);
	font-size: 0.82rem;
	font-weight: 900;
	text-transform: uppercase;
}

.cc-hero h1,
.cc-page-hero h1,
.cc-section h2,
.cc-article__hero h1 {
	max-width: 14ch;
	margin: 0;
	font-size: clamp(2.4rem, 6.2vw, 5.8rem);
	line-height: 1;
}

.cc-section h2,
.cc-article__hero h1 {
	max-width: 13ch;
	font-size: clamp(2rem, 4vw, 4.3rem);
	line-height: 1.04;
}

.cc-hero p:not(.cc-kicker),
.cc-page-hero p,
.cc-article__hero p {
	max-width: 760px;
	margin: 0;
	color: var(--cc-muted);
	font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.cc-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.cc-hero-note {
	width: fit-content;
	max-width: 760px;
	padding: 10px 14px;
	margin: 0;
	color: var(--cc-text);
	font-size: 0.96rem;
	font-weight: 800;
	line-height: 1.5;
	background: rgba(110, 231, 183, 0.1);
	border: 1px solid rgba(110, 231, 183, 0.26);
	border-radius: 999px;
}

.cc-hero-microcopy {
	max-width: 760px;
	margin: 0;
	color: rgba(247, 251, 255, 0.78);
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.55;
}

.cc-metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	max-width: 820px;
	padding: 1px;
	margin: 20px 0 0;
	overflow: hidden;
	background: var(--cc-line);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
}

.cc-metrics div {
	min-width: 0;
	padding: 16px;
	background: rgba(5, 7, 17, 0.66);
}

.cc-metrics dt {
	color: var(--cc-text);
	font-size: 1.08rem;
	font-weight: 900;
}

.cc-metrics dd {
	margin: 3px 0 0;
	color: var(--cc-muted);
	font-size: 0.94rem;
}

.cc-hero--studio {
	align-items: center;
	min-height: min(760px, calc(100svh - var(--cc-header-height)));
	padding-block: clamp(42px, 7vw, 92px);
	background:
		radial-gradient(circle at 78% 16%, rgba(56, 189, 248, 0.24), transparent 34%),
		radial-gradient(circle at 12% 70%, rgba(168, 85, 247, 0.16), transparent 34%),
		linear-gradient(145deg, #08111f, #050816 66%);
}

.cc-studio-hero__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.74fr);
	gap: clamp(24px, 5vw, 70px);
	align-items: center;
}

.cc-hero--studio .cc-hero__content {
	padding-block: 0;
	align-content: center;
}

.cc-hero--studio h1 {
	max-width: 12.5ch;
	text-wrap: balance;
}

.cc-hero--service .cc-studio-hero__grid {
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.64fr);
	gap: clamp(22px, 4.5vw, 60px);
	align-items: center;
}

.cc-hero--service .cc-hero__content {
	gap: 18px;
}

.cc-hero--service h1 {
	max-width: 15.5ch;
	font-size: clamp(2.65rem, 5.1vw, 5.1rem);
	line-height: 0.95;
	text-wrap: balance;
}

@media (min-width: 1201px) {
	.cc-hero--service {
		min-height: min(720px, calc(100svh - var(--cc-header-height)));
		padding-block: clamp(34px, 4.4vw, 68px);
	}

	.cc-hero--service .cc-container.cc-studio-hero__grid {
		width: min(100% - 48px, 1260px);
		grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.68fr);
		gap: clamp(28px, 4vw, 64px);
	}

	.cc-hero--service h1 {
		max-width: 12.2ch;
		font-size: clamp(3.1rem, 4.2vw, 4.7rem);
	}

	.cc-hero--service .cc-hero__content > p:not(.cc-kicker):not(.cc-hero-note):not(.cc-hero-microcopy) {
		max-width: 38rem;
		font-size: clamp(1rem, 1.38vw, 1.2rem);
	}
}

.cc-soft-link {
	width: fit-content;
	color: var(--cc-green);
	font-weight: 900;
	text-decoration: none;
}

.cc-soft-link:hover,
.cc-soft-link:focus-visible {
	color: var(--cc-cyan);
	outline: none;
}

.cc-proof-strip {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
	gap: 1px;
	max-width: 920px;
	padding: 1px;
	margin: 6px 0 0;
	overflow: hidden;
	background: var(--cc-line);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
}

.cc-proof-strip div {
	min-width: 0;
	padding: 14px;
	background: rgba(5, 7, 17, 0.62);
}

.cc-proof-strip dt {
	color: var(--cc-text);
	font-size: 1rem;
	font-weight: 950;
}

.cc-proof-strip dd {
	margin: 3px 0 0;
	color: var(--cc-muted);
	font-size: 0.9rem;
}

.cc-hero-dashboard {
	display: grid;
	gap: 14px;
	min-width: 0;
	padding: clamp(16px, 3vw, 26px);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.045)),
		rgba(8, 17, 31, 0.82);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 24px;
	box-shadow: var(--cc-shadow);
}

.cc-hero-dashboard__top {
	display: flex;
	gap: 7px;
	align-items: center;
}

.cc-hero-dashboard__top span {
	width: 10px;
	aspect-ratio: 1;
	background: var(--cc-green);
	border-radius: 50%;
}

.cc-hero-dashboard__top span:nth-child(2) {
	background: var(--cc-cyan);
}

.cc-hero-dashboard__top span:nth-child(3) {
	background: #a855f7;
}

.cc-hero-dashboard__top strong {
	margin-left: auto;
	color: var(--cc-muted);
	font-size: 0.82rem;
}

.cc-hero-dashboard__score,
.cc-hero-dashboard__preview {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.cc-hero-dashboard__score div,
.cc-preview-card {
	min-width: 0;
	padding: 14px;
	background: rgba(5, 8, 22, 0.66);
	border: 1px solid var(--cc-line);
	border-radius: 18px;
}

.cc-hero-dashboard__score small,
.cc-preview-card span {
	display: block;
	color: var(--cc-green);
	font-size: 0.74rem;
	font-weight: 900;
	text-transform: uppercase;
}

.cc-hero-dashboard__score strong {
	display: block;
	margin-top: 4px;
	color: var(--cc-text);
	font-size: clamp(1.6rem, 4vw, 3rem);
	line-height: 1;
}

.cc-preview-card--wide {
	grid-column: 1 / -1;
}

.cc-preview-card strong {
	display: block;
	margin-top: 6px;
	color: var(--cc-text);
	line-height: 1.15;
}

.cc-section--studio-light {
	background:
		radial-gradient(circle at top right, rgba(71, 215, 255, 0.08), transparent 32%),
		#08101d;
}

.cc-section__head > p:not(.cc-kicker) {
	max-width: 760px;
	margin: 0;
	color: var(--cc-muted);
	font-size: clamp(1rem, 1.5vw, 1.16rem);
}

.cc-module-grid--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cc-module-card--accent,
.cc-case-card:first-child {
	background:
		linear-gradient(135deg, rgba(110, 231, 183, 0.16), rgba(71, 215, 255, 0.08)),
		var(--cc-panel-strong);
	border-color: rgba(110, 231, 183, 0.38);
}

.cc-split--studio {
	align-items: center;
}

.cc-before-after {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	min-width: 0;
}

.cc-before-after article,
.cc-case-card,
.cc-package-card,
.cc-pricing-category {
	min-width: 0;
	background: var(--cc-panel);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
	box-shadow: var(--cc-shadow);
}

.cc-before-after article {
	display: grid;
	gap: 12px;
	padding: clamp(18px, 3vw, 26px);
}

.cc-before-after span,
.cc-case-card span {
	width: fit-content;
	padding: 6px 10px;
	color: #06111f;
	font-size: 0.78rem;
	font-weight: 950;
	text-transform: uppercase;
	background: var(--cc-green);
	border-radius: 999px;
}

.cc-before-after article:first-child span {
	color: var(--cc-text);
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid var(--cc-line);
}

.cc-before-after ul,
.cc-package-card ul,
.cc-package-list {
	display: grid;
	gap: 9px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.cc-before-after li,
.cc-package-card li,
.cc-package-list li {
	position: relative;
	padding-left: 18px;
	color: var(--cc-muted);
}

.cc-before-after li::before,
.cc-package-card li::before,
.cc-package-list li::before {
	position: absolute;
	top: 0.72em;
	left: 0;
	width: 7px;
	aspect-ratio: 1;
	background: var(--cc-green);
	border-radius: 50%;
	content: "";
}

.cc-before-after article:first-child li::before {
	background: var(--cc-coral);
}

.cc-case-grid,
.cc-package-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.cc-case-card,
.cc-package-card {
	display: grid;
	gap: 12px;
	padding: clamp(18px, 3vw, 26px);
}

.cc-case-card h3,
.cc-case-card p,
.cc-package-card h3 {
	margin: 0;
}

.cc-case-card h3,
.cc-package-card h3 {
	color: var(--cc-text);
	font-size: clamp(1.25rem, 2vw, 1.75rem);
	line-height: 1.14;
}

.cc-case-card p {
	color: var(--cc-muted);
}

.cc-package-card.is-featured {
	background:
		linear-gradient(135deg, rgba(110, 231, 183, 0.16), rgba(71, 215, 255, 0.08)),
		var(--cc-panel-strong);
	border-color: rgba(110, 231, 183, 0.42);
}

.cc-pricing-section-list {
	display: grid;
	gap: 22px;
}

.cc-pricing-callout-list {
	display: grid;
	gap: 18px;
	margin-bottom: 22px;
}

.cc-pricing-callout {
	display: grid;
	gap: 14px;
	padding: clamp(18px, 3vw, 28px);
	background:
		linear-gradient(135deg, rgba(110, 231, 183, 0.14), rgba(71, 215, 255, 0.08)),
		var(--cc-panel-strong);
	border: 1px solid rgba(110, 231, 183, 0.3);
	border-radius: var(--cc-radius);
	box-shadow: var(--cc-shadow);
	scroll-margin-top: calc(var(--cc-header-height) + 18px);
}

.cc-pricing-callout .cc-kicker,
.cc-pricing-callout h3,
.cc-pricing-callout p {
	margin: 0;
}

.cc-pricing-callout h3 {
	color: var(--cc-text);
	font-size: clamp(1.45rem, 2.5vw, 2.35rem);
	line-height: 1.08;
}

.cc-pricing-callout p:not(.cc-kicker) {
	max-width: 860px;
	color: var(--cc-muted);
}

.cc-pricing-callout .cc-button {
	width: fit-content;
}

.cc-pricing-category {
	display: grid;
	gap: 18px;
	padding: clamp(18px, 3vw, 28px);
	scroll-margin-top: calc(var(--cc-header-height) + 18px);
}

.cc-pricing-category__head {
	display: grid;
	gap: 8px;
}

.cc-pricing-category__head h3,
.cc-pricing-category__head p {
	margin: 0;
}

.cc-pricing-category__head h3 {
	color: var(--cc-text);
	font-size: clamp(1.55rem, 3vw, 2.55rem);
	line-height: 1.08;
}

.cc-pricing-category__head p:not(.cc-kicker) {
	max-width: 780px;
	color: var(--cc-muted);
}

.cc-sticky-mobile-cta {
	display: none;
}

#webdesign-baliky,
#wordpress-vyvoj,
#proces-webdesign,
#portfolio-webov {
	scroll-margin-top: calc(var(--cc-header-height) + 18px);
}

.cc-section,
.cc-page-hero,
.cc-article__hero {
	padding-block: clamp(56px, 9vw, 108px);
	background: var(--cc-bg);
}

.cc-section:nth-of-type(even) {
	background: var(--cc-bg-soft);
}

/* content-visibility removal: the 900px placeholder caused huge layout shifts
   (anchors landed on the wrong project, black gaps at page end). Lesson learned
   twice now - do not re-add without exact per-section intrinsic sizes. */
.cc-section[id],
.cc-project-detail[id] {
	scroll-margin-top: 96px;
}

.cc-section__head {
	display: grid;
	gap: 12px;
	margin-bottom: 28px;
}

.cc-card-grid {
	display: grid;
	gap: 18px;
}

.cc-card-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cc-card {
	position: relative;
	display: grid;
	grid-template-rows: auto 1fr;
	min-width: 0;
	overflow: hidden;
	color: var(--cc-text);
	background: var(--cc-panel);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
	box-shadow: var(--cc-shadow);
}

.cc-card img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.cc-card picture {
	display: block;
	min-width: 0;
}

.cc-card__media {
	display: block;
	text-decoration: none;
}

.cc-card__media--fallback,
.cc-article__image--fallback {
	display: grid;
	place-items: end start;
	min-height: 220px;
	padding: 20px;
	background:
		linear-gradient(135deg, rgba(71, 215, 255, 0.18), rgba(110, 231, 183, 0.12) 44%, rgba(255, 112, 41, 0.1)),
		var(--cc-panel-strong);
}

.cc-card__media--fallback span,
.cc-article__image--fallback span {
	color: var(--cc-green);
	font-size: 0.82rem;
	font-weight: 900;
	text-transform: uppercase;
}

.cc-home-product-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1.12fr);
	gap: clamp(24px, 5vw, 64px);
	align-items: start;
}

.cc-home-product-grid > div:first-child {
	display: grid;
	gap: 16px;
}

.cc-home-product-grid h2,
.cc-home-product-grid p {
	margin: 0;
}

.cc-home-product-grid > div:first-child p:not(.cc-kicker) {
	max-width: 720px;
	color: var(--cc-muted);
	font-size: clamp(1rem, 1.6vw, 1.18rem);
}

.cc-home-product-stack {
	display: grid;
	gap: 14px;
}

.cc-home-product-stack article {
	display: grid;
	gap: 10px;
	min-width: 0;
	padding: clamp(18px, 3vw, 26px);
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
	box-shadow: var(--cc-shadow);
}

.cc-home-product-stack span {
	color: var(--cc-green);
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.cc-home-product-stack h3,
.cc-home-product-stack p {
	margin: 0;
}

.cc-home-product-stack h3 {
	color: var(--cc-text);
	font-size: clamp(1.35rem, 2.4vw, 2.1rem);
	line-height: 1.1;
}

.cc-home-product-stack p {
	color: var(--cc-muted);
}

.cc-home-product-stack a {
	color: var(--cc-green);
	font-weight: 900;
	text-decoration: none;
}

.cc-home-product-stack a:hover,
.cc-home-product-stack a:focus-visible {
	color: var(--cc-cyan);
	outline: none;
}

.cc-card__body {
	display: grid;
	gap: 10px;
	padding: 20px;
}

.cc-card__body h2,
.cc-card__body h3,
.cc-card__body p {
	margin: 0;
}

.cc-card__body h2,
.cc-card__body h3 {
	font-size: 1.35rem;
	line-height: 1.2;
}

.cc-card__body h2 a,
.cc-card__body h3 a {
	color: var(--cc-text);
	text-decoration: none;
}

.cc-card__body h2 a::after,
.cc-card__body h3 a::after {
	position: absolute;
	inset: 0;
	content: "";
}

.cc-card__body h2 a:focus-visible::after,
.cc-card__body h3 a:focus-visible::after {
	outline: 3px solid var(--cc-cyan);
	outline-offset: -3px;
	border-radius: var(--cc-radius);
}

.cc-card__body h2 a:hover,
.cc-card__body h2 a:focus-visible,
.cc-card__body h3 a:hover,
.cc-card__body h3 a:focus-visible {
	color: var(--cc-green);
	outline: none;
}

.cc-card__body p,
.cc-content,
.cc-checklist {
	color: var(--cc-muted);
}

.cc-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	align-items: center;
	margin-top: auto;
	padding-top: 2px;
}

.cc-card__body > a,
.cc-card__actions a {
	color: var(--cc-green);
	font-weight: 800;
}

.cc-card__primary-label {
	color: var(--cc-green);
	font-weight: 800;
}

.cc-card__actions .cc-card__next {
	position: relative;
	z-index: 1;
	display: inline-flex;
	min-height: 45px;
	align-items: center;
	color: var(--cc-cyan);
	font-size: 0.9rem;
	font-weight: 900;
	text-decoration: none;
}

.cc-card__actions .cc-card__next:hover,
.cc-card__actions .cc-card__next:focus-visible {
	color: var(--cc-text);
	outline: none;
}

.cc-card__meta {
	color: var(--cc-cyan);
	font-size: 0.82rem;
	font-weight: 800;
}

.cc-card__meta--stack {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.cc-card__meta-chip {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	color: var(--cc-cyan);
	font-size: 0.78rem;
	font-weight: 900;
	background: rgba(71, 215, 255, 0.08);
	border: 1px solid rgba(71, 215, 255, 0.16);
	border-radius: 999px;
}

.cc-split {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
	gap: clamp(24px, 5vw, 64px);
	align-items: start;
}

.cc-split p {
	max-width: 68ch;
	color: var(--cc-muted);
}

.cc-checklist {
	display: grid;
	gap: 12px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.cc-checklist li {
	position: relative;
	padding: 15px 16px 15px 42px;
	background: var(--cc-panel);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
}

.cc-checklist li::before {
	position: absolute;
	top: 16px;
	left: 16px;
	width: 12px;
	aspect-ratio: 1;
	background: var(--cc-coral);
	border-radius: 50%;
	content: "";
}

.cc-page-hero {
	background:
		linear-gradient(135deg, rgba(110, 231, 183, 0.08), rgba(47, 107, 255, 0.08)),
		var(--cc-bg-soft);
	border-bottom: 1px solid var(--cc-line);
}

.cc-page-hero--products,
.cc-page-hero--tools {
	background:
		linear-gradient(135deg, rgba(47, 107, 255, 0.22), rgba(255, 112, 41, 0.12)),
		var(--cc-bg-soft);
}

@media (min-width: 1201px) {
	.cc-page-hero--products {
		padding-block: clamp(44px, 6.4vw, 80px);
	}

	.cc-page-hero--products .cc-container {
		width: min(100% - 48px, 1100px);
	}

	.cc-page-hero--products h1 {
		max-width: 11.6ch;
		font-size: clamp(3rem, 4.9vw, 4.9rem);
	}

	.cc-page-hero--products p:not(.cc-kicker) {
		max-width: 40rem;
		font-size: clamp(1rem, 1.35vw, 1.18rem);
	}
}

.cc-content {
	max-width: 820px;
	padding-block: clamp(36px, 6vw, 72px);
}

.cc-content :where(h2, h3, h4) {
	color: var(--cc-text);
	line-height: 1.18;
}

.cc-content :where(p, ul, ol, blockquote) {
	margin-top: 0;
	margin-bottom: 1.15em;
}

.cc-content :where(ul, ol) {
	padding-left: 1.25em;
}

.cc-content :where(li + li) {
	margin-top: 0.42em;
}

.cc-content a {
	color: var(--cc-green);
}

.cc-content :where(img, video, iframe) {
	max-width: 100%;
	border-radius: var(--cc-radius);
}

.cc-content blockquote {
	padding: 18px 20px;
	color: var(--cc-text);
	background: var(--cc-panel);
	border: 1px solid var(--cc-line);
	border-left: 4px solid var(--cc-green);
	border-radius: var(--cc-radius);
}

.cc-section--article-cta {
	padding-top: 0;
}

.cc-article__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
	gap: 28px;
	align-items: end;
}

.cc-article__image {
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
}

.cc-article__image img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.cc-article__image--fallback {
	min-height: 320px;
}

.cc-pagination {
	margin-top: 32px;
}

.cc-pagination .page-numbers {
	display: inline-flex;
	min-width: 45px;
	min-height: 45px;
	align-items: center;
	justify-content: center;
}

body.cottoncloud-site .cc-content a.ccwork-link {
	display: inline-flex;
	min-width: 45px;
	min-height: 45px;
	align-items: center;
}

.cc-empty-state {
	display: grid;
	gap: 14px;
	max-width: 720px;
	padding: clamp(22px, 4vw, 36px);
	background: var(--cc-panel);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
	box-shadow: var(--cc-shadow);
}

.cc-empty-state h2,
.cc-empty-state p {
	margin: 0;
}

.cc-empty-state p {
	color: var(--cc-muted);
}

.cc-empty-state__links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	align-items: center;
}

.cc-blog-hero {
	padding-block: clamp(52px, 7vw, 92px);
	background:
		linear-gradient(135deg, rgba(71, 215, 255, 0.13), rgba(110, 231, 183, 0.08) 44%, rgba(255, 112, 41, 0.08)),
		#070b16;
	border-bottom: 1px solid var(--cc-line);
}

.cc-blog-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
	gap: clamp(24px, 5vw, 64px);
	align-items: center;
}

.cc-blog-hero h1 {
	max-width: 16ch;
	margin: 0;
	font-size: clamp(2.35rem, 4.8vw, 4.45rem);
	line-height: 1.04;
}

.cc-blog-hero p:not(.cc-kicker) {
	max-width: 760px;
	margin: 16px 0 0;
	color: var(--cc-muted);
	font-size: clamp(1.02rem, 1.7vw, 1.24rem);
}

.cc-blog-hero .cc-actions {
	margin-top: 22px;
}

.cc-blog-topics {
	display: grid;
	gap: 10px;
	min-width: 0;
	padding: clamp(20px, 3vw, 28px);
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
	box-shadow: var(--cc-shadow);
}

.cc-blog-topics strong {
	color: var(--cc-text);
	font-size: 1.25rem;
}

.cc-blog-search {
	display: grid;
	gap: 10px;
	padding-bottom: 16px;
	margin-bottom: 4px;
	border-bottom: 1px solid var(--cc-line);
}

.cc-blog-search label {
	color: var(--cc-text);
	font-size: 1rem;
	font-weight: 900;
}

.cc-blog-search__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
	align-items: center;
}

.cc-blog-search input {
	width: 100%;
	min-width: 0;
	min-height: 44px;
	padding: 10px 12px;
	color: var(--cc-text);
	font: inherit;
	background: rgba(255, 255, 255, 0.065);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
}

.cc-blog-search input::placeholder {
	color: rgba(217, 226, 239, 0.64);
}

.cc-blog-search input:focus {
	border-color: rgba(110, 231, 183, 0.58);
	outline: none;
}

.cc-blog-search button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 14px;
	color: #04101f;
	font: inherit;
	font-weight: 900;
	background: var(--cc-green);
	border: 0;
	border-radius: var(--cc-radius);
	cursor: pointer;
	white-space: nowrap;
}

.cc-blog-topics a {
	display: block;
	padding: 12px 14px;
	color: var(--cc-muted);
	text-decoration: none;
	background: rgba(255, 255, 255, 0.045);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
}

.cc-blog-topics a:hover,
.cc-blog-topics a:focus-visible {
	color: var(--cc-text);
	border-color: rgba(110, 231, 183, 0.42);
	outline: none;
}

.cc-product-list,
.cc-tool-list {
	display: grid;
	gap: 22px;
}

.cc-product,
.cc-tool {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
	gap: 22px;
	align-items: start;
	padding: clamp(18px, 3vw, 30px);
	background: var(--cc-panel);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
	box-shadow: var(--cc-shadow);
}

.cc-product__main,
.cc-tool > div:first-child {
	display: grid;
	gap: 12px;
}

.cc-product h2,
.cc-tool h2 {
	margin: 0;
	font-size: clamp(1.8rem, 3vw, 3.2rem);
	line-height: 1.05;
}

.cc-product p,
.cc-tool p {
	max-width: 72ch;
	margin: 0;
	color: var(--cc-muted);
}

.cc-product__tagline,
.cc-tool__positioning {
	color: var(--cc-text);
	font-size: 1.08rem;
	font-weight: 800;
}

.cc-product__features {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 8px;
}

.cc-product__features span {
	position: relative;
	min-width: 0;
	padding: 12px 12px 12px 34px;
	color: var(--cc-muted);
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
}

.cc-product__features span::before {
	position: absolute;
	top: 16px;
	left: 14px;
	width: 9px;
	aspect-ratio: 1;
	background: var(--cc-green);
	border-radius: 50%;
	content: "";
}

.cc-pricing {
	display: grid;
	gap: 12px;
}

.cc-pricing__plan {
	display: grid;
	gap: 4px;
	padding: 16px;
	background: rgba(255, 255, 255, 0.065);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
}

.cc-pricing__plan.is-highlighted {
	background: rgba(110, 231, 183, 0.12);
	border-color: rgba(110, 231, 183, 0.42);
}

.cc-pricing__plan span,
.cc-pricing__plan small,
.cc-pricing__note {
	color: var(--cc-muted);
}

.cc-pricing__plan strong {
	color: var(--cc-text);
	font-size: 2.5rem;
	line-height: 1;
}

.cc-pricing__note {
	margin: 0;
	font-size: 0.9rem;
}

.cc-product-hero {
	position: relative;
	overflow: hidden;
	padding-block: clamp(56px, 8vw, 96px);
	background:
		linear-gradient(135deg, rgba(71, 215, 255, 0.18), rgba(255, 112, 41, 0.12) 42%, rgba(110, 231, 183, 0.1)),
		radial-gradient(circle at 78% 24%, rgba(110, 231, 183, 0.22), transparent 30%),
		#070b16;
	border-bottom: 1px solid var(--cc-line);
}

.cc-product-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 440px);
	gap: clamp(20px, 3vw, 34px);
	align-items: start;
}

.cc-product-hero__copy {
	display: grid;
	gap: 18px;
	min-width: 0;
	max-width: 700px;
}

.cc-product-hero h1 {
	max-width: 9.6ch;
	margin: 0;
	font-size: clamp(2rem, 3.7vw, 4rem);
	line-height: 0.95;
	text-wrap: balance;
}

.cc-product-hero--performance h1 {
	max-width: 13.5ch;
	font-size: clamp(2.15rem, 4.3vw, 5.1rem);
}

.cc-product-hero p:not(.cc-kicker) {
	max-width: 58ch;
	margin: 0;
	color: var(--cc-muted);
	font-size: clamp(0.98rem, 1.3vw, 1.12rem);
}

@media (min-width: 1201px) {
	.cc-product-hero {
		padding-block: clamp(42px, 5.8vw, 76px);
	}

	.cc-product-hero__grid {
		grid-template-columns: minmax(0, 1.16fr) minmax(340px, 420px);
		gap: clamp(24px, 3vw, 44px);
	}

	.cc-product-hero__copy {
		gap: 16px;
		max-width: 760px;
	}

	.cc-product-hero h1 {
		max-width: 12.6ch;
		font-size: clamp(2.35rem, 3.1vw, 3.8rem);
	}

	.cc-product-hero--performance h1 {
		max-width: 14.6ch;
		font-size: clamp(2.4rem, 3.25vw, 4.15rem);
	}

	.cc-product-hero p:not(.cc-kicker) {
		max-width: 39rem;
		font-size: clamp(1rem, 1.1vw, 1.08rem);
	}

	.cc-product-visual--desktop {
		width: min(100%, 420px);
	}

	.cc-product-gallery--hero .cc-product-thumb-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.cc-product-gallery--hero .cc-product-thumb__caption {
		display: none;
	}
}

.cc-product-hero__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.cc-product-hero__badges li,
.cc-product-trust strong {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 7px 11px;
	color: var(--cc-text);
	font-size: 0.86rem;
	font-weight: 900;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid var(--cc-line);
	border-radius: 999px;
}

.cc-product-visual {
	display: grid;
	gap: 12px;
	align-content: start;
	min-width: 0;
}

.cc-product-visual--desktop {
	width: min(100%, 440px);
	justify-self: end;
}

.cc-product-gallery {
	display: grid;
	gap: 16px;
	min-width: 0;
	position: relative;
}

.cc-product-gallery--mobile {
	display: none;
}

.cc-product-gallery--hero {
	gap: 12px;
}

.cc-product-visual__kicker,
.cc-product-visual__title,
.cc-product-visual__lead {
	margin: 0;
}

.cc-product-visual__title {
	font-size: clamp(1rem, 1.25vw, 1.24rem);
	line-height: 1.18;
}

.cc-product-visual__lead {
	color: var(--cc-muted);
	max-width: 46ch;
	font-size: 0.9rem;
	line-height: 1.55;
}

.cc-ui-window {
	overflow: hidden;
	background: rgba(7, 11, 22, 0.76);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: var(--cc-radius);
	box-shadow: var(--cc-shadow);
}

.cc-ui-window__bar {
	display: flex;
	gap: 7px;
	padding: 14px 16px;
	background: rgba(255, 255, 255, 0.08);
	border-bottom: 1px solid var(--cc-line);
}

.cc-ui-window__bar span {
	width: 10px;
	aspect-ratio: 1;
	background: var(--cc-coral);
	border-radius: 50%;
}

.cc-ui-window__bar span:nth-child(2) {
	background: var(--cc-green);
}

.cc-ui-window__bar span:nth-child(3) {
	background: var(--cc-cyan);
}

.cc-ui-window__body {
	display: grid;
	gap: 14px;
	padding: clamp(20px, 3vw, 28px);
}

.cc-ui-label {
	margin: 0;
	color: var(--cc-green);
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.cc-ui-window strong {
	font-size: clamp(1.25rem, 2vw, 1.8rem);
	line-height: 1.15;
}

.cc-ui-meter {
	height: 10px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 99px;
}

.cc-ui-meter span {
	display: block;
	height: 100%;
	background: linear-gradient(90deg, var(--cc-green), var(--cc-cyan));
	border-radius: inherit;
}

.cc-ui-window ul {
	display: grid;
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.cc-ui-window li {
	position: relative;
	padding-left: 18px;
	color: var(--cc-muted);
}

.cc-ui-window li::before {
	position: absolute;
	top: 0.72em;
	left: 0;
	width: 7px;
	aspect-ratio: 1;
	background: var(--cc-green);
	border-radius: 50%;
	content: "";
}

.cc-product-shot {
	margin: 0;
	min-width: 0;
}

.cc-product-shot__button {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	color: inherit;
	background: #08111d;
	border: 0;
	cursor: zoom-in;
}

.cc-product-shot__media,
.cc-product-thumb__media {
	display: grid;
	place-items: center;
	background: #08111d;
}

.cc-product-shot__media > picture,
.cc-product-thumb__media > picture {
	display: block;
	width: 100%;
	height: 100%;
}

.cc-product-shot__media {
	aspect-ratio: 16 / 10;
	min-height: 280px;
	padding: clamp(14px, 2vw, 22px);
}

.cc-product-thumb__media {
	aspect-ratio: 16 / 10;
	padding: 10px;
}

.cc-product-shot__image,
.cc-product-thumb__image {
	display: block;
	width: 100%;
	height: 100%;
	background: #08111d;
	object-fit: contain;
}

.cc-product-shot__zoom {
	position: absolute;
	right: 14px;
	bottom: 14px;
	padding: 8px 12px;
	color: #08111d;
	font-size: 0.82rem;
	font-weight: 800;
	background: rgba(208, 253, 62, 0.95);
	border-radius: 999px;
}

.cc-product-shot__caption,
.cc-product-thumb__caption {
	display: grid;
	gap: 10px;
	padding: 16px;
}

.cc-product-shot__caption p,
.cc-product-thumb__caption p {
	margin: 0;
	color: var(--cc-muted);
	font-size: 0.92rem;
}

.cc-product-shot__caption strong,
.cc-product-thumb__caption strong {
	font-size: 1.05rem;
	line-height: 1.2;
}

.cc-product-gallery--hero .cc-product-shot {
	border-radius: 18px;
}

.cc-product-gallery--hero .cc-product-shot__media {
	aspect-ratio: 16 / 9;
	min-height: 0;
	max-height: 272px;
	padding: 10px;
}

.cc-product-gallery--hero .cc-product-shot__caption {
	gap: 8px;
	padding: 12px 14px 14px;
}

.cc-product-gallery--hero .cc-product-shot__caption strong {
	font-size: 0.98rem;
}

.cc-product-gallery--hero .cc-product-shot__caption p {
	font-size: 0.9rem;
}

.cc-product-gallery--hero .cc-product-shot__zoom {
	right: 12px;
	bottom: 12px;
	padding: 7px 10px;
	font-size: 0.76rem;
}

.cc-product-thumb-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	min-width: 0;
}

.cc-product-thumb {
	overflow: hidden;
	margin: 0;
	padding: 0;
	color: inherit;
	text-align: left;
	background: rgba(7, 11, 22, 0.76);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 16px;
	box-shadow: var(--cc-shadow);
	cursor: pointer;
}

.cc-product-thumb.is-active {
	border-color: rgba(208, 253, 62, 0.85);
	box-shadow: 0 0 0 1px rgba(208, 253, 62, 0.4), var(--cc-shadow);
}

.cc-product-gallery--hero .cc-product-thumb-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.cc-product-gallery--hero .cc-product-thumb__media {
	aspect-ratio: 16 / 9;
	padding: 6px;
}

.cc-product-gallery--hero .cc-product-thumb__caption {
	gap: 6px;
	padding: 10px 10px 12px;
}

.cc-product-gallery--hero .cc-product-thumb__caption strong {
	font-size: 0.88rem;
}

.cc-product-gallery--hero .cc-product-thumb__caption .cc-ui-label {
	font-size: 0.72rem;
}

.cc-product-thumb:hover,
.cc-product-thumb:focus-visible,
.cc-product-shot__button:focus-visible,
.cc-product-lightbox__close:focus-visible,
.cc-product-lightbox__backdrop:focus-visible {
	outline: 2px solid rgba(208, 253, 62, 0.85);
	outline-offset: 2px;
}

.cc-product-lightbox {
	position: fixed;
	inset: 0;
	z-index: 1200;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 16px;
}

.cc-product-lightbox[aria-hidden="false"] {
	display: flex;
}

.cc-product-lightbox__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(3, 5, 12, 0.88);
	border: 0;
}

.cc-product-lightbox__dialog {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 12px;
	width: min(1120px, calc(100vw - 32px));
	max-height: calc(100vh - 32px);
}

.cc-product-lightbox__close {
	justify-self: flex-end;
	padding: 10px 14px;
	color: #f5f7fb;
	font: inherit;
	font-weight: 700;
	background: rgba(7, 11, 22, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	cursor: pointer;
}

.cc-product-lightbox__surface {
	display: grid;
	gap: 14px;
	padding: 18px;
	overflow: auto;
	background: rgba(7, 11, 22, 0.98);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 18px;
	box-shadow: var(--cc-shadow);
}

.cc-product-lightbox__image {
	display: block;
	width: 100%;
	max-height: calc(100vh - 180px);
	object-fit: contain;
}

.cc-product-lightbox__caption {
	display: grid;
	gap: 10px;
}

.cc-product-lightbox__caption p {
	margin: 0;
	color: var(--cc-muted);
	font-size: 0.96rem;
}

.cc-product-lightbox__caption strong {
	font-size: 1.08rem;
	line-height: 1.2;
}

html.cc-lightbox-open,
body.cc-lightbox-open {
	overflow: hidden;
}

.cc-product-trust {
	background: rgba(5, 7, 17, 0.72);
	border-bottom: 1px solid var(--cc-line);
}

.cc-product-trust__inner {
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: space-between;
	padding-block: 18px;
}

.cc-product-trust span {
	color: var(--cc-muted);
	font-weight: 800;
}

.cc-product-trust__inner div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.cc-product-updates {
	background: linear-gradient(180deg, rgba(71, 215, 255, 0.045), rgba(110, 231, 183, 0.025));
}

.cc-product-updates__head {
	display: flex;
	gap: 18px;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: clamp(18px, 3vw, 30px);
}

.cc-product-updates__head h2,
.cc-product-updates__head p,
.cc-update-card h3,
.cc-update-card p,
.cc-update-card ul,
.cc-changelog__head h2,
.cc-changelog__head p,
.cc-release-row h3,
.cc-release-row ul,
.cc-license-includes ul,
.cc-after-purchase__copy h2,
.cc-after-purchase__copy p,
.cc-after-purchase__steps h3,
.cc-after-purchase__steps p,
.cc-product-support__promise p,
.cc-product-support__promise ul {
	margin: 0;
}

.cc-update-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.cc-update-card,
.cc-license-includes,
.cc-after-purchase__steps article,
.cc-product-support__promise {
	min-width: 0;
	border: 1px solid var(--cc-line);
	background: rgba(255, 255, 255, 0.055);
	box-shadow: var(--cc-shadow);
}

.cc-update-card {
	display: grid;
	gap: 12px;
	padding: clamp(17px, 2.6vw, 24px);
	border-radius: var(--cc-radius);
}

.cc-update-card.is-latest {
	border-color: rgba(110, 231, 183, 0.26);
	background: linear-gradient(180deg, rgba(110, 231, 183, 0.1), rgba(71, 215, 255, 0.05));
}

.cc-update-card__top {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
}

.cc-update-card__top strong {
	color: var(--cc-green);
	font-size: 0.82rem;
	font-weight: 950;
	text-transform: uppercase;
}

.cc-update-card__top span {
	color: rgba(247, 251, 255, 0.58);
	font-size: 0.82rem;
	font-weight: 800;
}

.cc-release-source {
	max-width: 780px;
	color: var(--cc-muted);
	line-height: 1.7;
}

.cc-update-card h3 {
	color: var(--cc-text);
	font-size: 1.15rem;
	line-height: 1.18;
}

.cc-update-card__summary {
	color: rgba(247, 251, 255, 0.78);
	line-height: 1.68;
}

.cc-update-card ul,
.cc-license-includes ul,
.cc-product-support__promise ul {
	display: grid;
	gap: 8px;
	padding: 0;
	list-style: none;
}

.cc-update-card li,
.cc-license-includes li,
.cc-product-support__promise li {
	position: relative;
	padding-left: 18px;
	color: var(--cc-muted);
}

.cc-update-card li::before,
.cc-license-includes li::before,
.cc-product-support__promise li::before {
	position: absolute;
	top: 0.72em;
	left: 0;
	width: 7px;
	aspect-ratio: 1;
	background: var(--cc-green);
	border-radius: 50%;
	content: "";
}

.cc-section__head > p:not(.cc-kicker) {
	max-width: 820px;
	margin: 0;
	color: var(--cc-muted);
	font-size: clamp(1rem, 1.6vw, 1.18rem);
}

.cc-outcome-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.cc-outcome-card {
	display: grid;
	gap: 10px;
	min-width: 0;
	padding: clamp(18px, 3vw, 26px);
	background:
		linear-gradient(135deg, rgba(110, 231, 183, 0.1), rgba(71, 215, 255, 0.05)),
		var(--cc-panel);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
	box-shadow: var(--cc-shadow);
}

.cc-outcome-card span {
	color: var(--cc-green);
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.cc-outcome-card h3,
.cc-outcome-card p {
	margin: 0;
}

.cc-outcome-card h3 {
	font-size: 1.2rem;
	line-height: 1.15;
}

.cc-outcome-card p {
	color: var(--cc-muted);
}

.cc-docs-hero {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 18% 16%, rgba(110, 231, 183, 0.18), transparent 34%),
		radial-gradient(circle at 92% 12%, rgba(71, 215, 255, 0.15), transparent 32%),
		linear-gradient(135deg, rgba(12, 18, 32, 0.98), rgba(18, 27, 49, 0.96)),
		var(--cc-bg);
}

.cc-docs-hero .cc-container {
	position: relative;
	z-index: 1;
}

.cc-docs-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	max-width: 920px;
	margin-top: 28px;
	padding: 10px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 24px;
	box-shadow: var(--cc-shadow);
}

.cc-docs-search input {
	width: 100%;
	min-width: 0;
	padding: 16px 18px;
	color: var(--cc-text);
	background: rgba(4, 8, 20, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 18px;
}

.cc-docs-search input::placeholder {
	color: rgba(247, 251, 255, 0.58);
}

.cc-docs-filters {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: repeat(2, minmax(180px, 1fr)) auto;
	gap: 10px;
	align-items: end;
}

.cc-docs-filters label {
	display: grid;
	gap: 6px;
	margin: 0;
	color: rgba(247, 251, 255, 0.74);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.cc-docs-filters select {
	width: 100%;
	min-height: 48px;
	padding: 0 40px 0 14px;
	color: var(--cc-text);
	background: rgba(4, 8, 20, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 16px;
}

.cc-docs-filter-reset {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 14px;
	color: rgba(247, 251, 255, 0.82);
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 16px;
	font-weight: 800;
	text-decoration: none;
}

.cc-docs-active-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin-top: 18px;
}

.cc-docs-filter-chip {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 14px;
	color: rgba(247, 251, 255, 0.92);
	background: rgba(110, 231, 183, 0.12);
	border: 1px solid rgba(110, 231, 183, 0.28);
	border-radius: 999px;
	font-size: 0.86rem;
	font-weight: 700;
}

.cc-docs-quick-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	align-items: center;
	margin-top: 18px;
}

.cc-docs-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.cc-docs-proof span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	color: rgba(247, 251, 255, 0.78);
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
}

.cc-docs-proof strong {
	color: var(--cc-green);
}

.cc-docs-product-grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 14px;
}

.cc-docs-product-card,
.cc-docs-lane-card,
.cc-docs-trouble-card {
	display: grid;
	gap: 10px;
	min-width: 0;
	padding: clamp(18px, 2.4vw, 26px);
	background:
		linear-gradient(135deg, rgba(110, 231, 183, 0.1), rgba(71, 215, 255, 0.04)),
		var(--cc-panel);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
	box-shadow: var(--cc-shadow);
}

.cc-docs-product-card {
	grid-column: span 2;
}

.cc-docs-product-card:nth-child(1),
.cc-docs-product-card:nth-child(4) {
	grid-column: span 3;
}

.cc-docs-product-card span,
.cc-docs-trouble-card h3::before {
	color: var(--cc-green);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.cc-docs-product-card h3,
.cc-docs-product-card p,
.cc-docs-lane-card h3,
.cc-docs-lane-card p,
.cc-docs-trouble-card h3,
.cc-docs-trouble-card p,
.cc-docs-flow h3,
.cc-docs-flow p {
	margin: 0;
}

.cc-docs-product-card p,
.cc-docs-lane-card p,
.cc-docs-trouble-card p,
.cc-docs-flow p,
.cc-docs-quality p {
	color: var(--cc-muted);
	line-height: 1.65;
}

.cc-docs-card-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	align-items: center;
	margin-top: 4px;
}

.cc-docs-lane-grid,
.cc-docs-trouble-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.cc-docs-split,
.cc-docs-quality {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
	gap: clamp(22px, 4vw, 54px);
	align-items: start;
}

.cc-docs-flow {
	display: grid;
	gap: 12px;
	padding: 0;
	margin: 0;
	list-style: none;
	counter-reset: docs-flow;
}

.cc-docs-flow li {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 14px;
	padding: 16px;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid var(--cc-line);
	border-radius: 20px;
}

.cc-docs-flow li > span {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	color: var(--cc-bg);
	font-weight: 950;
	background: var(--cc-green);
	border-radius: 999px;
}

.cc-docs-trouble-card h3 {
	display: grid;
	gap: 8px;
}

.cc-docs-trouble-card h3::before {
	content: "Troubleshooting";
}

.cc-docs-quality {
	padding: clamp(22px, 4vw, 38px);
	background:
		linear-gradient(135deg, rgba(71, 215, 255, 0.1), rgba(110, 231, 183, 0.08)),
		var(--cc-panel);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius-lg);
	box-shadow: var(--cc-shadow);
}

.cc-docs-quality ul {
	display: grid;
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.cc-docs-quality li {
	position: relative;
	padding-left: 22px;
	color: var(--cc-muted);
	line-height: 1.6;
}

.cc-docs-quality li::before {
	position: absolute;
	top: 0.68em;
	left: 0;
	width: 9px;
	aspect-ratio: 1;
	background: var(--cc-green);
	border-radius: 50%;
	content: "";
}

.cc-outcome-card__list {
	display: grid;
	gap: 8px;
	padding-left: 18px;
	margin: 0;
	color: var(--cc-muted);
}

.cc-outcome-card__list li {
	line-height: 1.6;
}

.cc-feature-compare {
	overflow-x: auto;
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
	box-shadow: var(--cc-shadow);
}

.cc-feature-compare__table {
	width: 100%;
	min-width: 760px;
	border-collapse: collapse;
}

.cc-feature-compare__table th,
.cc-feature-compare__table td {
	padding: 16px 18px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid var(--cc-line);
}

.cc-feature-compare__table thead th {
	color: var(--cc-green);
	font-size: 0.78rem;
	font-weight: 950;
	text-transform: uppercase;
	background: rgba(255, 255, 255, 0.06);
}

.cc-feature-compare__table tbody th {
	width: 42%;
	color: var(--cc-text);
	font-weight: 850;
}

.cc-feature-compare__table td {
	color: var(--cc-muted);
}

.cc-business-note-grid,
.cc-support-scope {
	display: grid;
	gap: 12px;
	margin-top: 16px;
}

.cc-business-note-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cc-business-note,
.cc-support-scope article,
.cc-tech-disclosure,
.cc-release-disclosure {
	min-width: 0;
	padding: clamp(16px, 2.4vw, 22px);
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
}

.cc-business-note,
.cc-support-scope article {
	display: grid;
	gap: 8px;
}

.cc-business-note span,
.cc-support-scope span {
	color: var(--cc-green);
	font-size: 0.76rem;
	font-weight: 950;
	text-transform: uppercase;
}

.cc-business-note h3,
.cc-business-note p,
.cc-support-scope p,
.cc-tech-disclosure p,
.cc-tech-disclosure ul,
.cc-release-disclosure .cc-update-grid {
	margin: 0;
}

.cc-business-note h3,
.cc-support-scope strong {
	color: var(--cc-text);
	font-size: 1rem;
	line-height: 1.2;
}

.cc-business-note p,
.cc-support-scope p,
.cc-tech-disclosure p,
.cc-tech-disclosure li,
.cc-version-note {
	color: var(--cc-muted);
}

.cc-tech-disclosure,
.cc-release-disclosure {
	display: grid;
	gap: 14px;
}

.cc-tech-disclosure summary,
.cc-release-disclosure summary {
	color: var(--cc-text);
	font-weight: 900;
	cursor: pointer;
}

.cc-tech-disclosure ul {
	display: grid;
	gap: 8px;
	padding-left: 18px;
}

.cc-release-disclosure {
	margin-top: 16px;
}

.cc-release-disclosure .cc-update-grid {
	padding-top: 12px;
}

.cc-operating-model {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.18fr);
	gap: clamp(20px, 4vw, 44px);
	align-items: start;
}

.cc-operating-model__copy {
	position: sticky;
	top: 110px;
	display: grid;
	gap: 14px;
}

.cc-operating-model__copy h2,
.cc-operating-model__copy p,
.cc-operating-step h3,
.cc-operating-step p,
.cc-operating-checks ul {
	margin: 0;
}

.cc-operating-model__copy p:not(.cc-kicker) {
	max-width: 720px;
	color: var(--cc-muted);
	font-size: clamp(1rem, 1.6vw, 1.17rem);
}

.cc-operating-model__flow {
	display: grid;
	gap: 12px;
}

.cc-operating-step {
	position: relative;
	display: grid;
	gap: 8px;
	min-width: 0;
	padding: clamp(17px, 2.6vw, 24px);
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
}

.cc-operating-step span {
	display: inline-grid;
	width: 42px;
	aspect-ratio: 1;
	align-items: center;
	justify-content: center;
	color: #04101f;
	font-size: 0.82rem;
	font-weight: 950;
	background: var(--cc-green);
	border-radius: 999px;
}

.cc-operating-step h3 {
	font-size: clamp(1.1rem, 1.6vw, 1.42rem);
	line-height: 1.16;
}

.cc-operating-step p,
.cc-operating-checks li {
	color: var(--cc-muted);
}

.cc-operating-checks {
	grid-column: 1 / -1;
	display: grid;
	gap: 12px;
	padding: clamp(18px, 3vw, 26px);
	background:
		linear-gradient(135deg, rgba(71, 215, 255, 0.1), rgba(110, 231, 183, 0.08)),
		var(--cc-panel);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
	box-shadow: var(--cc-shadow);
}

.cc-operating-checks strong {
	color: var(--cc-text);
	font-size: 1rem;
}

.cc-operating-checks ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px 18px;
	padding: 0;
	list-style: none;
}

.cc-operating-checks li::before {
	color: var(--cc-green);
	content: "✓ ";
}

.cc-module-grid,
.cc-faq-grid,
.cc-plan-grid {
	display: grid;
	gap: 16px;
}

.cc-module-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cc-module-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cc-faq-grid,
.cc-plan-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cc-mailai-story__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
	gap: clamp(22px, 4vw, 54px);
	align-items: center;
}

.cc-mailai-story__copy {
	display: grid;
	gap: 18px;
}

.cc-mailai-flow,
.cc-mailai-module-grid,
.cc-mailai-price-grid {
	display: grid;
	gap: 14px;
}

.cc-mailai-flow {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cc-mailai-flow span {
	padding: 11px 13px;
	color: var(--cc-text);
	font-weight: 850;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid var(--cc-line);
	border-radius: 999px;
}

.cc-mailai-app-shell {
	display: grid;
	grid-template-columns: 170px minmax(0, 1fr);
	min-height: 420px;
	overflow: hidden;
	background:
		radial-gradient(circle at 88% 12%, rgba(110, 231, 183, 0.2), transparent 34%),
		linear-gradient(145deg, rgba(11, 16, 32, 0.98), rgba(5, 7, 17, 0.96));
	border: 1px solid rgba(110, 231, 183, 0.22);
	border-radius: 28px;
	box-shadow: var(--cc-shadow);
}

.cc-mailai-app-shell__sidebar {
	display: grid;
	align-content: start;
	gap: 10px;
	padding: 22px;
	background: rgba(255, 255, 255, 0.055);
	border-right: 1px solid var(--cc-line);
}

.cc-mailai-app-shell__sidebar strong {
	margin-bottom: 8px;
	color: var(--cc-green);
}

.cc-mailai-app-shell__sidebar span {
	padding: 9px 10px;
	color: var(--cc-muted);
	font-size: 0.88rem;
	font-weight: 800;
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
}

.cc-mailai-app-shell__main {
	display: grid;
	gap: 16px;
	align-content: start;
	padding: clamp(18px, 3vw, 28px);
}

.cc-mailai-metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.cc-mailai-metrics div,
.cc-mailai-timeline,
.cc-mailai-module-grid article,
.cc-mailai-price-card {
	background: rgba(255, 255, 255, 0.065);
	border: 1px solid var(--cc-line);
	border-radius: 18px;
}

.cc-mailai-metrics div {
	padding: 14px;
}

.cc-mailai-metrics small,
.cc-mailai-price-card span {
	display: block;
	color: var(--cc-green);
	font-size: 0.76rem;
	font-weight: 900;
	text-transform: uppercase;
}

.cc-mailai-metrics strong {
	display: block;
	margin-top: 4px;
	color: var(--cc-text);
	font-size: clamp(1.35rem, 3vw, 2.15rem);
	line-height: 1;
}

.cc-mailai-timeline {
	display: grid;
	gap: 12px;
	padding: 18px;
}

.cc-mailai-timeline p {
	margin: 0;
	color: var(--cc-muted);
}

.cc-mailai-timeline ul,
.cc-mailai-price-card ul {
	display: grid;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.cc-mailai-timeline li::before,
.cc-mailai-price-card li::before {
	color: var(--cc-green);
	content: "✓ ";
}

.cc-mailai-module-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cc-mailai-module-grid article {
	padding: clamp(18px, 3vw, 24px);
}

.cc-mailai-module-grid h3,
.cc-mailai-price-card h3 {
	margin: 0 0 10px;
	color: var(--cc-text);
}

.cc-mailai-module-grid p,
.cc-mailai-price-card p,
.cc-mailai-price-card__year {
	color: var(--cc-muted);
}

.cc-mailai-price-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: stretch;
}

.cc-mailai-price-card {
	display: grid;
	gap: 14px;
	align-content: start;
	padding: clamp(18px, 3vw, 26px);
}

.cc-mailai-price-card.is-featured {
	background:
		linear-gradient(160deg, rgba(110, 231, 183, 0.17), rgba(47, 107, 255, 0.1)),
		rgba(255, 255, 255, 0.08);
	border-color: rgba(110, 231, 183, 0.5);
	box-shadow: 0 28px 70px rgba(110, 231, 183, 0.12);
}

.cc-mailai-price-card__price {
	display: flex;
	gap: 6px;
	align-items: baseline;
}

.cc-mailai-price-card__price strong {
	color: var(--cc-text);
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1;
}

.cc-mailai-price-card__price small {
	color: var(--cc-muted);
	font-weight: 800;
}

@media (max-width: 720px) {
	.cc-mailai-app-shell {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.cc-mailai-app-shell__sidebar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		border-right: 0;
		border-bottom: 1px solid var(--cc-line);
	}

	.cc-mailai-app-shell__sidebar strong {
		grid-column: 1 / -1;
	}

	.cc-mailai-flow,
	.cc-mailai-metrics {
		grid-template-columns: 1fr;
	}
}

.cc-license-includes {
	display: grid;
	gap: 12px;
	margin-top: 16px;
	padding: clamp(17px, 2.6vw, 24px);
	background:
		linear-gradient(135deg, rgba(110, 231, 183, 0.1), rgba(71, 215, 255, 0.055)),
		var(--cc-panel);
	border-radius: var(--cc-radius);
}

.cc-license-includes strong {
	color: var(--cc-text);
	font-size: 1.05rem;
}

.cc-license-includes ul {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cc-after-purchase {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
	gap: clamp(22px, 4vw, 42px);
	align-items: start;
}

.cc-after-purchase__copy {
	position: sticky;
	top: 110px;
	display: grid;
	gap: 14px;
}

.cc-after-purchase__copy p:not(.cc-kicker) {
	color: var(--cc-muted);
	font-size: clamp(1rem, 1.6vw, 1.16rem);
}

.cc-after-purchase__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.cc-after-purchase__steps {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.cc-after-purchase__steps article {
	display: grid;
	gap: 10px;
	padding: clamp(17px, 2.7vw, 24px);
	border-radius: var(--cc-radius);
}

.cc-after-purchase__steps span {
	width: fit-content;
	padding: 6px 10px;
	color: #06111f;
	font-size: 0.78rem;
	font-weight: 950;
	background: var(--cc-green);
	border-radius: 999px;
}

.cc-after-purchase__steps h3 {
	color: var(--cc-text);
	font-size: 1.12rem;
	line-height: 1.17;
}

.cc-after-purchase__steps p {
	color: var(--cc-muted);
	line-height: 1.65;
}

.cc-module-card,
.cc-faq-card,
.cc-plan-card {
	display: grid;
	gap: 10px;
	min-width: 0;
	padding: clamp(18px, 3vw, 26px);
	background: var(--cc-panel);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
	box-shadow: var(--cc-shadow);
}

.cc-module-card h3,
.cc-module-card p,
.cc-faq-card h3,
.cc-faq-card p {
	margin: 0;
}

.cc-module-card h3,
.cc-faq-card h3 {
	font-size: 1.24rem;
	line-height: 1.18;
}

.cc-module-card p,
.cc-faq-card p,
.cc-plan-card span {
	color: var(--cc-muted);
}

.cc-launch-stack__grid {
	align-items: stretch;
}

.cc-launch-stack__card {
	position: relative;
	gap: 12px;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(71, 215, 255, 0.08), rgba(71, 215, 255, 0) 38%),
		var(--cc-panel);
	border-color: rgba(71, 215, 255, 0.18);
}

.cc-launch-stack__card::before {
	position: absolute;
	inset: 0 0 auto;
	height: 2px;
	background: linear-gradient(90deg, var(--cc-green), var(--cc-cyan));
	content: "";
}

.cc-launch-stack__eyebrow {
	display: inline-flex;
	width: fit-content;
	padding: 6px 10px;
	color: #06111f;
	font-size: 0.74rem;
	font-weight: 950;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	background: var(--cc-green);
	border-radius: 999px;
}

.cc-launch-stack__meta {
	margin: -2px 0 0;
	color: var(--cc-muted);
	font-size: 0.9rem;
	font-weight: 700;
}

.cc-launch-stack__card .cc-text-link {
	margin-top: auto;
}

.cc-section--tight {
	padding-block: clamp(36px, 6vw, 78px);
}

.cc-demo-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.cc-demo-panel,
.cc-tab-card,
.cc-tech-card,
.cc-license-note,
.cc-changelog {
	min-width: 0;
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
	box-shadow: var(--cc-shadow);
}

.cc-demo-panel {
	display: grid;
	gap: 14px;
	padding: clamp(18px, 3vw, 26px);
}

.cc-demo-panel__top {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	justify-content: space-between;
}

.cc-demo-panel__top span,
.cc-tab-card small span {
	color: var(--cc-green);
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.cc-demo-panel__top small,
.cc-tab-card small {
	color: rgba(247, 251, 255, 0.6);
	font-size: 0.78rem;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.cc-demo-panel h3,
.cc-demo-panel p,
.cc-tab-card h3,
.cc-tab-card p,
.cc-tech-card h3,
.cc-license-note h2,
.cc-license-note p,
.cc-changelog__head,
.cc-changelog ul {
	margin: 0;
}

.cc-changelog {
	display: grid;
	gap: clamp(18px, 3vw, 28px);
	padding: clamp(20px, 4vw, 34px);
}

.cc-changelog__head {
	display: flex;
	gap: 18px;
	align-items: flex-start;
	justify-content: space-between;
}

.cc-changelog__head h2 {
	font-size: clamp(1.7rem, 3vw, 2.7rem);
	line-height: 1.05;
}

.cc-changelog__head p {
	max-width: 760px;
	color: var(--cc-muted);
	line-height: 1.7;
}

.cc-changelog__head > span {
	flex: 0 0 auto;
	padding: 8px 12px;
	border: 1px solid rgba(110, 231, 183, 0.28);
	border-radius: 999px;
	background: rgba(110, 231, 183, 0.1);
	color: var(--cc-green);
	font-size: 0.78rem;
	font-weight: 950;
	text-transform: uppercase;
}

.cc-release-timeline {
	position: relative;
	display: grid;
	gap: 14px;
}

.cc-release-timeline::before {
	position: absolute;
	top: 12px;
	bottom: 12px;
	left: 11px;
	width: 2px;
	background: linear-gradient(180deg, rgba(110, 231, 183, 0.72), rgba(71, 215, 255, 0.14));
	content: "";
}

.cc-release-row {
	position: relative;
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	gap: 16px;
}

.cc-release-row__marker {
	position: relative;
	z-index: 1;
	width: 24px;
	aspect-ratio: 1;
	margin-top: 4px;
	border: 2px solid rgba(110, 231, 183, 0.78);
	border-radius: 50%;
	background: var(--cc-bg);
	box-shadow: 0 0 0 6px rgba(110, 231, 183, 0.08);
}

.cc-release-row__body {
	display: grid;
	gap: 12px;
	min-width: 0;
	padding: clamp(16px, 2.5vw, 22px);
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: var(--cc-radius);
	background: rgba(255, 255, 255, 0.045);
}

.cc-release-row__top,
.cc-release-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	justify-content: space-between;
}

.cc-release-row__top strong {
	color: var(--cc-green);
	font-size: 0.86rem;
	font-weight: 950;
	text-transform: uppercase;
}

.cc-release-row__top time {
	color: rgba(247, 251, 255, 0.6);
	font-size: 0.84rem;
	font-weight: 850;
}

.cc-release-row h3 {
	color: var(--cc-text);
	font-size: clamp(1.1rem, 2vw, 1.42rem);
	line-height: 1.16;
}

.cc-release-row ul {
	display: grid;
	gap: 8px;
	padding: 0;
	list-style: none;
}

.cc-release-row li {
	position: relative;
	padding-left: 18px;
	color: var(--cc-muted);
	line-height: 1.65;
}

.cc-release-row li::before {
	position: absolute;
	top: 0.72em;
	left: 0;
	width: 7px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: var(--cc-green);
	content: "";
}

.cc-release-meta {
	justify-content: flex-start;
}

.cc-release-meta span {
	display: inline-flex;
	max-width: 100%;
	padding: 6px 9px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	color: rgba(247, 251, 255, 0.72);
	font-size: 0.76rem;
	font-weight: 850;
	overflow-wrap: anywhere;
}

.cc-demo-panel h3 {
	font-size: clamp(1.25rem, 2vw, 1.8rem);
	line-height: 1.12;
}

.cc-demo-panel p,
.cc-tab-card p,
.cc-tech-card li,
.cc-license-note p,
.cc-changelog li {
	color: var(--cc-muted);
}

.cc-demo-metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.cc-demo-metrics div {
	min-width: 0;
	padding: 11px;
	background: rgba(5, 7, 17, 0.5);
	border: 1px solid var(--cc-line);
	border-radius: calc(var(--cc-radius) - 2px);
}

.cc-demo-metrics strong,
.cc-demo-metrics span {
	display: block;
	overflow-wrap: anywhere;
}

.cc-demo-metrics strong {
	color: var(--cc-text);
	font-size: 0.9rem;
}

.cc-demo-metrics span {
	margin-top: 3px;
	color: var(--cc-muted);
	font-size: 0.78rem;
}

.cc-demo-steps {
	display: grid;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style-position: inside;
	color: var(--cc-muted);
}

.cc-product-tabs {
	display: grid;
	gap: 16px;
}

.cc-tab-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
	gap: 8px;
	overflow-x: clip;
	padding: 6px;
	background: rgba(5, 7, 17, 0.52);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
	overscroll-behavior-x: contain;
	scrollbar-width: thin;
}

.cc-tab-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	width: 100%;
	min-width: 0;
	padding: 10px 13px;
	color: var(--cc-muted);
	font: inherit;
	font-size: 0.92rem;
	font-weight: 900;
	line-height: 1.24;
	text-align: center;
	white-space: normal;
	background: transparent;
	border: 1px solid transparent;
	border-radius: calc(var(--cc-radius) - 2px);
	cursor: pointer;
}

.cc-tab-button:hover,
.cc-tab-button:focus-visible,
.cc-tab-button.is-active {
	color: #04101f;
	background: var(--cc-green);
	border-color: var(--cc-green);
	outline: none;
}

.cc-tab-panel {
	display: grid;
	gap: 16px;
}

.cc-tab-panel[hidden] {
	display: none;
}

.cc-tab-panel__lead {
	max-width: 860px;
	margin: 0;
	color: var(--cc-muted);
	font-size: clamp(1rem, 1.6vw, 1.18rem);
}

.cc-tab-card-grid,
.cc-tech-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.cc-tab-card {
	display: grid;
	gap: 10px;
	padding: clamp(17px, 2.6vw, 24px);
}

.cc-tab-card h3 {
	font-size: 1.18rem;
	line-height: 1.16;
}

.cc-tab-card small {
	display: block;
	padding-top: 8px;
	border-top: 1px solid var(--cc-line);
}

.cc-tech-card {
	padding: clamp(17px, 2.8vw, 24px);
}

.cc-tech-card h3 {
	font-size: 1.12rem;
	line-height: 1.18;
}

.cc-tech-card ul,
.cc-changelog > ul {
	display: grid;
	gap: 8px;
	padding: 0;
	list-style: none;
}

.cc-tech-card li,
.cc-changelog > ul li {
	overflow-wrap: anywhere;
}

.cc-tech-card li::before,
.cc-changelog > ul li::before {
	color: var(--cc-green);
	content: "• ";
}

.cc-license-note {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	padding: clamp(20px, 4vw, 34px);
	background:
		linear-gradient(135deg, rgba(110, 231, 183, 0.12), rgba(71, 215, 255, 0.08)),
		var(--cc-panel-strong);
}

.cc-license-note h2 {
	max-width: 760px;
	font-size: clamp(1.7rem, 3vw, 3.1rem);
	line-height: 1.08;
}

.cc-license-note p:not(.cc-kicker) {
	max-width: 820px;
	margin-top: 12px;
}

.cc-changelog {
	padding: clamp(18px, 3vw, 26px);
}

.cc-changelog > ul {
	margin-top: 12px;
}

.cc-product-sticky-cta {
	display: none;
}

.cc-product-detail-split {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
	gap: clamp(24px, 5vw, 56px);
	align-items: start;
}

.cc-product-detail-split h2 {
	margin-top: 0;
}

.cc-plan-card strong {
	color: var(--cc-text);
	font-size: clamp(3.4rem, 8vw, 6rem);
	line-height: 0.92;
}

.cc-plan-card__list {
	display: grid;
	gap: 8px;
	margin: 4px 0 8px;
	padding: 0;
	color: var(--cc-muted);
	list-style: none;
}

.cc-plan-card__list li {
	overflow-wrap: anywhere;
}

.cc-plan-card__list li::before {
	color: var(--cc-green);
	content: "✓ ";
}

.cc-plan-card.is-featured {
	background:
		linear-gradient(135deg, rgba(110, 231, 183, 0.18), rgba(71, 215, 255, 0.1)),
		var(--cc-panel-strong);
	border-color: rgba(110, 231, 183, 0.44);
}

.cc-checkout-hero,
.cc-checkout-grid {
	display: grid;
	gap: clamp(22px, 4vw, 48px);
	align-items: start;
}

.cc-checkout-hero {
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.48fr);
}

.cc-checkout-grid {
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.38fr);
}

.cc-checkout-main,
.cc-checkout-side,
.cc-checkout-summary,
.cc-checkout-box,
.cc-checkout-includes {
	display: grid;
	gap: 16px;
	min-width: 0;
}

.cc-checkout-summary,
.cc-checkout-box {
	padding: clamp(18px, 3vw, 28px);
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
	box-shadow: var(--cc-shadow);
}

.cc-checkout-summary {
	align-self: center;
	background:
		linear-gradient(135deg, rgba(110, 231, 183, 0.14), rgba(71, 215, 255, 0.08)),
		var(--cc-panel-strong);
}

.cc-checkout-summary__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.cc-checkout-summary__meta span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 8px 12px;
	color: var(--cc-text);
	font-size: 0.92rem;
	font-weight: 760;
	line-height: 1.35;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 999px;
}

.cc-checkout-summary span,
.cc-checkout-plan span,
.cc-checkout-products span {
	color: var(--cc-muted);
}

.cc-checkout-summary h2,
.cc-checkout-summary p,
.cc-checkout-price strong,
.cc-checkout-price small,
.cc-checkout-box h2,
.cc-checkout-box dl,
.cc-checkout-box dd,
.cc-checkout-box ol,
.cc-checkout-includes .cc-kicker {
	margin: 0;
}

.cc-checkout-summary h2,
.cc-checkout-box h2 {
	font-size: clamp(1.45rem, 2.5vw, 2.35rem);
	line-height: 1.1;
}

.cc-checkout-summary p,
.cc-checkout-box dd,
.cc-checkout-box li,
.cc-checkout-products span {
	color: var(--cc-muted);
}

.cc-checkout-price {
	display: grid;
	gap: 5px;
	padding-top: 8px;
}

.cc-checkout-price strong {
	color: var(--cc-text);
	font-size: clamp(3rem, 7vw, 5.2rem);
	line-height: 0.9;
}

.cc-checkout-price small {
	color: var(--cc-muted);
}

.cc-checkout-quickrail {
	display: none;
}

.cc-checkout-plans {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.cc-checkout-plan {
	display: grid;
	gap: 8px;
	min-width: 0;
	padding: clamp(18px, 3vw, 26px);
	color: inherit;
	text-decoration: none;
	background: var(--cc-panel);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
	box-shadow: var(--cc-shadow);
}

.cc-checkout-plan.is-selected {
	background:
		linear-gradient(135deg, rgba(110, 231, 183, 0.18), rgba(71, 215, 255, 0.08)),
		var(--cc-panel-strong);
	border-color: rgba(110, 231, 183, 0.58);
}

.cc-checkout-plan strong {
	color: var(--cc-text);
	font-size: clamp(2.8rem, 7vw, 4.8rem);
	line-height: 0.92;
}

.cc-checkout-plan small {
	color: var(--cc-muted);
}

.cc-checkout-volume,
.cc-volume-pricing {
	display: grid;
	gap: 18px;
	padding: clamp(20px, 3.6vw, 30px);
	background: rgba(255, 255, 255, 0.035);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
	box-shadow: var(--cc-shadow);
}

.cc-volume-pricing__copy {
	display: grid;
	gap: 10px;
	max-width: 820px;
}

.cc-volume-pricing__copy h3,
.cc-volume-pricing__copy p,
.cc-checkout-volume .cc-section__head h2,
.cc-checkout-volume .cc-section__head p {
	margin: 0;
}

.cc-volume-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.cc-volume-grid--checkout {
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.cc-volume-card {
	display: grid;
	gap: 12px;
	align-content: start;
	min-width: 0;
	padding: clamp(16px, 2.6vw, 22px);
	color: inherit;
	text-decoration: none;
	background: rgba(5, 7, 17, 0.42);
	border: 1px solid var(--cc-line);
	border-radius: calc(var(--cc-radius) - 2px);
	box-shadow: var(--cc-shadow);
	transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.cc-volume-card:hover,
.cc-volume-card:focus-visible {
	border-color: rgba(110, 231, 183, 0.48);
	outline: none;
	transform: translateY(-1px);
}

.cc-volume-card.is-selected {
	background:
		linear-gradient(135deg, rgba(110, 231, 183, 0.16), rgba(71, 215, 255, 0.08)),
		var(--cc-panel-strong);
	border-color: rgba(110, 231, 183, 0.58);
}

.cc-volume-card__top {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
}

.cc-volume-card__top strong,
.cc-volume-card__top span,
.cc-volume-card h3,
.cc-volume-card h4,
.cc-volume-card p,
.cc-volume-card small {
	margin: 0;
}

.cc-volume-card__top strong {
	color: var(--cc-text);
	font-size: 1.02rem;
	font-weight: 900;
}

.cc-volume-card__top span {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 4px 10px;
	color: #04101f;
	font-size: 0.82rem;
	font-weight: 900;
	background: var(--cc-green);
	border-radius: 999px;
}

.cc-volume-card h3,
.cc-volume-card h4 {
	color: var(--cc-text);
	font-size: clamp(2rem, 5vw, 3.2rem);
	line-height: 0.95;
}

.cc-volume-card p,
.cc-volume-card small {
	color: var(--cc-muted);
}

.cc-volume-card .cc-button {
	margin-top: 4px;
}

.cc-checkout-quantity-picker {
	display: grid;
	gap: 14px;
	padding: clamp(16px, 3vw, 22px);
	background: rgba(5, 7, 17, 0.36);
	border: 1px solid var(--cc-line);
	border-radius: calc(var(--cc-radius) - 2px);
}

.cc-checkout-quantity-tools {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 14px;
	align-items: end;
}

.cc-checkout-quantity-tools .cc-form-actions {
	justify-content: flex-start;
}

.cc-checkout-box dl {
	display: grid;
	gap: 12px;
}

.cc-checkout-box dl div {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
	gap: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--cc-line);
}

.cc-checkout-box dt {
	color: var(--cc-muted);
	font-weight: 800;
}

.cc-checkout-box dd {
	color: var(--cc-text);
	font-weight: 900;
	text-align: right;
}

.cc-checkout-products {
	display: grid;
	gap: 10px;
}

.cc-checkout-products a {
	display: grid;
	gap: 5px;
	padding: 12px;
	color: inherit;
	text-decoration: none;
	background: rgba(5, 7, 17, 0.45);
	border: 1px solid var(--cc-line);
	border-radius: calc(var(--cc-radius) - 2px);
}

.cc-checkout-products a.is-selected,
.cc-checkout-products a:hover,
.cc-checkout-products a:focus-visible {
	border-color: rgba(110, 231, 183, 0.58);
	outline: none;
}

.cc-manual-order-form,
.cc-license-checkout-form {
	display: grid;
	gap: 14px;
}

.cc-license-checkout-form.is-submitting {
	opacity: 0.94;
}

.cc-license-checkout-form.is-submitting [data-cc-paypal-start] {
	position: relative;
}

.cc-license-checkout-form.is-submitting [data-cc-paypal-start]::after {
	content: "";
	display: inline-block;
	width: 0.9rem;
	height: 0.9rem;
	margin-left: 10px;
	vertical-align: -2px;
	border: 2px solid rgba(255, 255, 255, 0.38);
	border-top-color: rgba(255, 255, 255, 0.96);
	border-radius: 999px;
	animation: cc-spin 0.8s linear infinite;
}

.cc-license-checkout-form.is-submitting .cc-field input,
.cc-license-checkout-form.is-submitting .cc-field select,
.cc-license-checkout-form.is-submitting .cc-field textarea {
	cursor: progress;
}

.cc-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.cc-form-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cc-field {
	display: grid;
	gap: 8px;
	color: var(--cc-text);
	font-weight: 850;
}

.cc-field input,
.cc-field select,
.cc-field textarea {
	width: 100%;
	min-height: 48px;
	padding: 12px 13px;
	color: var(--cc-text);
	font: inherit;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
}

.cc-field select,
.cc-form-shell select {
	color: #06101d;
	background: #f8fbff;
	color-scheme: light;
}

.cc-field select option,
.cc-form-shell select option {
	color: #06101d;
	background: #fff;
}

.cc-field textarea {
	resize: vertical;
}

.cc-field small {
	color: var(--cc-muted);
	font-weight: 650;
	line-height: 1.55;
}

.cc-field.is-invalid input,
.cc-field.is-invalid select,
.cc-field.is-invalid textarea {
	border-color: rgba(255, 112, 41, 0.72);
	box-shadow: 0 0 0 3px rgba(255, 112, 41, 0.12);
}

.cc-field.is-valid input {
	border-color: rgba(110, 231, 183, 0.62);
	box-shadow: 0 0 0 3px rgba(110, 231, 183, 0.1);
}

.cc-field--coupon input {
	text-transform: uppercase;
	letter-spacing: 0;
}

.cc-coupon-feedback {
	display: grid;
	gap: 4px;
	padding: 12px 14px;
	margin-top: -2px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
}

.cc-coupon-feedback strong {
	color: var(--cc-text);
	font-size: 0.98rem;
	line-height: 1.35;
}

.cc-coupon-feedback span {
	color: var(--cc-muted);
	line-height: 1.5;
}

.cc-coupon-feedback.is-success {
	background: rgba(110, 231, 183, 0.08);
	border-color: rgba(110, 231, 183, 0.38);
}

.cc-coupon-feedback.is-success strong {
	color: #b8f7d8;
}

.cc-coupon-feedback.is-error {
	background: rgba(255, 112, 41, 0.11);
	border-color: rgba(255, 112, 41, 0.4);
}

.cc-coupon-feedback.is-error strong {
	color: #ffbe9e;
}

.cc-field input:invalid:not(:placeholder-shown),
.cc-field select:invalid,
.cc-field textarea:invalid:not(:placeholder-shown) {
	border-color: rgba(255, 112, 41, 0.68);
}

.cc-field input:focus,
.cc-field select:focus,
.cc-field textarea:focus {
	border-color: rgba(110, 231, 183, 0.7);
	outline: none;
	box-shadow: 0 0 0 3px rgba(110, 231, 183, 0.14);
}

.cc-billing-fieldset {
	display: grid;
	gap: 14px;
	padding: clamp(16px, 2vw, 22px);
	background: rgba(255, 255, 255, 0.035);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
}

.cc-billing-fieldset__head {
	display: grid;
	gap: 4px;
}

.cc-billing-fieldset__head span {
	color: var(--cc-text);
	font-weight: 900;
}

.cc-billing-fieldset__head small {
	color: var(--cc-muted);
	line-height: 1.55;
}

.cc-form-honeypot {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
	inset: auto;
}

.cc-order-alert {
	display: grid;
	gap: 5px;
	padding: 14px 16px;
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
}

.cc-order-alert span {
	color: var(--cc-muted);
}

.cc-order-alert--success {
	background: rgba(110, 231, 183, 0.12);
	border-color: rgba(110, 231, 183, 0.42);
}

.cc-order-alert--error {
	background: rgba(255, 112, 41, 0.12);
	border-color: rgba(255, 112, 41, 0.46);
}

.cc-checkout-status-panel {
	display: grid;
	gap: 12px;
	padding: clamp(20px, 4vw, 34px);
	background:
		linear-gradient(135deg, rgba(110, 231, 183, 0.16), rgba(71, 215, 255, 0.07)),
		var(--cc-panel-strong);
	border: 1px solid rgba(110, 231, 183, 0.42);
	border-radius: var(--cc-radius);
	box-shadow: var(--cc-shadow);
}

.cc-checkout-status-panel--error {
	background:
		linear-gradient(135deg, rgba(255, 112, 41, 0.16), rgba(71, 215, 255, 0.04)),
		var(--cc-panel-strong);
	border-color: rgba(255, 112, 41, 0.52);
}

.cc-checkout-status-panel__eyebrow {
	width: fit-content;
	padding: 6px 10px;
	color: var(--cc-accent);
	font-size: 0.82rem;
	font-weight: 950;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	background: rgba(110, 231, 183, 0.12);
	border: 1px solid rgba(110, 231, 183, 0.22);
	border-radius: 999px;
}

.cc-checkout-status-panel--error .cc-checkout-status-panel__eyebrow {
	color: #ffb38e;
	background: rgba(255, 112, 41, 0.14);
	border-color: rgba(255, 112, 41, 0.28);
}

.cc-checkout-status-panel strong {
	color: var(--cc-text);
	font-size: clamp(1.55rem, 3vw, 2.35rem);
	line-height: 1.08;
}

.cc-checkout-status-panel span:not(.cc-checkout-status-panel__eyebrow) {
	color: var(--cc-muted);
	max-width: 68ch;
	line-height: 1.65;
}

.cc-checkout-status-panel__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin-top: 4px;
}

.cc-form-actions--checkout {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.cc-form-actions--checkout .cc-button[disabled] {
	opacity: 0.7;
	cursor: progress;
}

.cc-checkout-inline-note {
	margin: 0;
	color: var(--cc-muted);
	font-size: 0.96rem;
	line-height: 1.6;
}

.cc-checkout-profile-sync {
	display: grid;
	gap: 16px;
	margin: 18px 0 0;
	padding: 18px;
	border: 1px solid rgba(154, 176, 255, 0.16);
	border-radius: 22px;
	background: linear-gradient(180deg, rgba(11, 16, 33, 0.96), rgba(9, 13, 29, 0.92));
	box-shadow: 0 24px 60px rgba(3, 6, 18, 0.24);
}

.cc-checkout-profile-sync__head {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	justify-content: space-between;
}

.cc-checkout-profile-sync__head h3 {
	max-width: 32ch;
	margin: 6px 0 0;
	color: #f7f9ff;
	font-size: 1.18rem;
	line-height: 1.25;
}

.cc-checkout-profile-sync__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.cc-checkout-profile-sync__item {
	display: grid;
	gap: 6px;
	padding: 14px;
	border: 1px solid rgba(154, 176, 255, 0.12);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.03);
}

.cc-checkout-profile-sync__item span {
	color: rgba(226, 235, 255, 0.66);
	font-size: 0.84rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.cc-checkout-profile-sync__item strong {
	color: #f7f9ff;
	font-size: 1rem;
	line-height: 1.35;
	word-break: break-word;
}

.cc-checkout-profile-sync__item small {
	color: rgba(226, 235, 255, 0.58);
	line-height: 1.4;
}

#objednavka-pluginu,
.cc-license-checkout-form {
	scroll-margin-top: 110px;
}

@keyframes cc-spin {
	to {
		transform: rotate(360deg);
	}
}

.cc-landing-hero {
	padding-block: clamp(70px, 10vw, 132px);
	background:
		linear-gradient(135deg, rgba(71, 215, 255, 0.12), rgba(110, 231, 183, 0.08) 38%, rgba(255, 112, 41, 0.08)),
		#070b16;
	border-bottom: 1px solid var(--cc-line);
}

.cc-landing-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.48fr);
	gap: clamp(24px, 5vw, 68px);
	align-items: center;
}

.cc-landing-hero__copy {
	display: grid;
	gap: 20px;
}

.cc-landing-hero h1 {
	max-width: 13ch;
	margin: 0;
	font-size: clamp(2.45rem, 6.2vw, 5.8rem);
	line-height: 1;
}

.cc-landing-hero p:not(.cc-kicker),
.cc-contact-panel p {
	max-width: 760px;
	margin: 0;
	color: var(--cc-muted);
	font-size: clamp(1.02rem, 1.7vw, 1.24rem);
}

@media (min-width: 1201px) {
	.cc-landing-hero {
		padding-block: clamp(48px, 6.2vw, 88px);
	}

	.cc-landing-hero__grid {
		grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.54fr);
		gap: clamp(28px, 4vw, 52px);
	}

	.cc-landing-hero__copy {
		max-width: 780px;
	}

	.cc-landing-hero h1 {
		max-width: 11.5ch;
		font-size: clamp(3rem, 4.7vw, 4.95rem);
	}

	.cc-landing-hero p:not(.cc-kicker) {
		max-width: 39rem;
		font-size: clamp(1rem, 1.3vw, 1.14rem);
	}
}

.cc-landing-panel,
.cc-contact-panel {
	display: grid;
	gap: 14px;
	min-width: 0;
	padding: clamp(20px, 3vw, 30px);
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
	box-shadow: var(--cc-shadow);
}

#kontakt-formular {
	scroll-margin-top: 112px;
}

#brief-webu,
#pluginy-na-mieru,
#otazka-k-pluginu,
#cc-produkt-changelog {
	scroll-margin-top: 112px;
}

.cc-landing-panel strong,
.cc-contact-panel h2 {
	color: var(--cc-text);
	font-size: clamp(1.35rem, 2.2vw, 2rem);
	line-height: 1.12;
}

.cc-landing-panel ul {
	display: grid;
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.cc-landing-panel li {
	position: relative;
	padding-left: 20px;
	color: var(--cc-muted);
}

.cc-landing-panel li::before {
	position: absolute;
	top: 0.72em;
	left: 0;
	width: 8px;
	aspect-ratio: 1;
	background: var(--cc-green);
	border-radius: 50%;
	content: "";
}

.cc-module-grid--landing {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cc-offer-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.cc-offer-card {
	display: grid;
	gap: 14px;
	min-width: 0;
	padding: clamp(18px, 3vw, 26px);
	background: var(--cc-panel);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
	box-shadow: var(--cc-shadow);
}

.cc-offer-card.is-featured {
	background:
		linear-gradient(135deg, rgba(110, 231, 183, 0.16), rgba(71, 215, 255, 0.08)),
		var(--cc-panel-strong);
	border-color: rgba(110, 231, 183, 0.42);
}

.cc-offer-card h3,
.cc-offer-card p {
	margin: 0;
}

.cc-offer-card h3 {
	font-size: 1.25rem;
	line-height: 1.15;
}

.cc-pricing-routes {
	margin-top: 32px;
}

.cc-offer-card p {
	color: var(--cc-muted);
}

.cc-offer-card__badge {
	width: fit-content;
	padding: 6px 10px;
	color: #06111f;
	font-size: 0.76rem;
	font-weight: 950;
	text-transform: uppercase;
	background: var(--cc-green);
	border-radius: 999px;
}

.cc-offer-card__price {
	display: block;
	line-height: 1.35;
}

.cc-offer-card__price strong {
	color: var(--cc-text);
	font-size: clamp(1.5rem, 2.6vw, 2.1rem);
	line-height: 1.2;
}

.cc-offer-card__price span {
	color: var(--cc-muted);
	font-weight: 600;
}

/* "Ďalšie služby" navigation dropdown — primary nav shows only Webdizajn/Realizácie/Cenník/Kontakt. */
.cc-nav__more {
	position: relative;
}

.cc-nav__more-toggle {
	display: inline-flex !important;
	align-items: center;
	gap: 5px;
	min-height: 44px;
	padding: 8px 10px;
	margin: 0;
	color: rgba(247, 251, 255, 0.84);
	font: inherit;
	font-size: 0.9rem;
	font-weight: 700;
	white-space: nowrap;
	cursor: pointer;
	background: none;
	border: 0;
	border-radius: var(--cc-radius);
}

.cc-nav__more-toggle:hover,
.cc-nav__more-toggle:focus-visible {
	color: var(--cc-text);
	outline: none;
}

.cc-nav__more-caret {
	font-size: 0.7em;
}

.cc-nav__more-menu {
	position: absolute;
	top: calc(100% + 6px);
	right: 0;
	z-index: 40;
	display: none;
	min-width: 210px;
	padding: 8px;
	margin: 0;
	list-style: none;
	background: rgba(5, 7, 17, 0.985);
	border: 1px solid var(--cc-line);
	border-radius: 16px;
	box-shadow: 0 24px 50px rgba(0, 0, 0, 0.42);
}

.cc-nav__more:hover .cc-nav__more-menu,
.cc-nav__more:focus-within .cc-nav__more-menu {
	display: block;
}

.cc-nav__more-menu li {
	width: 100%;
}

.cc-nav__more-menu a {
	display: block;
	width: 100%;
}

@media (max-width: 1360px) {
	.cc-nav__more-toggle {
		width: 100%;
		justify-content: space-between;
		min-height: 52px;
		padding: 14px 16px;
		font-size: 1rem;
	}

	.cc-nav__more-menu {
		position: static;
		display: block;
		min-width: 0;
		padding: 2px 0 2px 12px;
		background: none;
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}
}

.cc-offer-card__footnote {
	max-width: 880px;
	padding: 14px 16px;
	margin: 4px 0 0;
	color: var(--cc-muted);
	font-size: 0.95rem;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
}

.cc-landing-split {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
	gap: clamp(24px, 5vw, 56px);
	align-items: start;
}

.cc-landing-shortcode {
	display: grid;
	gap: 18px;
	margin-top: 14px;
}

.cc-contact-panel .cc-form-shell {
	margin-top: 4px;
}

.cc-contact-panel .cc-lead-form {
	display: grid;
	gap: 12px;
}

.cc-contact-panel .cc-form-shell p {
	margin: 0;
	font-size: 1rem;
}

.cc-contact-panel .cc-form-row {
	display: grid;
	gap: 7px;
	color: var(--cc-text);
	font-weight: 800;
}

.cc-contact-panel :where(input[type="text"], input[type="email"], input[type="url"], input[type="tel"], select, textarea) {
	width: 100%;
	min-height: 46px;
	padding: 11px 12px;
	color: var(--cc-text);
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
}

.cc-contact-panel select {
	color: #06101d;
	background: #f8fbff;
	color-scheme: light;
}

.cc-contact-panel select option {
	color: #06101d;
	background: #fff;
}

.cc-contact-panel textarea {
	min-height: 130px;
	resize: vertical;
}

.cc-contact-panel .cc-lead-form .cc-button {
	min-height: 48px;
	padding: 12px 18px;
	color: #04101f;
	font-weight: 900;
	background: var(--cc-green);
	border: 0;
	border-radius: var(--cc-radius);
	cursor: pointer;
}

.cc-protected-contact {
	display: grid;
	gap: 12px;
	padding: 14px;
	margin: 12px 0 4px;
	background:
		linear-gradient(135deg, rgba(110, 231, 183, 0.1), rgba(71, 215, 255, 0.055)),
		rgba(255, 255, 255, 0.045);
	border: 1px solid rgba(110, 231, 183, 0.22);
	border-radius: var(--cc-radius);
}

.cc-protected-contact__copy {
	display: grid;
	gap: 4px;
}

.cc-protected-contact__copy strong {
	color: var(--cc-text);
	font-size: 1rem;
}

.cc-protected-contact__copy span,
.cc-protected-contact__status {
	color: var(--cc-muted);
	font-size: 0.92rem;
	line-height: 1.45;
}

.cc-protected-contact__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.cc-protected-contact__trap {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

.cc-protected-contact__status {
	min-height: 1.35em;
	margin: 0;
}

.cc-protected-contact__status.is-success {
	color: #9ff7d4;
}

.cc-protected-contact__status.is-error {
	color: #fecaca;
}

.cc-protected-contact__result {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	padding-top: 2px;
}

.cc-protected-contact__link,
.cc-protected-contact__copy-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 12px;
	color: #04101f;
	font-weight: 900;
	text-decoration: none;
	background: var(--cc-green);
	border: 0;
	border-radius: calc(var(--cc-radius) - 2px);
	cursor: pointer;
}

.cc-protected-contact__copy-button {
	color: var(--cc-text);
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid var(--cc-line);
}

.cc-form-shell {
	display: grid;
	gap: 14px;
}

.cc-form-shell h3 {
	margin: 0;
	font-size: clamp(1.35rem, 2.4vw, 1.8rem);
}

.cc-contact-panel .cc-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.cc-form-row--wide,
.cc-form-actions {
	grid-column: 1 / -1;
}

.cc-form-row--consent {
	min-height: 44px;
	cursor: pointer;
}

.cc-form-check {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	width: 100%;
	min-height: 44px;
	color: var(--cc-muted);
	font-size: 0.94rem;
	line-height: 1.55;
}

.cc-form-check input {
	flex: 0 0 18px;
	min-width: 18px;
	width: 18px;
	height: 18px;
	margin-top: 3px;
	accent-color: var(--cc-green);
}

.cc-form-notice {
	padding: 12px 14px;
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
	background: rgba(255, 255, 255, 0.06);
}

.cc-form-notice.is-success {
	color: #062014;
	background: var(--cc-green);
	border-color: rgba(110, 231, 183, 0.75);
	font-weight: 900;
}

.cc-form-notice.is-error {
	color: #fecaca;
	background: rgba(127, 29, 29, 0.28);
	border-color: rgba(248, 113, 113, 0.38);
}

.cc-tool {
	grid-template-columns: minmax(0, 0.78fr) minmax(320px, 1.22fr);
}

.cc-tool__embed {
	min-width: 0;
	padding: 18px;
	background: rgba(5, 7, 17, 0.42);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
}

.cc-tools-lab-hero {
	padding-block: clamp(58px, 8vw, 108px);
	background:
		radial-gradient(circle at 78% 18%, rgba(110, 231, 183, 0.16), transparent 30%),
		linear-gradient(135deg, rgba(47, 107, 255, 0.22), rgba(255, 112, 41, 0.10)),
		var(--cc-bg-soft);
	border-bottom: 1px solid var(--cc-line);
}

.cc-tools-lab-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.46fr);
	gap: clamp(28px, 5vw, 72px);
	align-items: center;
}

.cc-tools-lab-hero h1 {
	max-width: 13ch;
	margin: 0;
	font-size: clamp(2.6rem, 5.6vw, 5.6rem);
	line-height: 0.98;
}

.cc-tools-lab-hero p:not(.cc-kicker) {
	max-width: 760px;
	margin: 18px 0 0;
	color: var(--cc-muted);
	font-size: clamp(1.04rem, 1.7vw, 1.24rem);
}

@media (min-width: 1201px) {
	.cc-tools-lab-hero {
		padding-block: clamp(38px, 5vw, 64px);
	}

	.cc-tools-lab-hero__grid {
		grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.48fr);
		gap: clamp(24px, 3vw, 44px);
		align-items: start;
	}

	.cc-tools-lab-hero h1 {
		max-width: 12.2ch;
		font-size: clamp(2.55rem, 4vw, 4.2rem);
	}

	.cc-tools-lab-hero p:not(.cc-kicker) {
		max-width: 36rem;
		margin-top: 12px;
		font-size: clamp(0.98rem, 1.12vw, 1.04rem);
	}

	.cc-inline-audit-form {
		max-width: 640px;
		margin-top: 16px;
		padding: 12px;
		gap: 10px;
	}

	.cc-inline-audit-form input {
		min-height: 48px;
	}

	.cc-inline-audit-form__note {
		font-size: 0.84rem;
	}

	.cc-tools-mini-findings {
		max-width: 640px;
		margin-top: 14px;
		gap: 8px;
	}

	.cc-tools-mini-findings article {
		padding: 11px;
	}

	.cc-tools-mini-findings span {
		font-size: 0.84rem;
		line-height: 1.35;
	}

	.cc-tools-lab-hero .cc-actions {
		margin-top: 14px;
	}

	.cc-tools-hero-links {
		margin-top: 10px;
	}

	.cc-tools-hero-links .cc-text-link {
		font-size: 0.94rem;
	}

	.cc-tools-lab-hero__panel {
		gap: 10px;
		padding: 18px;
	}
}

.cc-inline-audit-form {
	display: grid;
	grid-template-columns: minmax(220px, 1fr) auto;
	gap: 12px;
	align-items: end;
	max-width: 760px;
	margin-top: 24px;
	padding: 14px;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: calc(var(--cc-radius) - 4px);
	box-shadow: 0 18px 60px rgba(2, 6, 23, 0.18);
}

.cc-inline-audit-form.is-handoff {
	border-color: rgba(110, 231, 183, 0.44);
	box-shadow: 0 20px 70px rgba(53, 255, 199, 0.14);
}

.cc-inline-audit-form label,
.cc-inline-audit-form span {
	display: grid;
	gap: 7px;
}

.cc-inline-audit-form span {
	color: var(--cc-muted);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.cc-inline-audit-form input {
	width: 100%;
	min-height: 52px;
	padding: 0 16px;
	color: var(--cc-text);
	background: rgba(2, 6, 23, 0.7);
	border: 1px solid var(--cc-line);
	border-radius: 16px;
}

.cc-inline-audit-form__note {
	grid-column: 1 / -1;
	margin: 0;
	color: var(--cc-muted);
	font-size: 0.9rem;
	line-height: 1.5;
}

.cc-inline-audit-form__note.is-active {
	color: #caffec;
}

.cc-tools-mini-findings {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	max-width: 760px;
	margin-top: 12px;
}

.cc-tools-mini-findings article {
	padding: 13px;
	background: rgba(2, 6, 23, 0.42);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 16px;
}

.cc-tools-mini-findings strong,
.cc-tools-mini-findings span {
	display: block;
}

.cc-tools-mini-findings strong {
	color: var(--cc-text);
}

.cc-tools-mini-findings span {
	margin-top: 6px;
	color: var(--cc-muted);
	font-size: 0.9rem;
	line-height: 1.45;
}

.cc-tools-hero-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	margin-top: 12px;
}

.cc-tools-hero-links .cc-text-link {
	font-size: 0.95rem;
}

.cc-tools-lab-hero .cc-actions {
	margin-top: 24px;
}

.cc-tools-lab-hero__panel {
	display: grid;
	gap: 12px;
	padding: clamp(18px, 3vw, 28px);
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
	box-shadow: var(--cc-shadow);
}

.cc-tools-lab-hero__panel div {
	padding: 16px;
	background: rgba(255, 255, 255, 0.045);
	border: 1px solid var(--cc-line);
	border-radius: calc(var(--cc-radius) - 6px);
}

.cc-tools-lab-hero__panel strong,
.cc-tools-lab-hero__panel span {
	display: block;
}

.cc-tools-lab-hero__panel strong {
	color: var(--cc-text);
	font-size: 1rem;
}

.cc-tools-lab-hero__panel span {
	margin-top: 8px;
	color: var(--cc-muted);
	line-height: 1.55;
}

.cc-tools-lab {
	background: #070b16;
}

.cc-tools-lab__intro {
	max-width: 860px;
	margin-bottom: 22px;
}

.cc-tools-lab__intro h2 {
	margin: 0;
	font-size: clamp(2rem, 4vw, 3.6rem);
	line-height: 1.02;
}

.cc-tools-path {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-bottom: 26px;
}

.cc-tools-path a,
.cc-tools-premium__grid article {
	display: grid;
	gap: 8px;
	min-width: 0;
	padding: 18px;
	color: inherit;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.045);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
}

.cc-tools-path a:hover,
.cc-tools-path a:focus-visible {
	border-color: rgba(110, 231, 183, 0.42);
	outline: none;
}

.cc-tools-path span {
	color: var(--cc-green);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.cc-tools-path strong,
.cc-tools-premium__grid strong {
	color: var(--cc-text);
	font-size: 1.08rem;
	line-height: 1.22;
}

.cc-tools-path small,
.cc-tools-premium__grid span {
	color: var(--cc-muted);
	font-size: 0.95rem;
	line-height: 1.55;
}

.cc-tools-stage,
.cc-tools-premium {
	margin-top: 22px;
	padding: clamp(18px, 3vw, 30px);
	background:
		radial-gradient(circle at top right, rgba(71, 215, 255, 0.08), transparent 28%),
		var(--cc-panel);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
	box-shadow: var(--cc-shadow);
	scroll-margin-top: 110px;
}

.cc-tools-stage--gsc {
	background:
		radial-gradient(circle at top right, rgba(110, 231, 183, 0.09), transparent 28%),
		var(--cc-panel);
}

.cc-tools-stage--dashboard {
	background:
		radial-gradient(circle at top right, rgba(154, 176, 255, 0.14), transparent 30%),
		var(--cc-panel);
}

.cc-tools-stage__head {
	display: flex;
	gap: 18px;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 18px;
}

.cc-tools-stage__head h2,
.cc-tools-premium h2 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(1.8rem, 3.4vw, 3rem);
	line-height: 1.04;
}

.cc-tools-stage__head p,
.cc-tools-premium p {
	max-width: 760px;
	margin: 12px 0 0;
	color: var(--cc-muted);
}

.cc-tools-stage__head .cc-button {
	flex: 0 0 auto;
}

.cc-tools-premium {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
	gap: 22px;
	align-items: start;
}

.cc-tools-premium__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.cc-seo-mobile-nav-wrap {
	display: none;
}

.cc-seo-mobile-nav {
	display: flex;
	gap: 10px;
}

.cc-seo-mobile-nav a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 16px;
	color: var(--cc-text);
	text-decoration: none;
	white-space: nowrap;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(154, 176, 255, 0.16);
	border-radius: 999px;
	box-shadow: 0 14px 34px rgba(3, 7, 18, 0.16);
}

.cc-seo-mobile-nav a:hover,
.cc-seo-mobile-nav a:focus-visible {
	border-color: rgba(110, 231, 183, 0.42);
	outline: none;
}

.cc-seo-mobile-module__lead {
	display: flex;
	gap: 18px;
	align-items: flex-start;
	justify-content: space-between;
}

.cc-seo-mobile-module__toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 16px;
	color: var(--cc-text);
	font: inherit;
	font-weight: 800;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(154, 176, 255, 0.16);
	border-radius: 999px;
	cursor: pointer;
	transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.cc-seo-mobile-module__toggle:hover,
.cc-seo-mobile-module__toggle:focus-visible {
	border-color: rgba(110, 231, 183, 0.42);
	background: rgba(255, 255, 255, 0.09);
	outline: none;
}

.cc-seo-mobile-module__toggle:active {
	transform: translateY(1px);
}

.cc-seo-mobile-module__body {
	display: grid;
	gap: 18px;
}

.cc-seo-mobile-module.is-collapsed [data-cc-seo-module-body] {
	display: none;
}

.cc-seo-offer {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.9fr);
	gap: 18px;
	align-items: start;
}

.cc-seo-offer__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.cc-seo-offer__plan,
.cc-seo-offer__aside,
.cc-seo-offer__packages article {
	display: grid;
	gap: 10px;
	padding: 18px;
	background: rgba(255, 255, 255, 0.045);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
}

.cc-seo-offer__plan.is-current {
	border-color: rgba(110, 231, 183, 0.42);
	box-shadow: 0 20px 44px rgba(71, 215, 255, 0.08);
}

.cc-seo-offer__plan-top {
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.cc-seo-offer__eyebrow {
	color: var(--cc-green);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.cc-seo-offer__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 0 10px;
	color: #04101f;
	font-size: 0.76rem;
	font-weight: 900;
	background: var(--cc-green);
	border-radius: 999px;
}

.cc-seo-offer__plan h3,
.cc-seo-offer__aside h3 {
	margin: 0;
	font-size: 1.22rem;
	line-height: 1.15;
}

.cc-seo-offer__price {
	margin: 0;
	color: var(--cc-text);
	font-size: 1.4rem;
	font-weight: 900;
}

.cc-seo-offer__list {
	display: grid;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.cc-seo-offer__list li {
	position: relative;
	padding-left: 18px;
	color: var(--cc-muted);
	line-height: 1.5;
}

.cc-seo-offer__list li::before {
	content: '';
	position: absolute;
	top: 0.55rem;
	left: 0;
	width: 8px;
	height: 8px;
	background: var(--cc-green);
	border-radius: 999px;
}

.cc-seo-offer__sms {
	padding: 16px;
	background: rgba(110, 231, 183, 0.08);
	border: 1px solid rgba(110, 231, 183, 0.18);
	border-radius: 18px;
}

.cc-seo-offer__sms strong {
	display: block;
	color: var(--cc-text);
}

.cc-seo-offer__sms p {
	margin: 8px 0 0;
	color: var(--cc-muted);
}

.cc-seo-offer__packages {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.cc-seo-offer__packages article strong,
.cc-seo-offer__packages article span {
	display: block;
}

.cc-seo-offer__packages article strong {
	color: var(--cc-text);
}

.cc-seo-offer__packages article span {
	color: var(--cc-muted);
	line-height: 1.45;
}

.cc-seo-dashboard-preview {
	display: grid;
	gap: 18px;
	padding: 20px;
	background: rgba(255, 255, 255, 0.035);
	border: 1px solid rgba(154, 176, 255, 0.12);
	border-radius: calc(var(--cc-radius) - 6px);
}

.cc-seo-dashboard-preview__intro {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	gap: 18px;
	align-items: start;
}

.cc-seo-dashboard-preview__intro h3,
.cc-seo-dashboard-preview__compare h4 {
	margin: 0;
	font-size: 1.35rem;
	line-height: 1.15;
}

.cc-seo-dashboard-preview__intro p,
.cc-seo-dashboard-preview__compare p,
.cc-seo-dashboard-preview__stats p,
.cc-seo-dashboard-preview__actions p,
.cc-seo-dashboard-preview__cta p {
	margin: 0;
	color: var(--cc-muted);
}

.cc-seo-dashboard-preview__cta,
.cc-seo-dashboard-preview__stats article,
.cc-seo-dashboard-preview__compare article,
.cc-seo-dashboard-preview__actions article,
.cc-seo-offer__notes {
	display: grid;
	gap: 10px;
	padding: 18px;
	background: rgba(255, 255, 255, 0.045);
	border: 1px solid var(--cc-line);
	border-radius: 20px;
}

.cc-seo-dashboard-preview__cta-label,
.cc-seo-dashboard-preview__stats span,
.cc-seo-dashboard-preview__compare span,
.cc-seo-dashboard-preview__actions small {
	color: var(--cc-green);
	font-size: 0.8rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.cc-seo-dashboard-preview__cta strong,
.cc-seo-dashboard-preview__stats strong {
	color: var(--cc-text);
	font-size: 1.32rem;
	line-height: 1.1;
}

.cc-seo-dashboard-preview__stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.cc-seo-dashboard-preview__compare {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.cc-seo-dashboard-preview__modules {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.cc-seo-dashboard-preview__modules span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 14px;
	color: var(--cc-text);
	font-weight: 800;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(154, 176, 255, 0.16);
	border-radius: 999px;
}

.cc-seo-dashboard-preview__actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.cc-seo-dashboard-preview__actions article.is-enabled {
	border-color: rgba(110, 231, 183, 0.22);
}

.cc-seo-dashboard-preview__actions article.is-locked {
	opacity: 0.88;
}

.cc-seo-dashboard-preview__action-top {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.cc-seo-dashboard-preview__action-top strong {
	margin: 0;
	font-size: 1.02rem;
	line-height: 1.2;
}

.cc-seo-dashboard-preview__action-top span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 0 10px;
	color: var(--cc-text);
	font-size: 0.82rem;
	font-weight: 800;
	background: rgba(110, 231, 183, 0.12);
	border: 1px solid rgba(110, 231, 183, 0.18);
	border-radius: 999px;
}

.cc-seo-offer__notes p {
	margin: 0;
	color: var(--cc-muted);
}

@media (max-width: 1200px) {
	.cc-seo-dashboard-preview__intro,
	.cc-seo-offer {
		grid-template-columns: 1fr;
	}

	.cc-seo-dashboard-preview__stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cc-seo-offer__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.cc-seo-dashboard-preview {
		padding: 18px;
	}

	.cc-seo-dashboard-preview__stats,
	.cc-seo-dashboard-preview__compare,
	.cc-seo-dashboard-preview__actions,
	.cc-seo-offer__cards,
	.cc-seo-offer__packages {
		grid-template-columns: 1fr;
	}
}

.cc-hero--service h1 {
	max-width: 15.5ch;
	font-size: clamp(2.65rem, 5.1vw, 5.1rem);
	line-height: 0.95;
	text-wrap: balance;
}

.cc-service-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.cc-service-card {
	display: grid;
	gap: 10px;
	min-width: 0;
	padding: 20px;
	background: var(--cc-panel);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
	box-shadow: var(--cc-shadow);
}

.cc-service-card h3,
.cc-service-card p {
	margin: 0;
}

.cc-service-card h3 {
	color: var(--cc-text);
	font-size: 1.28rem;
	line-height: 1.18;
}

.cc-service-card p {
	color: var(--cc-muted);
}

.cc-custom-build-section {
	background: linear-gradient(180deg, rgba(110, 231, 183, 0.03), rgba(71, 215, 255, 0.04));
}

.cc-custom-build {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(22px, 4vw, 46px);
	align-items: start;
}

.cc-custom-build__copy {
	position: sticky;
	top: 110px;
	display: grid;
	gap: 14px;
}

.cc-custom-build__copy h2,
.cc-custom-build__copy p,
.cc-custom-build__grid h3,
.cc-custom-build__grid p,
.cc-plugin-example h3,
.cc-plugin-example p,
.cc-plugin-admin-shot__body ul {
	margin: 0;
}

.cc-custom-build__copy p:not(.cc-kicker) {
	color: var(--cc-muted);
	font-size: clamp(1rem, 1.6vw, 1.18rem);
}

.cc-custom-build__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.cc-custom-build__grid article,
.cc-plugin-example {
	min-width: 0;
	border: 1px solid var(--cc-line);
	background: rgba(255, 255, 255, 0.055);
	border-radius: var(--cc-radius);
	box-shadow: var(--cc-shadow);
}

.cc-custom-build__grid article {
	display: grid;
	gap: 10px;
	padding: clamp(17px, 2.7vw, 24px);
}

.cc-custom-build__grid span {
	width: fit-content;
	padding: 6px 10px;
	color: #06111f;
	font-size: 0.78rem;
	font-weight: 950;
	background: var(--cc-green);
	border-radius: 999px;
}

.cc-custom-build__grid h3 {
	color: var(--cc-text);
	font-size: 1.14rem;
	line-height: 1.17;
}

.cc-custom-build__grid p {
	color: var(--cc-muted);
	line-height: 1.65;
}

.cc-plugin-lab {
	background:
		linear-gradient(180deg, rgba(71, 215, 255, 0.035), rgba(110, 231, 183, 0.02)),
		#070b16;
}

.cc-plugin-example-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.cc-plugin-example {
	display: grid;
	gap: 16px;
	padding: clamp(17px, 2.6vw, 24px);
}

.cc-plugin-example__copy {
	display: grid;
	gap: 10px;
}

.cc-plugin-example__copy > span,
.cc-plugin-admin-shot__body small {
	color: var(--cc-green);
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.cc-plugin-example h3 {
	color: var(--cc-text);
	font-size: clamp(1.22rem, 1.8vw, 1.55rem);
	line-height: 1.12;
}

.cc-plugin-example p {
	color: var(--cc-muted);
}

.cc-plugin-admin-shot {
	min-width: 0;
	overflow: hidden;
	background: rgba(5, 7, 17, 0.56);
	border: 1px solid var(--cc-line);
	border-radius: calc(var(--cc-radius) - 4px);
}

.cc-plugin-admin-shot__bar {
	display: flex;
	gap: 7px;
	align-items: center;
	padding: 11px 13px;
	background: #07111f;
	border-bottom: 1px solid var(--cc-line);
}

.cc-plugin-admin-shot__bar span {
	width: 9px;
	aspect-ratio: 1;
	background: rgba(255, 255, 255, 0.28);
	border-radius: 50%;
}

.cc-plugin-admin-shot__bar small {
	margin-left: auto;
	color: rgba(247, 251, 255, 0.64);
	font-weight: 800;
}

.cc-plugin-admin-shot__body {
	display: grid;
	gap: 10px;
	padding: 14px;
}

.cc-plugin-admin-shot__body strong {
	color: var(--cc-text);
	font-size: 1.2rem;
	line-height: 1.1;
}

.cc-plugin-admin-shot__body ul {
	display: grid;
	gap: 7px;
	padding: 0;
	list-style: none;
}

.cc-plugin-admin-shot__body li {
	position: relative;
	padding-left: 17px;
	color: var(--cc-muted);
	font-size: 0.92rem;
}

.cc-plugin-admin-shot__body li::before {
	position: absolute;
	top: 0.72em;
	left: 0;
	width: 7px;
	aspect-ratio: 1;
	background: var(--cc-green);
	border-radius: 50%;
	content: "";
}

.cc-brief-router {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	align-items: start;
}

.cc-button--small {
	min-height: 42px;
	padding: 10px 14px;
	font-size: 0.9rem;
}

.cc-webdesign-offer {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.44fr);
	gap: clamp(22px, 5vw, 58px);
	align-items: center;
}

.cc-webdesign-offer h2 {
	max-width: 900px;
	margin-top: 0;
	font-size: clamp(2rem, 4.6vw, 4.8rem);
	line-height: 1.02;
}

.cc-webdesign-offer p:not(.cc-kicker) {
	max-width: 780px;
	color: var(--cc-muted);
	font-size: clamp(1.03rem, 1.6vw, 1.22rem);
}

.cc-webdesign-offer__panel {
	display: grid;
	gap: 14px;
	min-width: 0;
	padding: clamp(18px, 3vw, 28px);
	background:
		linear-gradient(135deg, rgba(110, 231, 183, 0.13), rgba(71, 215, 255, 0.08)),
		var(--cc-panel-strong);
	border: 1px solid rgba(110, 231, 183, 0.28);
	border-radius: var(--cc-radius);
	box-shadow: var(--cc-shadow);
}

.cc-webdesign-offer__panel strong {
	color: var(--cc-text);
	font-size: 1.18rem;
}

.cc-webdesign-offer__panel ul,
.cc-portfolio-tags,
.cc-project-detail__grid ul,
.cc-dashboard-list,
.cc-dashboard-flow {
	display: grid;
	gap: 9px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.cc-webdesign-offer__panel li,
.cc-project-detail__grid li,
.cc-dashboard-list li {
	position: relative;
	padding-left: 18px;
	color: var(--cc-muted);
}

.cc-webdesign-offer__panel li::before,
.cc-project-detail__grid li::before,
.cc-dashboard-list li::before {
	position: absolute;
	top: 0.72em;
	left: 0;
	width: 7px;
	aspect-ratio: 1;
	background: var(--cc-green);
	border-radius: 50%;
	content: "";
}

.cc-portfolio-section {
	background:
		linear-gradient(180deg, rgba(71, 215, 255, 0.04), rgba(110, 231, 183, 0.03)),
		#070b16;
}

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

.cc-portfolio-card {
	display: grid;
	min-width: 0;
	overflow: hidden;
	background: var(--cc-panel);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
	box-shadow: var(--cc-shadow);
}

.cc-portfolio-card__media {
	position: relative;
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #07111f;
	border-bottom: 1px solid var(--cc-line);
}

.cc-portfolio-card__media picture {
	display: block;
	width: 100%;
	height: 100%;
}

.cc-portfolio-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cc-portfolio-card__media:hover img,
.cc-portfolio-card__media:focus-visible img {
	transform: scale(1.025);
}

.cc-portfolio-card__media img {
	transition: transform 180ms ease;
}

.cc-portfolio-card__body {
	display: grid;
	gap: 12px;
	padding: clamp(17px, 2.5vw, 24px);
}

.cc-portfolio-card__body span,
.cc-dashboard-shot summary span {
	color: var(--cc-green);
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.cc-portfolio-card__body h3,
.cc-portfolio-card__body p,
.cc-project-detail__copy h3,
.cc-project-detail__copy p,
.cc-dashboard-shot p {
	margin: 0;
}

.cc-portfolio-card__body h3 {
	font-size: clamp(1.3rem, 2.1vw, 1.75rem);
	line-height: 1.1;
}

.cc-portfolio-card__body p,
.cc-project-detail__copy p,
.cc-dashboard-shot p {
	color: var(--cc-muted);
}

.cc-portfolio-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.cc-portfolio-tags small {
	padding: 6px 9px;
	color: rgba(247, 251, 255, 0.82);
	font-size: 0.76rem;
	font-weight: 800;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid var(--cc-line);
	border-radius: 999px;
}

.cc-portfolio-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.cc-project-detail-list {
	display: grid;
	gap: 18px;
}

.cc-project-detail {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(18px, 4vw, 42px);
	align-items: stretch;
	min-width: 0;
	padding: clamp(16px, 3vw, 28px);
	scroll-margin-top: calc(var(--cc-header-height) + 18px);
	background: rgba(255, 255, 255, 0.052);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
	box-shadow: var(--cc-shadow);
}

.cc-project-detail__media {
	align-self: start;
	aspect-ratio: 16 / 10;
	min-height: 0;
	overflow: hidden;
	background: #fbf2e8;
	border: 1px solid var(--cc-line);
	border-radius: calc(var(--cc-radius) - 2px);
}

.cc-project-detail__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: top center;
}

.cc-project-detail--rich {
	grid-template-columns: 1fr;
}

.cc-project-detail--rich .cc-project-detail__media {
	aspect-ratio: 16 / 7;
	width: 100%;
	max-height: 560px;
}

.cc-project-detail__copy {
	display: grid;
	gap: 16px;
	align-content: center;
	min-width: 0;
}

.cc-project-detail__copy h3 {
	color: var(--cc-text);
	font-size: clamp(1.8rem, 3.6vw, 3.4rem);
	line-height: 1.04;
}

.cc-project-detail__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
	gap: 14px;
}

.cc-project-detail__grid > div {
	min-width: 0;
	padding: 16px;
	background: rgba(5, 7, 17, 0.42);
	border: 1px solid var(--cc-line);
	border-radius: calc(var(--cc-radius) - 2px);
}

.cc-project-detail__grid strong {
	display: block;
	margin-bottom: 10px;
	color: var(--cc-text);
}

.cc-project-why-good {
	display: grid;
	gap: 12px;
	padding: clamp(16px, 2.4vw, 22px);
	background:
		linear-gradient(135deg, rgba(110, 231, 183, 0.16), rgba(71, 215, 255, 0.08)),
		rgba(5, 7, 17, 0.48);
	border: 1px solid rgba(110, 231, 183, 0.22);
	border-radius: calc(var(--cc-radius) - 2px);
}

.cc-project-why-good div {
	display: grid;
	gap: 4px;
}

.cc-project-why-good span {
	color: var(--cc-green);
	font-size: 0.74rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.cc-project-why-good strong {
	color: var(--cc-text);
	font-size: clamp(1.08rem, 1.6vw, 1.32rem);
}

.cc-project-why-good p {
	margin: 0;
	color: var(--cc-muted);
}

.cc-project-why-good ul {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cc-project-why-good li {
	min-width: 0;
	padding: 10px 12px;
	color: var(--cc-text);
	font-size: 0.84rem;
	line-height: 1.42;
	background: rgba(5, 7, 17, 0.34);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
}

.cc-project-before-after {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.cc-project-before-after article,
.cc-project-impact-card {
	min-width: 0;
	overflow: hidden;
	background: rgba(5, 7, 17, 0.44);
	border: 1px solid var(--cc-line);
	border-radius: calc(var(--cc-radius) - 2px);
}

.cc-project-before-after__media {
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #07111f;
	border-bottom: 1px solid var(--cc-line);
}

.cc-project-before-after__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cc-project-before-after__body,
.cc-project-impact-card {
	display: grid;
	gap: 10px;
	padding: 14px;
}

.cc-project-before-after__body span,
.cc-project-impact-card strong {
	color: var(--cc-green);
	font-size: 0.76rem;
	font-weight: 900;
	text-transform: uppercase;
}

.cc-project-before-after ul,
.cc-project-impact-card ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cc-project-before-after li,
.cc-project-impact-card li {
	position: relative;
	padding-left: 16px;
	color: var(--cc-muted);
	font-size: 0.86rem;
	line-height: 1.45;
}

.cc-project-before-after li::before,
.cc-project-impact-card li::before {
	position: absolute;
	top: 0.66em;
	left: 0;
	width: 6px;
	aspect-ratio: 1;
	background: var(--cc-green);
	border-radius: 50%;
	content: "";
}

.cc-project-impact-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.cc-dashboard-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	align-items: start;
}

.cc-dashboard-shot {
	min-width: 0;
	background: var(--cc-panel);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
	box-shadow: var(--cc-shadow);
}

.cc-dashboard-shot summary {
	display: grid;
	gap: 6px;
	padding: 18px 20px;
	list-style: none;
	cursor: pointer;
}

.cc-dashboard-shot summary::-webkit-details-marker {
	display: none;
}

.cc-dashboard-shot summary strong {
	color: var(--cc-text);
	font-size: 1.18rem;
	line-height: 1.12;
}

.cc-dashboard-shot[open] {
	background:
		linear-gradient(135deg, rgba(110, 231, 183, 0.1), rgba(71, 215, 255, 0.06)),
		var(--cc-panel-strong);
	border-color: rgba(110, 231, 183, 0.32);
}

.cc-dashboard-screen {
	padding: 0 16px 16px;
}

.cc-dashboard-screen__top {
	display: flex;
	gap: 7px;
	align-items: center;
	padding: 12px 14px;
	background: #07111f;
	border: 1px solid var(--cc-line);
	border-bottom: 0;
	border-radius: calc(var(--cc-radius) - 4px) calc(var(--cc-radius) - 4px) 0 0;
}

.cc-dashboard-screen__top span {
	width: 9px;
	aspect-ratio: 1;
	background: rgba(255, 255, 255, 0.28);
	border-radius: 50%;
}

.cc-dashboard-screen__top small {
	margin-left: auto;
	color: rgba(247, 251, 255, 0.64);
	font-weight: 800;
}

.cc-dashboard-screen__body {
	display: grid;
	gap: 14px;
	padding: 16px;
	background: rgba(5, 7, 17, 0.54);
	border: 1px solid var(--cc-line);
	border-radius: 0 0 calc(var(--cc-radius) - 4px) calc(var(--cc-radius) - 4px);
}

.cc-dashboard-metric {
	display: grid;
	gap: 5px;
	padding: 14px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid var(--cc-line);
	border-radius: 16px;
}

.cc-dashboard-metric small {
	color: var(--cc-green);
	font-size: 0.76rem;
	font-weight: 900;
	text-transform: uppercase;
}

.cc-dashboard-metric strong {
	color: var(--cc-text);
	font-size: clamp(1.35rem, 2.4vw, 2rem);
	line-height: 1.04;
}

.cc-dashboard-flow {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 7px;
	counter-reset: cc-dashboard-flow;
}

.cc-dashboard-flow li {
	display: grid;
	place-items: center;
	min-height: 42px;
	padding: 8px;
	color: #06101d;
	font-size: 0.78rem;
	font-weight: 900;
	text-align: center;
	background: var(--cc-green);
	border-radius: 999px;
	counter-increment: cc-dashboard-flow;
}

.cc-steps {
	display: grid;
	gap: 12px;
	padding: 0;
	margin: 0;
	list-style: none;
	counter-reset: cc-step;
}

.cc-steps li {
	position: relative;
	display: grid;
	gap: 4px;
	padding: 16px 16px 16px 56px;
	background: var(--cc-panel);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
	counter-increment: cc-step;
}

.cc-steps li::before {
	position: absolute;
	top: 14px;
	left: 16px;
	display: grid;
	place-items: center;
	width: 28px;
	aspect-ratio: 1;
	color: #06101d;
	font-weight: 900;
	background: var(--cc-green);
	border-radius: 50%;
	content: counter(cc-step);
}

.cc-steps strong {
	color: var(--cc-text);
}

.cc-steps span {
	color: var(--cc-muted);
}

.cc-conversion-band {
	display: flex;
	gap: 22px;
	align-items: center;
	justify-content: space-between;
	padding: clamp(22px, 4vw, 38px);
	background: var(--cc-panel-strong);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
	box-shadow: var(--cc-shadow);
}

.cc-conversion-band h2 {
	max-width: 780px;
	margin: 0;
	font-size: clamp(1.8rem, 3.5vw, 3.6rem);
	line-height: 1.05;
}

.cc-footer {
	scroll-margin-top: calc(var(--cc-header-height) + 18px);
	background:
		linear-gradient(180deg, #050711, #03050d),
		#03050d;
	border-top: 1px solid var(--cc-line);
}

.cc-footer__cta {
	background:
		linear-gradient(135deg, rgba(110, 231, 183, 0.1), rgba(71, 215, 255, 0.08)),
		#08101d;
	border-bottom: 1px solid var(--cc-line);
}

.cc-footer__cta-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: clamp(18px, 4vw, 48px);
	align-items: center;
	justify-content: space-between;
	padding-block: clamp(30px, 6vw, 58px);
	color: var(--cc-text);
}

.cc-footer__cta h2 {
	max-width: 900px;
	margin: 0;
	font-size: clamp(1.9rem, 4vw, 4.2rem);
	line-height: 1.06;
}

.cc-footer__cta p:not(.cc-kicker) {
	max-width: 720px;
	margin: 12px 0 0;
	color: var(--cc-muted);
}

.cc-footer__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.cc-footer__main {
	display: grid;
	grid-template-columns: minmax(260px, 1.15fr) minmax(160px, 0.7fr) minmax(180px, 0.82fr) minmax(240px, 0.86fr);
	gap: clamp(22px, 4vw, 46px);
	padding-block: clamp(34px, 6vw, 62px);
}

.cc-footer__brand p {
	max-width: 58ch;
	color: var(--cc-muted);
}

.cc-footer__brand .cc-brand {
	min-width: 44px;
	min-height: 44px;
}

.cc-footer__source {
	margin: 12px 0 0;
}

.cc-footer__nav h2,
.cc-footer__contact h2 {
	margin: 0 0 12px;
	color: var(--cc-text);
	font-size: 0.96rem;
	letter-spacing: 0;
}

.cc-footer__links {
	display: grid;
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.cc-footer__links a {
	display: flex;
	align-items: center;
	min-height: 44px;
	padding-block: 10px;
	color: var(--cc-muted);
	text-decoration: none;
}

.cc-footer__links a:hover,
.cc-footer__links a:focus-visible {
	color: var(--cc-green);
	outline: none;
}

.cc-footer__contact {
	display: grid;
	gap: 10px;
	align-content: start;
}

.cc-footer__contact p {
	margin: 0;
	color: var(--cc-muted);
}

.cc-footer__bottom {
	display: flex;
	gap: 16px;
	justify-content: space-between;
	align-items: center;
	padding-block: 18px;
	color: rgba(247, 251, 255, 0.64);
	border-top: 1px solid var(--cc-line);
}

.cc-footer__bottom-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.cc-footer__bottom nav {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.cc-footer__bottom a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding-block: 10px;
	color: rgba(247, 251, 255, 0.68);
	text-decoration: none;
}

@media (max-width: 1024px) {
	.cc-footer__main {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	:root {
		--cc-header-height: 70px;
	}

	html.cc-menu-open,
	body.cottoncloud-site.cc-menu-open {
		overflow: hidden;
	}

	body.cottoncloud-site.admin-bar .cc-header {
		top: 46px;
	}

	.cc-header {
		background: rgba(5, 7, 17, 0.98);
		backdrop-filter: none;
	}

	.cc-header__inner {
		grid-template-columns: minmax(0, 1fr) auto auto;
	}

	.cc-menu-toggle {
		display: grid;
		justify-self: end;
	}

	.cc-nav {
		position: absolute;
		top: calc(100% + 10px);
		left: 0;
		right: 0;
		justify-self: stretch;
		display: block;
		padding: 0;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transform: translateY(-10px);
		transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
		z-index: 30;
	}

		.cc-nav.is-open {
			opacity: 1;
			visibility: visible;
			pointer-events: auto;
			transform: translateY(0);
		}

		.cc-nav-backdrop {
			position: fixed;
			inset: 0;
			z-index: 20;
			display: block;
			background: rgba(3, 7, 15, 0.72);
			backdrop-filter: blur(6px);
			opacity: 0;
			visibility: hidden;
			pointer-events: none;
			transition: opacity 0.18s ease, visibility 0.18s ease;
		}

		.cc-nav-backdrop.is-visible {
			opacity: 1;
			visibility: visible;
			pointer-events: auto;
		}

		.cc-nav__list {
			display: grid;
			justify-content: stretch;
		gap: 4px;
		padding: 14px;
		margin: 0;
		background: rgba(5, 7, 17, 0.985);
		border: 1px solid rgba(255, 255, 255, 0.08);
		border-radius: 22px;
		box-shadow: 0 30px 60px rgba(0, 0, 0, 0.42);
		max-height: min(70svh, 560px);
		overflow: auto;
		overscroll-behavior: contain;
		-webkit-overflow-scrolling: touch;
	}

	.cc-nav__list a {
		width: 100%;
		min-height: 52px;
		padding: 14px 16px;
		font-size: 1rem;
		border-radius: 16px;
	}

		.cc-nav__actions {
			display: grid;
			grid-template-columns: 1fr;
			gap: 10px;
			padding: 0 14px 14px;
			margin-top: 10px;
		}

	.cc-nav__actions .cc-nav__action {
		width: 100%;
		min-height: 48px;
	}

	.cc-header__cta {
		display: none;
	}

	.cc-footer__cta-inner {
		grid-template-columns: 1fr;
	}

	.cc-footer__actions {
		justify-content: flex-start;
	}

	.cc-footer__bottom {
		flex-direction: column;
		align-items: flex-start;
	}

	.cc-product-thumb-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cc-card-grid--three,
	.cc-split,
	.cc-article__grid,
	.cc-blog-hero__grid,
	.cc-product,
	.cc-tool,
		.cc-product-trust__inner,
		.cc-product-hero__grid,
		.cc-product-detail-split,
		.cc-mailai-story__grid,
		.cc-mailai-price-grid,
		.cc-plan-grid,
		.cc-business-note-grid,
		.cc-demo-grid,
	.cc-tab-card-grid,
	.cc-tech-grid,
	.cc-outcome-grid,
	.cc-operating-model,
	.cc-license-note,
	.cc-checkout-hero,
	.cc-checkout-grid,
	.cc-checkout-profile-sync__grid,
	.cc-tools-lab-hero__grid,
	.cc-tools-path,
	.cc-tools-premium,
	.cc-tools-premium__grid,
		.cc-home-product-grid,
		.cc-landing-hero__grid,
		.cc-landing-split,
		.cc-webdesign-offer,
		.cc-docs-product-grid,
		.cc-docs-lane-grid,
		.cc-docs-trouble-grid,
		.cc-docs-split,
		.cc-docs-quality,
		.cc-studio-hero__grid,
		.cc-module-grid--four,
		.cc-before-after,
		.cc-case-grid,
		.cc-package-grid,
		.cc-project-detail,
		.cc-project-detail__grid,
		.cc-project-why-good ul,
		.cc-project-before-after,
		.cc-project-impact-grid,
		.cc-dashboard-grid,
		.cc-mailai-module-grid,
		.cc-update-grid,
		.cc-license-includes ul,
		.cc-after-purchase,
		.cc-after-purchase__steps,
		.cc-custom-build,
		.cc-custom-build__grid,
		.cc-plugin-example-grid,
	.cc-brief-router {
		grid-template-columns: 1fr;
	}

	.cc-operating-model__copy {
		position: static;
	}

	.cc-after-purchase__copy,
	.cc-custom-build__copy {
		position: static;
	}

	.cc-operating-checks ul {
		grid-template-columns: 1fr;
	}

	.cc-product-trust__inner,
	.cc-product-updates__head,
	.cc-changelog__head,
	.cc-demo-panel__top {
		align-items: flex-start;
		flex-direction: column;
	}

	.cc-product-trust__inner div {
		justify-content: flex-start;
	}

	.cc-product-hero {
		padding-block: 38px 44px;
	}

	.cc-product-hero__copy {
		gap: 14px;
	}

	.cc-product-hero h1 {
		max-width: 11.5ch;
		font-size: clamp(2.3rem, 6vw, 3.6rem);
	}

	.cc-product-hero p:not(.cc-kicker) {
		font-size: 1rem;
	}

	.cc-product-gallery--mobile {
		display: grid;
		gap: 10px;
		margin-top: 14px;
	}

	.cc-product-gallery--mobile .cc-product-thumb-grid {
		display: none;
	}

	.cc-product-gallery--mobile .cc-product-shot__media {
		aspect-ratio: 16 / 9;
		min-height: 200px;
		max-height: 240px;
		padding: 8px;
	}

	.cc-product-gallery--mobile .cc-product-shot__caption {
		gap: 6px;
		padding: 12px 14px 14px;
	}

	.cc-product-gallery--mobile .cc-product-shot__caption p {
		display: none;
	}

	.cc-product-gallery--mobile .cc-product-shot__caption strong {
		font-size: 0.98rem;
	}

	.cc-product-visual--desktop {
		display: none;
	}

	.cc-product-gallery--hero .cc-product-shot__media {
		max-height: none;
	}

	.cc-product-proof {
		margin-top: 16px;
		padding: 14px 16px;
	}

	.cc-product__features,
	.cc-module-grid,
	.cc-module-grid--three,
	.cc-faq-grid,
	.cc-module-grid--landing,
		.cc-offer-grid {
		grid-template-columns: 1fr;
	}

	.cc-docs-product-card,
	.cc-docs-product-card:nth-child(1),
	.cc-docs-product-card:nth-child(4) {
		grid-column: auto;
	}

	.cc-docs-search {
		grid-template-columns: 1fr;
		border-radius: 20px;
	}

	.cc-docs-filters {
		grid-template-columns: 1fr;
	}

	.cc-docs-active-filters {
		align-items: stretch;
		flex-direction: column;
	}

	.cc-docs-quick-links {
		align-items: stretch;
		flex-direction: column;
	}

	.cc-docs-active-filters .cc-docs-filter-reset {
		width: 100%;
	}

	.cc-service-grid {
		grid-template-columns: 1fr 1fr;
	}

	.cc-proof-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.cc-webdesign-landing-design .cc-landing-hero .cc-proof-strip > div:nth-child(3):last-child {
		grid-column: 1 / -1;
	}

	.cc-portfolio-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cc-conversion-band {
		align-items: stretch;
		flex-direction: column;
	}

	.cc-blog-topics {
		align-self: stretch;
	}

	.cc-tools-stage__head {
		display: grid;
		align-items: start;
	}

	.cc-tools-stage__head .cc-button {
		width: fit-content;
	}

	.cc-inline-audit-form,
	.cc-tools-mini-findings {
		grid-template-columns: 1fr;
	}

	body.page-id-896 .cc-seo-mobile-nav-wrap {
		display: block;
		padding-top: 0;
		padding-bottom: 14px;
	}

	body.page-id-896 .cc-seo-mobile-nav {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding: 4px 2px 6px;
		scrollbar-width: none;
	}

	body.page-id-896 .cc-seo-mobile-nav::-webkit-scrollbar {
		display: none;
	}

	body.page-id-896 .cc-tools-lab-hero {
		padding-block: 42px 32px;
	}

	body.cc-seo-tools-page .cc-tools-lab-hero,
	body.page-id-896 .cc-tools-lab-hero {
		overflow: hidden;
	}

	body.cc-seo-tools-page .cc-tools-lab-hero__grid,
	body.cc-seo-tools-page .cc-tools-lab-hero__grid > *,
	body.page-id-896 .cc-tools-lab-hero__grid,
	body.page-id-896 .cc-tools-lab-hero__grid > * {
		min-width: 0;
	}

	body.cc-seo-tools-page .cc-tools-lab-hero h1,
	body.page-id-896 .cc-tools-lab-hero h1 {
		max-width: 12ch;
		text-wrap: balance;
	}

	body.cc-seo-tools-page .cc-inline-audit-form,
	body.page-id-896 .cc-inline-audit-form {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	body.cc-seo-tools-page .cc-inline-audit-form label,
	body.cc-seo-tools-page .cc-inline-audit-form input,
	body.cc-seo-tools-page .cc-inline-audit-form button,
	body.page-id-896 .cc-inline-audit-form label,
	body.page-id-896 .cc-inline-audit-form input,
	body.page-id-896 .cc-inline-audit-form button {
		min-width: 0;
		max-width: 100%;
	}

	body.cc-seo-tools-page .cc-inline-audit-form span,
	body.page-id-896 .cc-inline-audit-form span {
		overflow-wrap: anywhere;
	}

	body.page-id-896 .cc-tools-lab-hero__panel,
	body.page-id-896 .cc-seo-mobile-hide-on-mobile {
		display: none;
	}

	body.page-id-896 .cc-tools-stage,
	body.page-id-896 .cc-tools-premium,
	body.page-id-896 .cc-tools-lab,
	body.page-id-896 .cc-product-support.cc-seo-mobile-module,
	body.page-id-896 .cc-container.cc-seo-mobile-module {
		margin-top: 16px;
		padding: 20px;
		border-radius: 24px;
	}

	body.page-id-896 .cc-seo-mobile-module {
		scroll-margin-top: 88px;
	}

	body.page-id-896 .cc-seo-mobile-module__lead {
		margin-bottom: 0;
	}

	body.page-id-896 .cc-seo-mobile-module__body {
		margin-top: 14px;
	}

	body.page-id-896 .cc-seo-mobile-module__lead .cc-section__head,
	body.page-id-896 .cc-seo-mobile-module__lead .cc-product-support__copy,
	body.page-id-896 .cc-seo-mobile-module__lead .cc-tools-lab__intro {
		margin-bottom: 0;
	}

	body.page-id-896 .cc-seo-mobile-module__toggle[hidden] {
		display: none !important;
	}

	body.page-id-896 .cc-tools-path {
		grid-template-columns: 1fr;
		margin-bottom: 0;
	}

	body.page-id-896 .cc-product-support__grid--funnel {
		grid-template-columns: 1fr;
	}

	body.page-id-896 .cc-seo-offer,
	body.page-id-896 .cc-seo-offer__cards,
	body.page-id-896 .cc-seo-offer__packages {
		grid-template-columns: 1fr;
	}

	body.cc-seo-tools-page .ccpst-workbench,
	body.page-id-896 .ccpst-workbench {
		gap: 14px;
		padding: 16px;
	}

	body.cc-seo-tools-page .ccpst-history-card,
	body.cc-seo-tools-page .ccpst-final-card,
	body.page-id-896 .ccpst-history-card,
	body.page-id-896 .ccpst-final-card {
		display: none;
	}

	body.cc-seo-tools-page.cc-seo-tools-has-audit .cc-seo-mobile-nav-wrap,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .cc-seo-mobile-nav-wrap,
	body.cc-seo-tools-page.cc-seo-tools-has-audit .cc-tools-lab-hero,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .cc-tools-lab-hero,
	body.cc-seo-tools-page.cc-seo-tools-has-audit #seo-flow-map,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) #seo-flow-map,
	body.cc-seo-tools-page.cc-seo-tools-has-audit:not(.cc-seo-preview-tool-speed) #monitoring-dashboard,
	body.cc-seo-tools-page:not(.cc-seo-preview-tool-speed):has([data-ccpst-result-shell]) #monitoring-dashboard,
	body.cc-seo-tools-page.cc-seo-tools-has-audit #dashboard-po-prihlaseni,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) #dashboard-po-prihlaseni,
	body.cc-seo-tools-page.cc-seo-tools-has-audit #verejne-testy,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) #verejne-testy,
	body.cc-seo-tools-page.cc-seo-tools-has-audit #gsc-rast,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) #gsc-rast,
	body.cc-seo-tools-page.cc-seo-tools-has-audit #dalsi-krok-panel,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) #dalsi-krok-panel,
	body.cc-seo-tools-page.cc-seo-tools-has-audit #faq-panel,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) #faq-panel,
	body.cc-seo-tools-page.cc-seo-tools-has-audit .cc-conversion-band,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .cc-conversion-band,
	body.cc-seo-tools-page.cc-seo-tools-has-audit .ccpst-card--compare-picker,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .ccpst-card--compare-picker,
	body.cc-seo-tools-page.cc-seo-tools-has-audit .ccpst-card--compare-manual,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .ccpst-card--compare-manual,
	body.cc-seo-tools-page.cc-seo-tools-has-audit .ccpst-result-toolbar__templates,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .ccpst-result-toolbar__templates,
	body.cc-seo-tools-page.cc-seo-tools-has-audit .ccpst-credit-offer__issues,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .ccpst-credit-offer__issues {
		display: none !important;
	}

	body.cc-seo-tools-page.cc-seo-tools-has-audit .ccpst-result-shell,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .ccpst-result-shell {
		gap: 14px !important;
	}

	body.cc-seo-tools-page.cc-seo-tools-has-audit .ccpst-conversion,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .ccpst-conversion,
	body.cc-seo-tools-page.cc-seo-tools-has-audit .ccpst-credit-offer,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .ccpst-credit-offer,
	body.cc-seo-tools-page.cc-seo-tools-has-audit .ccpst-followup,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .ccpst-followup {
		margin-top: 12px !important;
		padding: 16px !important;
		border-radius: 22px !important;
	}

	body.cc-seo-tools-page.cc-seo-tools-has-audit .ccpst-card--monitor .ccpst-monitor-history,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .ccpst-card--monitor .ccpst-monitor-history {
		display: none !important;
	}

	body.cc-seo-tools-page.cc-seo-tools-has-audit .ccpst-tabs,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .ccpst-tabs {
		display: flex !important;
		flex-wrap: nowrap !important;
		gap: 8px !important;
		overflow-x: auto !important;
		padding: 6px 0 10px !important;
		scroll-snap-type: x proximity;
	}

	body.cc-seo-tools-page.cc-seo-tools-has-audit .ccpst-tab,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .ccpst-tab {
		flex: 0 0 auto;
		min-height: 40px !important;
		padding-inline: 14px !important;
		scroll-snap-align: start;
	}

	body.cc-seo-tools-page.cc-seo-tools-has-audit .ccpst-batch-panel,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .ccpst-batch-panel,
	body.cc-seo-tools-page.cc-seo-tools-has-audit .ccpst-status-rail,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .ccpst-status-rail,
	body.cc-seo-tools-page.cc-seo-tools-has-audit .ccpst-mode-briefs,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .ccpst-mode-briefs {
		display: none !important;
	}

	body.cc-seo-tools-page.cc-seo-tools-has-audit .ccpst-form-card,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .ccpst-form-card,
	body.cc-seo-tools-page.cc-seo-tools-has-audit .ccpst-summary,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .ccpst-summary,
	body.cc-seo-tools-page.cc-seo-tools-has-audit .ccpst-card,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .ccpst-card {
		padding: 16px !important;
		border-radius: 22px !important;
	}

	body.cc-seo-tools-page.cc-seo-tools-has-audit .ccpst-summary__main,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .ccpst-summary__main {
		gap: 14px !important;
	}

	body.cc-seo-tools-page.cc-seo-tools-has-audit .ccpst-check-grid,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .ccpst-check-grid,
	body.cc-seo-tools-page.cc-seo-tools-has-audit .ccpst-path-grid,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .ccpst-path-grid,
	body.cc-seo-tools-page.cc-seo-tools-has-audit .ccpst-result-toolbar__group,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .ccpst-result-toolbar__group,
	body.cc-seo-tools-page.cc-seo-tools-has-audit .ccpst-category-bars,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .ccpst-category-bars {
		display: flex !important;
		grid-template-columns: none !important;
		gap: 10px !important;
		overflow-x: auto !important;
		padding-bottom: 10px !important;
		scroll-snap-type: x proximity;
	}

	body.cc-seo-tools-page.cc-seo-tools-has-audit .ccpst-check-item,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .ccpst-check-item,
	body.cc-seo-tools-page.cc-seo-tools-has-audit .ccpst-path-card,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .ccpst-path-card,
	body.cc-seo-tools-page.cc-seo-tools-has-audit .ccpst-result-toolbar__group > *,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .ccpst-result-toolbar__group > *,
	body.cc-seo-tools-page.cc-seo-tools-has-audit .ccpst-bar-metric,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .ccpst-bar-metric {
		flex: 0 0 min(280px, 82vw) !important;
		scroll-snap-align: start;
	}

	body.cc-seo-tools-page.cc-seo-tools-has-audit .ccpst-check-item p,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .ccpst-check-item p,
	body.cc-seo-tools-page.cc-seo-tools-has-audit .ccpst-path-card p,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .ccpst-path-card p,
	body.cc-seo-tools-page.cc-seo-tools-has-audit .ccpst-card__head p,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .ccpst-card__head p {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	body.cc-seo-tools-page.cc-seo-tools-has-audit #ccpst-audit-stage .cc-tools-stage__head,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) #ccpst-audit-stage .cc-tools-stage__head,
	body.cc-seo-tools-page.cc-seo-tools-has-audit .ccpst-route-actions,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .ccpst-route-actions,
	body.cc-seo-tools-page.cc-seo-tools-has-audit #ccpst-audit .ccpst-form-card,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) #ccpst-audit .ccpst-form-card,
	body.cc-seo-tools-page.cc-seo-tools-has-audit #ccpst-audit .ccpst-history-card,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) #ccpst-audit .ccpst-history-card,
	body.cc-seo-tools-page.cc-seo-tools-has-audit .ccpst-card--compare,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .ccpst-card--compare,
	body.cc-seo-tools-page.cc-seo-tools-has-audit .ccpst-followup,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .ccpst-followup {
		display: none !important;
	}

	body.cc-seo-tools-page.cc-seo-tools-has-audit #ccpst-audit-stage,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) #ccpst-audit-stage {
		margin-top: 18px;
		padding: 0;
		background: transparent;
		border: 0;
		box-shadow: none;
	}

	body.cc-seo-tools-page.cc-seo-tools-has-audit #ccpst-audit,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) #ccpst-audit {
		padding: 0 !important;
		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
	}

	body.cc-seo-tools-page.cc-seo-tools-has-audit .ccpst-summary,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .ccpst-summary {
		gap: 14px !important;
	}

	body.cc-seo-tools-page.cc-seo-tools-has-audit .ccpst-summary__meta,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .ccpst-summary__meta {
		gap: 10px !important;
	}

	body.cc-seo-tools-page.cc-seo-tools-has-audit .ccpst-share-box,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .ccpst-share-box,
	body.cc-seo-tools-page.cc-seo-tools-has-audit .ccpst-domain-insight,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .ccpst-domain-insight {
		display: none !important;
	}

	body.cc-seo-tools-page.cc-seo-tools-has-audit .ccpst-summary__copy p,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .ccpst-summary__copy p {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	body.cc-seo-tools-page.cc-seo-tools-has-audit .ccpst-summary__url strong,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .ccpst-summary__url strong {
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	body.cc-seo-tools-page.cc-seo-tools-has-audit .ccpst-conversion,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .ccpst-conversion {
		gap: 12px !important;
	}

	body.cc-seo-tools-page.cc-seo-tools-has-audit .ccpst-conversion__intro p:not(.ccpst-kicker),
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .ccpst-conversion__intro p:not(.ccpst-kicker) {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	body.cc-seo-tools-page.cc-seo-tools-has-audit .ccpst-panel.is-active > .ccpst-grid,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .ccpst-panel.is-active > .ccpst-grid {
		display: flex !important;
		gap: 10px !important;
		overflow-x: auto !important;
		padding-bottom: 10px !important;
		scroll-snap-type: x proximity;
	}

	body.cc-seo-tools-page.cc-seo-tools-has-audit .ccpst-panel.is-active > .ccpst-grid > *,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .ccpst-panel.is-active > .ccpst-grid > * {
		flex: 0 0 min(300px, 86vw) !important;
		scroll-snap-align: start;
	}

	body.cc-seo-tools-page.cc-seo-tools-has-audit .ccpst-panel.is-active > .ccpst-card,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .ccpst-panel.is-active > .ccpst-card,
	body.cc-seo-tools-page.cc-seo-tools-has-audit .ccpst-panel.is-active > .ccpst-grid > .ccpst-card,
	body.cc-seo-tools-page:has([data-ccpst-result-shell]) .ccpst-panel.is-active > .ccpst-grid > .ccpst-card {
		max-height: min(560px, 70svh);
		overflow-y: auto;
		overscroll-behavior: contain;
	}

	body.cc-seo-tools-page .ccpst-form-card__head p,
	body.cc-seo-tools-page .ccpst-mode-brief__head span,
	body.cc-seo-tools-page .ccpst-mode-point p,
	body.page-id-896 .ccpst-form-card__head p,
	body.page-id-896 .ccpst-mode-brief__head span,
	body.page-id-896 .ccpst-mode-point p {
		display: -webkit-box;
		overflow: hidden;
		line-height: 1.5;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	body.page-id-896 #faq-panel .cc-container.cc-seo-mobile-module {
		background: var(--cc-panel);
		border: 1px solid var(--cc-line);
		box-shadow: var(--cc-shadow);
	}

	body.page-id-896 .cc-conversion-band {
		padding: 20px;
		border-radius: 24px;
	}

	body.cc-seo-tools-page .cc-seo-mobile-nav-wrap {
		display: block;
		padding-top: 0;
		padding-bottom: 14px;
	}

	body.cc-seo-tools-page .cc-seo-mobile-nav {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding: 4px 2px 6px;
		scrollbar-width: none;
	}

	body.cc-seo-tools-page .cc-seo-mobile-nav::-webkit-scrollbar {
		display: none;
	}

	body.cc-seo-tools-page .cc-tools-lab-hero {
		padding-block: 42px 30px;
		scroll-margin-top: 88px;
	}

	body.cc-seo-tools-page .cc-tools-lab-hero__panel,
	body.cc-seo-tools-page .cc-seo-mobile-hide-on-mobile {
		display: none !important;
	}

	body.cc-seo-tools-page:not(.cc-seo-tools-has-audit) #ccpst-audit-stage {
		display: none;
	}

	body.cc-seo-tools-page .cc-tools-stage,
	body.cc-seo-tools-page .cc-tools-premium,
	body.cc-seo-tools-page .cc-tools-lab,
	body.cc-seo-tools-page .cc-product-support.cc-seo-mobile-module,
	body.cc-seo-tools-page .cc-container.cc-seo-mobile-module {
		margin-top: 16px;
		padding: 20px;
		border-radius: 24px;
	}

	body.cc-seo-tools-page .cc-seo-mobile-module {
		scroll-margin-top: 88px;
	}

	body.cc-seo-tools-page .cc-seo-mobile-module__lead,
	body.cc-seo-tools-page .cc-tools-stage__head {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		gap: 12px;
		align-items: start;
		margin-bottom: 0;
	}

	body.cc-seo-tools-page .cc-seo-mobile-module__lead .cc-section__head,
	body.cc-seo-tools-page .cc-seo-mobile-module__lead .cc-product-support__copy,
	body.cc-seo-tools-page .cc-seo-mobile-module__lead .cc-tools-lab__intro {
		margin-bottom: 0;
	}

	body.cc-seo-tools-page .cc-seo-mobile-module__body {
		margin-top: 14px;
	}

	body.cc-seo-tools-page .cc-seo-mobile-module__toggle[hidden] {
		display: none !important;
	}

	body.cc-seo-tools-page .cc-seo-mobile-module__toggle {
		width: fit-content;
		min-height: 44px;
		padding-inline: 14px;
		font-size: 0.95rem;
	}

	body.cc-seo-tools-page .cc-seo-mobile-module.is-collapsed {
		padding: 16px;
	}

	body.cc-seo-tools-page .cc-seo-mobile-module.is-collapsed .cc-seo-mobile-module__body {
		display: none !important;
	}

	body.cc-seo-tools-page .cc-seo-mobile-module.is-collapsed .cc-tools-stage__head,
	body.cc-seo-tools-page .cc-seo-mobile-module.is-collapsed .cc-seo-mobile-module__lead,
	body.cc-seo-tools-page .cc-seo-mobile-module.is-collapsed .cc-product-support__copy {
		gap: 10px;
	}

	body.cc-seo-tools-page .cc-seo-mobile-module.is-collapsed h2 {
		display: -webkit-box;
		overflow: hidden;
		margin-bottom: 0;
		font-size: clamp(1.24rem, 5.6vw, 1.72rem);
		line-height: 1.08;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	body.cc-seo-tools-page .cc-seo-mobile-module.is-collapsed p:not(.cc-kicker),
	body.cc-seo-tools-page .cc-seo-mobile-module.is-collapsed .cc-actions {
		display: none !important;
	}

	body.cc-seo-tools-page .cc-tools-path,
	body.cc-seo-tools-page .cc-product-support__grid--funnel,
	body.cc-seo-tools-page .cc-seo-offer,
	body.cc-seo-tools-page .cc-seo-offer__cards,
	body.cc-seo-tools-page .cc-seo-offer__packages {
		grid-template-columns: 1fr;
	}

	body.cc-seo-tools-page .cc-tools-path {
		margin-bottom: 0;
	}

	body.cc-seo-tools-page:not(.cc-seo-tools-has-audit) .cc-conversion-band {
		display: none;
	}

	body.cc-seo-tools-page .cc-conversion-band {
		padding: 20px;
		border-radius: 24px;
	}
}

@media (max-width: 640px) {
	body.cottoncloud-site .cc-header {
		position: sticky;
		top: 0;
	}

	body.cottoncloud-site.admin-bar .cc-header {
		position: sticky;
		top: 46px;
	}

	.cc-container,
	.cc-header__inner {
		width: min(100% - 24px, var(--cc-container));
	}

	.cc-brand {
		gap: 0;
	}

	.cc-brand__copy {
		display: none;
	}

	.cc-brand__mark {
		width: 40px;
	}

	.cc-header__language .cc-lang-switcher__link {
		min-width: 34px;
		min-height: 34px;
		padding: 5px 7px;
		font-size: 0.64rem;
	}

	.cc-nav {
		top: calc(100% + 8px);
	}

	.cc-nav__list {
		padding: 12px;
		border-radius: 20px;
		max-height: min(68svh, 520px);
	}

	.cc-nav__actions {
		padding: 0 12px 12px;
	}

	.cc-nav__mobile-actions {
		padding: 0 12px 12px;
	}

	.cc-hero {
		min-height: 520px;
	}

	.cc-hero__shade {
		background: linear-gradient(0deg, rgba(5, 7, 17, 0.96), rgba(5, 7, 17, 0.56));
	}

	.cc-hero h1,
	.cc-page-hero h1,
	.cc-blog-hero h1,
	.cc-tools-lab-hero h1,
	.cc-section h2,
	.cc-article__hero h1 {
		max-width: none;
	}

	.cc-actions,
	.cc-blog-search__row,
	.cc-footer__bottom {
		align-items: stretch;
		flex-direction: column;
	}

	.cc-blog-search__row {
		display: flex;
	}

	.cc-tools-lab-hero,
	.cc-tools-stage,
	.cc-tools-premium {
		border-radius: 0;
	}

	.cc-tools-lab-hero {
		padding-block: 42px;
	}

	body.page-id-896 .cc-seo-mobile-nav-wrap {
		padding-bottom: 10px;
	}

	body.page-id-896 .cc-seo-mobile-nav a,
	body.page-id-896 .cc-seo-mobile-module__toggle {
		min-height: 44px;
		padding-inline: 14px;
		font-size: 0.95rem;
	}

	body.page-id-896 .cc-seo-mobile-module__lead {
		flex-direction: column;
	}

	body.page-id-896 .cc-tools-mini-findings {
		display: flex;
		gap: 10px;
		overflow-x: auto;
		padding-bottom: 4px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	body.page-id-896 .cc-tools-mini-findings::-webkit-scrollbar {
		display: none;
	}

	body.page-id-896 .cc-tools-mini-findings article {
		min-width: min(78vw, 280px);
		scroll-snap-align: start;
	}

	body.cc-seo-tools-page .cc-tools-lab-hero,
	body.page-id-896 .cc-tools-lab-hero {
		padding-block: 32px 20px;
	}

	body.cc-seo-tools-page .cc-tools-lab-hero h1,
	body.page-id-896 .cc-tools-lab-hero h1 {
		max-width: 100%;
		font-size: clamp(2rem, 9.7vw, 2.45rem);
		line-height: 0.98;
	}

	body.cc-seo-tools-page .cc-tools-lab-hero p:not(.cc-kicker),
	body.page-id-896 .cc-tools-lab-hero p:not(.cc-kicker) {
		display: -webkit-box;
		overflow: hidden;
		line-height: 1.5;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	body.cc-seo-tools-page .cc-tools-lab-hero .cc-actions,
	body.page-id-896 .cc-tools-lab-hero .cc-actions {
		display: none;
	}

	body.cc-seo-tools-page .cc-inline-audit-form,
	body.page-id-896 .cc-inline-audit-form {
		gap: 10px;
		margin-top: 18px;
		padding: 12px;
	}

	body.cc-seo-tools-page .cc-inline-audit-form input,
	body.page-id-896 .cc-inline-audit-form input {
		min-height: 48px;
		padding-inline: 13px;
	}

	body.cc-seo-tools-page .cc-inline-audit-form__note,
	body.page-id-896 .cc-inline-audit-form__note {
		font-size: 0.86rem;
	}

	body.page-id-896 .cc-seo-offer__plan-top {
		align-items: flex-start;
	}

	body.page-id-896 .cc-tools-stage,
	body.page-id-896 .cc-tools-premium,
	body.page-id-896 .cc-tools-lab,
	body.page-id-896 .cc-product-support.cc-seo-mobile-module,
	body.page-id-896 .cc-container.cc-seo-mobile-module,
	body.page-id-896 .cc-conversion-band {
		padding: 18px;
		border-radius: 22px;
	}

	.cc-button,
	.cc-footer__actions .cc-button,
	.cc-tools-stage__head .cc-button {
		width: 100%;
	}

	.cc-metrics {
		grid-template-columns: 1fr;
	}

	.cc-service-grid {
		grid-template-columns: 1fr;
	}

	.cc-portfolio-grid {
		grid-template-columns: 1fr;
	}

	.cc-portfolio-actions,
	.cc-project-detail .cc-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.cc-portfolio-actions .cc-button,
	.cc-project-detail .cc-actions .cc-button {
		width: 100%;
	}

	.cc-dashboard-flow {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cc-product-hero h1 {
		max-width: none;
	}

	.cc-product-gallery--mobile {
		display: grid;
	}

	.cc-product-shot__media {
		min-height: 200px;
	}

	.cc-product-visual--desktop {
		display: none;
	}

	.cc-product-gallery--mobile .cc-product-shot__caption strong {
		font-size: 0.94rem;
	}

	.cc-product-gallery--mobile .cc-product-shot__zoom {
		right: 10px;
		bottom: 10px;
		padding: 6px 8px;
		font-size: 0.72rem;
	}

	.cc-demo-metrics {
		grid-template-columns: 1fr;
	}

	.cc-checkout-plans,
	.cc-volume-grid,
	.cc-form-grid,
	.cc-form-grid--three,
	.cc-contact-panel .cc-form-grid,
	.cc-checkout-box dl div {
		grid-template-columns: 1fr;
	}

	.cc-checkout-hero {
		gap: 18px;
	}

	.cc-checkout-hero > div {
		display: grid;
		gap: 12px;
	}

	.cc-checkout-hero > div > p:not(.cc-kicker) {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
	}

	.cc-checkout-summary {
		gap: 12px;
		padding: 16px;
	}

	.cc-checkout-summary p {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.cc-checkout-summary__meta {
		display: grid;
		gap: 8px;
	}

	.cc-checkout-summary__meta span {
		width: 100%;
		min-height: 0;
		padding: 7px 10px;
		font-size: 0.86rem;
		border-radius: 16px;
	}

	.cc-checkout-summary__meta span:nth-child(n+3) {
		display: none;
	}

	.cc-checkout-price strong,
	.cc-checkout-plan strong {
		font-size: clamp(2.1rem, 10vw, 3.2rem);
	}

	.cc-checkout-quantity-tools {
		grid-template-columns: 1fr;
	}

	.cc-checkout-quantity-tools .cc-form-actions,
	.cc-checkout-quantity-tools .cc-form-actions .cc-button,
	.cc-volume-card .cc-button {
		width: 100%;
	}

	.cc-checkout-status-panel__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.cc-checkout-status-panel__actions .cc-button {
		width: 100%;
	}

	.cc-checkout-box dd {
		text-align: left;
	}

	.cc-checkout-profile-sync__head {
		flex-direction: column;
	}

	.cc-checkout-profile-sync__grid {
		grid-template-columns: 1fr;
	}

	.cc-form-actions--checkout .cc-button {
		width: 100%;
	}

	.cc-checkout-quickrail {
		display: block;
		padding-top: 0;
	}

	.cc-checkout-quickrail__inner {
		display: flex;
		gap: 12px;
		align-items: center;
		justify-content: space-between;
		padding: 14px 16px;
		background: rgba(255, 255, 255, 0.05);
		border: 1px solid var(--cc-line);
		border-radius: 18px;
		box-shadow: var(--cc-shadow);
	}

	.cc-checkout-quickrail__copy {
		display: grid;
		gap: 4px;
		min-width: 0;
	}

	.cc-checkout-quickrail__copy strong {
		color: var(--cc-text);
		font-size: 1rem;
		line-height: 1.2;
	}

	.cc-checkout-quickrail__copy span {
		color: var(--cc-muted);
		font-size: 0.9rem;
	}

	.cc-checkout-quickrail .cc-button {
		flex: 0 0 auto;
		width: auto;
		min-width: 150px;
	}

	.cc-checkout-hero .cc-actions .cc-button--ghost {
		display: none;
	}

	.cc-tab-list {
		grid-template-columns: 1fr;
		margin-inline: 0;
	}

	.cc-license-note {
		align-items: stretch;
	}

	.cc-license-note .cc-button {
		width: 100%;
	}

	.cc-product-sticky-cta {
		position: fixed;
		right: 12px;
		bottom: 12px;
		left: 12px;
		z-index: 50;
		display: none;
		grid-template-columns: 1fr 0.72fr;
		gap: 8px;
		padding: 9px;
		background: rgba(5, 7, 17, 0.94);
		border: 1px solid var(--cc-line);
		border-radius: var(--cc-radius);
		box-shadow: var(--cc-shadow);
		backdrop-filter: none;
	}

	.cc-product-sticky-cta.is-visible {
		display: grid;
	}

	.cc-product-sticky-cta .cc-button {
		min-height: 44px;
		padding: 10px 12px;
		font-size: 0.9rem;
	}

	.cc-footer__main {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 420px) {
	.cc-header__inner {
		gap: 8px;
	}

	.cc-brand__mark {
		width: 36px;
	}

	.cc-menu-toggle {
		width: 44px;
	}

	.cc-header__language .cc-lang-switcher__list {
		gap: 2px;
	}

	.cc-header__language {
		right: 54px;
		padding: 3px;
	}

	.cc-header__language .cc-lang-switcher__link {
		min-width: 30px;
		min-height: 32px;
		padding: 4px 5px;
		font-size: 0.58rem;
		letter-spacing: 0.04em;
	}
}

@media (max-width: 340px) {
	.cc-header__inner {
		gap: 6px;
		width: min(100% - 18px, var(--cc-container));
	}

	.cc-brand__mark {
		width: 34px;
	}

	.cc-menu-toggle {
		width: 44px;
	}

	.cc-header__language .cc-lang-switcher__link {
		min-width: 28px;
		padding-inline: 4px;
	}
}

@media (max-width: 767px) {
	.cc-header {
		backdrop-filter: none;
	}

	.cc-hero--home {
		align-items: start;
		min-height: 0;
		background: linear-gradient(145deg, #071120, #050711 70%);
	}

	.cc-hero--home .cc-hero__media,
	.cc-hero--home .cc-hero__shade {
		display: none;
	}

	.cc-hero--home .cc-hero__content {
		align-content: start;
		padding-block: 38px 34px;
	}

	.cc-hero--home h1 {
		font-size: clamp(2.55rem, 13vw, 3.65rem);
		line-height: 0.92;
	}

	.cc-hero--home p:not(.cc-kicker) {
		font-size: 1rem;
		line-height: 1.55;
	}

	.cc-hero--home .cc-metrics {
		margin-top: 6px;
	}

	.cc-hero--studio {
		padding-block: 38px 34px;
	}

	.cc-hero--studio .cc-hero__content {
		gap: 18px;
	}

	/* Stack the studio/service hero into one column on phones.
	   `.cc-hero--service .cc-studio-hero__grid` (0,2,0) otherwise beats the
	   generic `.cc-studio-hero__grid { grid-template-columns: 1fr }` collapse,
	   so the homepage hero stayed 2-column and overflowed/overlapped. */
	.cc-hero--service .cc-studio-hero__grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.cc-hero-showcase {
		max-width: 480px;
	}

	.cc-hero-dashboard {
		display: none;
	}

	.cc-landing-hero {
		padding-block: 52px 44px;
	}

	.cc-landing-panel {
		display: none;
	}

	.cc-contact-panel {
		background: rgba(255, 255, 255, 0.04);
		box-shadow: none;
	}

	.cc-soft-link {
		width: 100%;
		text-align: center;
	}

	.cc-before-after,
	.cc-case-grid,
	.cc-package-grid {
		grid-template-columns: 1fr;
	}

	.cc-sticky-mobile-cta {
		position: fixed;
		right: 12px;
		bottom: 12px;
		left: 12px;
		z-index: 55;
		display: grid;
		grid-template-columns: 1fr 0.78fr;
		gap: 8px;
		padding: 9px;
		background: rgba(5, 7, 17, 0.94);
		border: 1px solid var(--cc-line);
		border-radius: var(--cc-radius);
		box-shadow: var(--cc-shadow);
		backdrop-filter: none;
	}

	.cc-sticky-mobile-cta .cc-button {
		width: 100%;
		min-height: 44px;
		padding: 10px 12px;
		font-size: 0.9rem;
	}

	.cc-sticky-mobile-cta .cc-button--ghost {
		background: rgba(255, 255, 255, 0.1);
	}

	.cc-header {
		backdrop-filter: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

/* Explicit contrast contracts for shared blocks.
 * Route themes may change global ink variables after these components render,
 * so neither dark owner cards nor the light contact form may rely on inherited
 * text colours. Keep both surfaces readable across every route stylesheet. */
html body.cottoncloud-site .cc-owner-route-block {
	--cc-text: #f7fbff;
	--cc-muted: #b9c9de;
	color: #f7fbff;
	background: #071427;
}

html body.cottoncloud-site .cc-owner-route-block .cc-section__head h2,
html body.cottoncloud-site .cc-owner-route-block .cc-module-card :is(h3, a) {
	color: #ffffff;
}

html body.cottoncloud-site .cc-owner-route-block .cc-section__head > p:not(.cc-kicker) {
	color: #b9c9de;
}

html body.cottoncloud-site .cc-owner-route-block .cc-module-card {
	color: #f7fbff;
	background: #10213a;
	border-color: rgba(126, 193, 255, 0.22);
}

body.cottoncloud-site.cc-contact-design .cc-module-card :is(h3, a) {
	color: #ffffff;
}

body.cottoncloud-site.cc-contact-design .cc-module-card p {
	color: #c8daed;
}

body.cottoncloud-site.cc-contact-design #kontakt-formular .cc-protected-contact .cc-button--ghost {
	color: #0b55a2;
	background: #edf5ff;
	border-color: rgba(23, 104, 199, 0.28);
}

body.cottoncloud-site.cc-contact-design #kontakt-formular .cc-protected-contact .cc-button--ghost:hover,
body.cottoncloud-site.cc-contact-design #kontakt-formular .cc-protected-contact .cc-button--ghost:focus-visible {
	color: #073d78;
	background: #dcecff;
	border-color: rgba(23, 104, 199, 0.44);
}

.cc-page-hero--account,
.cc-account-metrics,
.cc-account-path,
.cc-account-card,
.cc-account-order,
.cc-account-empty,
.cc-account-login-card,
.cc-account-summary,
.cc-account-help,
.cc-account-notice {
	border: 1px solid rgba(154, 176, 255, 0.16);
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(11, 16, 33, 0.96), rgba(9, 13, 29, 0.92));
	box-shadow: 0 24px 60px rgba(3, 6, 18, 0.28);
}

.cc-page-hero--account {
	padding: 32px 0;
}

.cc-account-shell {
	display: grid;
	gap: 24px;
}

.cc-account-login-grid,
.cc-account-hero,
.cc-account-help {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.85fr);
	gap: 24px;
	align-items: stretch;
}

.cc-account-login-card,
.cc-account-summary,
.cc-account-help,
.cc-account-empty,
.cc-account-card,
.cc-account-order,
.cc-account-notice {
	padding: 24px;
}

.cc-account-login-card h2,
.cc-account-summary strong,
.cc-account-empty h3,
.cc-account-card h3,
.cc-account-order h3,
.cc-account-help h2 {
	margin: 0;
	color: #f7f9ff;
}

.cc-account-login-copy h1,
.cc-account-hero h1 {
	max-width: 14ch;
}

.cc-account-login-card .login-username,
.cc-account-login-card .login-password,
.cc-account-login-card .login-remember {
	display: grid;
	gap: 8px;
	margin: 0 0 16px;
	color: rgba(232, 239, 255, 0.82);
}

.cc-account-login-card label {
	font-weight: 600;
}

.cc-account-login-card input[type="text"],
.cc-account-login-card input[type="password"],
.cc-account-license-key input {
	width: 100%;
	min-height: 52px;
	border: 1px solid rgba(154, 176, 255, 0.2);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.04);
	color: #f7f9ff;
	padding: 0 16px;
}

.cc-account-login-card .login-submit {
	margin: 20px 0 0;
}

.cc-account-login-card .button-primary {
	min-height: 52px;
	border: 0;
	border-radius: 999px;
	background: #74efc8;
	color: #07131f;
	padding: 0 22px;
	font-weight: 800;
}

.cc-account-login-meta {
	margin: 16px 0 0;
	color: rgba(232, 239, 255, 0.72);
}

.cc-account-summary {
	display: grid;
	gap: 16px;
}

.cc-account-summary p,
.cc-account-summary small {
	margin: 0;
	color: rgba(226, 235, 255, 0.74);
	line-height: 1.65;
}

.cc-account-summary small {
	font-size: 0.9rem;
}

.cc-account-summary.is-success {
	border-color: rgba(116, 239, 200, 0.24);
	background: linear-gradient(180deg, rgba(11, 29, 29, 0.96), rgba(8, 17, 24, 0.94));
}

.cc-account-summary.is-warning {
	border-color: rgba(255, 190, 122, 0.24);
	background: linear-gradient(180deg, rgba(35, 24, 13, 0.96), rgba(17, 13, 20, 0.94));
}

.cc-account-summary.is-accent {
	border-color: rgba(133, 155, 255, 0.24);
	background: linear-gradient(180deg, rgba(17, 24, 48, 0.96), rgba(9, 14, 30, 0.94));
}

.cc-account-command {
	position: relative;
	display: grid;
	gap: 18px;
	padding: clamp(18px, 3vw, 28px);
	overflow: hidden;
	border: 1px solid rgba(116, 239, 200, 0.18);
	border-radius: 28px;
	background:
		radial-gradient(circle at 12% 0%, rgba(116, 239, 200, 0.14), transparent 34%),
		radial-gradient(circle at 88% 20%, rgba(95, 124, 255, 0.16), transparent 32%),
		linear-gradient(135deg, rgba(8, 18, 30, 0.98), rgba(8, 12, 28, 0.94));
	box-shadow: 0 28px 70px rgba(3, 6, 18, 0.28);
}

.cc-account-command::before {
	position: absolute;
	inset: 14px;
	pointer-events: none;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 22px;
	content: "";
}

.cc-account-command__head {
	position: relative;
	z-index: 1;
	max-width: 920px;
}

.cc-account-command__head h2 {
	max-width: 900px;
	margin: 0;
	color: #f7f9ff;
	font-size: clamp(1.7rem, 3vw, 3.2rem);
	line-height: 1.02;
	letter-spacing: -0.04em;
}

.cc-account-command__head p {
	max-width: 780px;
	margin: 12px 0 0;
	color: rgba(226, 235, 255, 0.72);
	line-height: 1.65;
}

.cc-account-command__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.cc-account-command-card {
	display: grid;
	align-content: start;
	gap: 11px;
	min-height: 248px;
	padding: 18px;
	border: 1px solid rgba(154, 176, 255, 0.14);
	border-radius: 22px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.026));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.cc-account-command-card.is-seo {
	border-color: rgba(116, 239, 200, 0.26);
	background: linear-gradient(180deg, rgba(11, 33, 30, 0.76), rgba(7, 17, 27, 0.9));
}

.cc-account-command-card.is-commerce {
	border-color: rgba(133, 155, 255, 0.24);
}

.cc-account-command-card.is-support {
	border-color: rgba(255, 190, 122, 0.24);
	background: linear-gradient(180deg, rgba(35, 24, 13, 0.42), rgba(9, 13, 29, 0.9));
}

.cc-account-command-card span {
	color: #74efc8;
	font-size: 0.78rem;
	font-weight: 950;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.cc-account-command-card h3 {
	margin: 0;
	color: #f7f9ff;
	font-size: clamp(1.15rem, 1.7vw, 1.55rem);
	line-height: 1.08;
}

.cc-account-command-card p,
.cc-account-command-card small {
	margin: 0;
	color: rgba(226, 235, 255, 0.72);
	line-height: 1.58;
}

.cc-account-command-card small {
	color: rgba(226, 235, 255, 0.58);
}

.cc-account-command-card a {
	width: fit-content;
	margin-top: auto;
	color: #74efc8;
	font-weight: 900;
	text-decoration: none;
}

.cc-account-profile-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
	gap: 18px;
	align-items: start;
}

.cc-account-profile-form,
.cc-account-profile-preview {
	min-width: 0;
}

.cc-account-profile-preview {
	display: grid;
	gap: 16px;
	padding: 24px;
	border: 1px solid rgba(154, 176, 255, 0.16);
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(11, 16, 33, 0.96), rgba(9, 13, 29, 0.92));
	box-shadow: 0 24px 60px rgba(3, 6, 18, 0.24);
}

.cc-account-profile-preview__head {
	display: grid;
	gap: 8px;
}

.cc-account-profile-preview__head h3 {
	margin: 0;
	color: #f7f9ff;
	font-size: 1.16rem;
	line-height: 1.3;
}

.cc-account-profile-preview__head p,
.cc-account-profile-preview__note {
	margin: 0;
	color: rgba(226, 235, 255, 0.72);
	line-height: 1.6;
}

.cc-account-profile-preview__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.cc-account-profile-preview__item {
	display: grid;
	gap: 6px;
	padding: 14px;
	border: 1px solid rgba(154, 176, 255, 0.12);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.03);
}

.cc-account-profile-preview__item span {
	color: rgba(226, 235, 255, 0.66);
	font-size: 0.8rem;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.cc-account-profile-preview__item strong {
	color: #f7f9ff;
	font-size: 1rem;
	line-height: 1.35;
	word-break: break-word;
}

.cc-account-profile-preview__item small {
	color: rgba(226, 235, 255, 0.58);
	line-height: 1.45;
	word-break: break-word;
}

.cc-account-profile-preview__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.cc-account-summary span,
.cc-account-summary li,
.cc-account-license-key label,
.cc-account-meta dt,
.cc-account-order__message {
	color: rgba(226, 235, 255, 0.72);
}

.cc-account-summary ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding-left: 18px;
}

.cc-account-metrics {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	padding: 18px;
}

.cc-account-overview {
	display: grid;
	gap: 18px;
}

.cc-account-zones {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.cc-account-zone {
	display: grid;
	gap: 12px;
	padding: 18px;
	border: 1px solid rgba(154, 176, 255, 0.14);
	border-radius: 22px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025));
	box-shadow: 0 18px 46px rgba(2, 8, 23, 0.16);
}

.cc-account-zone span,
.cc-account-zone li {
	color: rgba(226, 235, 255, 0.72);
}

.cc-account-zone span {
	font-size: 0.82rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.cc-account-zone h3 {
	margin: 0;
	color: #f7f9ff;
	font-size: 1.08rem;
}

.cc-account-zone p {
	margin: 0;
	color: rgba(226, 235, 255, 0.72);
	line-height: 1.65;
}

.cc-account-zone ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding-left: 18px;
}

.cc-account-zone.is-seo {
	border-color: rgba(116, 239, 200, 0.24);
	background: linear-gradient(180deg, rgba(11, 29, 29, 0.92), rgba(8, 18, 24, 0.9));
}

.cc-account-zone.is-commerce {
	border-color: rgba(154, 176, 255, 0.22);
	background: linear-gradient(180deg, rgba(16, 23, 42, 0.94), rgba(10, 15, 30, 0.9));
}

.cc-account-zone.is-support {
	border-color: rgba(255, 190, 122, 0.22);
	background: linear-gradient(180deg, rgba(35, 24, 13, 0.92), rgba(17, 13, 20, 0.9));
}

.cc-account-metric {
	display: grid;
	gap: 8px;
	padding: 16px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.03);
}

.cc-account-metric span {
	color: rgba(226, 235, 255, 0.66);
	font-size: 0.95rem;
}

.cc-account-metric strong {
	color: #f7f9ff;
	font-size: clamp(1.65rem, 2vw, 2.2rem);
	line-height: 1.1;
}

.cc-account-metric small {
	color: rgba(226, 235, 255, 0.62);
	line-height: 1.45;
}

.cc-account-path {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	padding: 18px;
}

.cc-account-path article {
	display: grid;
	gap: 10px;
	min-width: 0;
	padding: 16px;
	border: 1px solid rgba(154, 176, 255, 0.12);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.03);
}

.cc-account-path article.is-ready {
	border-color: rgba(116, 239, 200, 0.22);
	background: rgba(116, 239, 200, 0.07);
}

.cc-account-path span {
	display: inline-grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	background: rgba(154, 176, 255, 0.14);
	color: #eef3ff;
	font-weight: 900;
}

.cc-account-path article.is-ready span {
	background: #74efc8;
	color: #06111f;
}

.cc-account-path h3,
.cc-account-subsection__head h3 {
	margin: 0;
	color: #f7f9ff;
	font-size: 1.04rem;
}

.cc-account-path p,
.cc-account-subsection__head p,
.cc-account-card__note {
	margin: 0;
	color: rgba(226, 235, 255, 0.7);
	line-height: 1.6;
}

.cc-account-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
	padding: 14px 16px;
	border: 1px solid rgba(154, 176, 255, 0.12);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.02);
}

.cc-account-tabs a,
.cc-account-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 14px;
	border-radius: 999px;
	border: 1px solid rgba(154, 176, 255, 0.16);
	background: rgba(255, 255, 255, 0.03);
	color: #eef3ff;
	font-size: 0.92rem;
	font-weight: 700;
	text-decoration: none;
}

.cc-account-pill.is-success {
	background: rgba(116, 239, 200, 0.16);
	border-color: rgba(116, 239, 200, 0.28);
	color: #b9ffe5;
}

.cc-account-pill.is-active {
	background: rgba(116, 239, 200, 0.18);
	border-color: rgba(116, 239, 200, 0.3);
	color: #dcfff2;
}

.cc-account-pill.is-warning {
	background: rgba(255, 190, 122, 0.12);
	border-color: rgba(255, 190, 122, 0.24);
	color: #ffd6a7;
}

.cc-account-pill.is-accent {
	background: rgba(133, 155, 255, 0.14);
	border-color: rgba(133, 155, 255, 0.26);
	color: #dbe4ff;
}

.cc-account-pill.is-error {
	background: rgba(248, 113, 113, 0.14);
	border-color: rgba(248, 113, 113, 0.28);
	color: #fecaca;
}

.cc-account-pill.is-muted {
	background: rgba(255, 255, 255, 0.04);
	color: rgba(238, 243, 255, 0.8);
}

.cc-account-card-grid,
.cc-account-order-list {
	display: grid;
	gap: 18px;
}

.cc-account-subsection {
	display: grid;
	gap: 14px;
}

.cc-account-subsection + .cc-account-subsection {
	margin-top: 26px;
}

.cc-account-subsection__head {
	display: grid;
	gap: 8px;
	max-width: 820px;
}

.cc-account-card,
.cc-account-order {
	display: grid;
	gap: 18px;
}

.cc-account-card.is-attention {
	border-color: rgba(255, 190, 122, 0.24);
}

.cc-account-card__top,
.cc-account-order__head,
.cc-account-order__status,
.cc-account-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
}

.cc-account-license-key {
	display: grid;
	gap: 10px;
}

.cc-account-meta {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin: 0;
}

.cc-account-meta div {
	display: grid;
	gap: 6px;
}

.cc-account-meta dd {
	margin: 0;
	color: #f7f9ff;
	font-weight: 700;
}

.cc-account-card__actions form {
	margin: 0;
}

.cc-account-activations {
	display: grid;
	gap: 12px;
	padding-top: 8px;
	border-top: 1px solid rgba(154, 176, 255, 0.12);
}

.cc-account-activations h4 {
	margin: 0;
	color: #f7f9ff;
	font-size: 1rem;
}

.cc-account-activations ul {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cc-account-activations li {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	padding: 14px 16px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.03);
}

.cc-account-activations strong,
.cc-account-activations span,
.cc-account-activations small,
.cc-account-link {
	display: block;
}

.cc-account-activations strong {
	color: #f7f9ff;
}

.cc-account-link {
	border: 0;
	background: transparent;
	color: #74efc8;
	font-weight: 700;
	padding: 0;
}

.cc-account-help {
	padding: 28px;
}

.cc-account-monitoring-shell {
	display: grid;
	gap: 18px;
}

.cc-account-monitoring-hero,
.cc-account-monitoring-stat,
.cc-account-monitoring-card,
.cc-account-monitoring-package {
	border: 1px solid rgba(154, 176, 255, 0.16);
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(11, 16, 33, 0.96), rgba(9, 13, 29, 0.92));
	box-shadow: 0 24px 60px rgba(3, 6, 18, 0.22);
}

.cc-account-monitoring-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.22fr) minmax(280px, 0.78fr);
	gap: 22px;
	padding: 24px;
}

.cc-account-monitoring-hero__copy,
.cc-account-monitoring-hero__cta,
.cc-account-monitoring-card,
.cc-account-monitoring-stat {
	display: grid;
	gap: 14px;
}

.cc-account-monitoring-hero__top {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.cc-account-monitoring-hero__copy h3,
.cc-account-monitoring-card__head h3 {
	margin: 0;
	color: #f7f9ff;
}

.cc-account-monitoring-hero__copy p,
.cc-account-monitoring-hero__cta p,
.cc-account-monitoring-card__head p,
.cc-account-monitoring-stat small {
	margin: 0;
	color: rgba(226, 235, 255, 0.72);
	line-height: 1.65;
}

.cc-account-monitoring-hero__cta {
	align-content: start;
	padding: 20px;
	border: 1px solid rgba(116, 239, 200, 0.18);
	border-radius: 20px;
	background: linear-gradient(180deg, rgba(11, 29, 29, 0.92), rgba(8, 17, 24, 0.9));
}

.cc-account-monitoring-hero__cta strong,
.cc-account-monitoring-stat strong,
.cc-account-monitoring-mini-card strong,
.cc-account-monitoring-package strong {
	color: #f7f9ff;
}

.cc-account-monitoring-chips,
.cc-account-monitoring-inline-list,
.cc-account-monitoring-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cc-account-monitoring-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.cc-account-monitoring-chips span,
.cc-account-monitoring-inline-list li {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 7px 12px;
	border: 1px solid rgba(154, 176, 255, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	color: rgba(238, 243, 255, 0.82);
	font-size: 0.88rem;
	font-weight: 700;
}

.cc-account-monitoring-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.cc-account-monitoring-stat {
	padding: 18px;
}

.cc-account-monitoring-stat span,
.cc-account-monitoring-mini-card span {
	color: rgba(226, 235, 255, 0.66);
	font-size: 0.82rem;
	font-weight: 900;
	text-transform: uppercase;
}

.cc-account-monitoring-stat strong {
	font-size: 1.2rem;
}

.cc-account-monitoring-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	align-items: start;
}

.cc-account-monitoring-card {
	padding: 20px;
	align-self: start;
}

.cc-account-monitoring-card--span-2 {
	grid-column: 1 / -1;
}

.cc-account-monitoring-card__head {
	display: grid;
	gap: 8px;
}

.cc-account-monitoring-mini-grid,
.cc-account-monitoring-package-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.cc-account-monitoring-mini-card {
	display: grid;
	gap: 6px;
	padding: 14px;
	border: 1px solid rgba(154, 176, 255, 0.12);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.03);
}

.cc-account-monitoring-mini-card small,
.cc-account-monitoring-package small {
	color: rgba(226, 235, 255, 0.6);
	line-height: 1.5;
}

.cc-account-monitoring-list {
	display: grid;
	gap: 12px;
}

.cc-account-monitoring-list li {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	justify-content: space-between;
	padding: 14px 16px;
	border: 1px solid rgba(154, 176, 255, 0.12);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.03);
}

.cc-account-monitoring-list li div {
	display: grid;
	gap: 6px;
}

.cc-account-monitoring-list li strong,
.cc-account-monitoring-package span {
	color: #f7f9ff;
}

.cc-account-monitoring-list li small {
	color: rgba(226, 235, 255, 0.62);
	line-height: 1.5;
}

.cc-account-monitoring-list li > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(116, 239, 200, 0.12);
	color: #b9ffe5;
	font-weight: 800;
	white-space: nowrap;
}

.cc-account-monitoring-highlight-list,
.cc-account-monitoring-feed-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cc-account-monitoring-highlight-list {
	display: grid;
	gap: 10px;
}

.cc-account-monitoring-highlight-list li,
.cc-account-monitoring-feed-item {
	padding: 14px 16px;
	border: 1px solid rgba(154, 176, 255, 0.12);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.03);
}

.cc-account-monitoring-highlight-list li {
	color: rgba(238, 243, 255, 0.82);
	line-height: 1.65;
}

.cc-account-monitoring-feed-list {
	display: grid;
	gap: 12px;
}

.cc-account-monitoring-feed-item {
	display: grid;
	gap: 8px;
}

.cc-account-monitoring-feed-item__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.cc-account-monitoring-feed-item__top strong {
	color: #f7f9ff;
}

.cc-account-monitoring-feed-item small,
.cc-account-monitoring-feed-item p {
	margin: 0;
	color: rgba(226, 235, 255, 0.68);
	line-height: 1.6;
}

.cc-account-monitoring-feed-item p {
	color: rgba(238, 243, 255, 0.86);
}

.cc-account-monitoring-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding: 0 12px;
	border-radius: 999px;
	border: 1px solid transparent;
	font-size: 0.8rem;
	font-weight: 900;
	white-space: nowrap;
}

.cc-account-monitoring-badge.is-success {
	border-color: rgba(116, 239, 200, 0.22);
	background: rgba(116, 239, 200, 0.12);
	color: #b9ffe5;
}

.cc-account-monitoring-badge.is-warning {
	border-color: rgba(255, 214, 112, 0.22);
	background: rgba(255, 214, 112, 0.12);
	color: #ffe39c;
}

.cc-account-monitoring-badge.is-danger {
	border-color: rgba(255, 123, 149, 0.22);
	background: rgba(255, 123, 149, 0.12);
	color: #ffb8c8;
}

.cc-account-monitoring-badge.is-info {
	border-color: rgba(142, 197, 255, 0.22);
	background: rgba(142, 197, 255, 0.12);
	color: #cce2ff;
}

.cc-account-monitoring-badge.is-neutral {
	border-color: rgba(154, 176, 255, 0.18);
	background: rgba(255, 255, 255, 0.04);
	color: rgba(238, 243, 255, 0.82);
}

.cc-account-monitoring-package-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cc-account-monitoring-audit-summary,
.cc-account-monitoring-audit-grid,
.cc-account-monitoring-action-grid,
.cc-account-monitoring-watchlist-detail-grid {
	display: grid;
	gap: 14px;
}

.cc-account-monitoring-audit-summary,
.cc-account-monitoring-action-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cc-account-monitoring-audit-grid,
.cc-account-monitoring-watchlist-detail-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cc-account-monitoring-mini-card.is-success,
.cc-account-monitoring-mini-card.is-info,
.cc-account-monitoring-mini-card.is-warning,
.cc-account-monitoring-mini-card.is-danger {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.028));
}

.cc-account-monitoring-mini-card.is-success {
	border-color: rgba(116, 239, 200, 0.18);
}

.cc-account-monitoring-mini-card.is-info {
	border-color: rgba(142, 197, 255, 0.18);
}

.cc-account-monitoring-mini-card.is-warning {
	border-color: rgba(255, 214, 112, 0.18);
}

.cc-account-monitoring-mini-card.is-danger {
	border-color: rgba(255, 123, 149, 0.18);
}

.cc-account-monitoring-audit-card {
	display: grid;
	gap: 12px;
	padding: 18px;
	border: 1px solid rgba(154, 176, 255, 0.12);
	border-radius: 20px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.025));
}

.cc-account-monitoring-action-card,
.cc-account-monitoring-watchlist-detail {
	display: grid;
	gap: 12px;
	padding: 18px;
	border: 1px solid rgba(154, 176, 255, 0.12);
	border-radius: 20px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.025));
}

.cc-account-monitoring-action-card.is-success {
	border-color: rgba(116, 239, 200, 0.2);
}

.cc-account-monitoring-action-card.is-info {
	border-color: rgba(142, 197, 255, 0.2);
}

.cc-account-monitoring-action-card.is-warning {
	border-color: rgba(255, 214, 112, 0.2);
}

.cc-account-monitoring-action-card.is-danger {
	border-color: rgba(255, 123, 149, 0.2);
}

.cc-account-monitoring-audit-card__top,
.cc-account-monitoring-audit-card__status,
.cc-account-monitoring-action-card__top,
.cc-account-monitoring-watchlist-detail__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.cc-account-monitoring-audit-card__top div,
.cc-account-monitoring-audit-card__status,
.cc-account-monitoring-action-card__top,
.cc-account-monitoring-watchlist-detail__top {
	flex-wrap: wrap;
}

.cc-account-monitoring-audit-card__top div,
.cc-account-monitoring-watchlist-detail__top div {
	display: grid;
	gap: 4px;
}

.cc-account-monitoring-audit-card__top strong,
.cc-account-monitoring-audit-card__status strong,
.cc-account-monitoring-action-card__top strong,
.cc-account-monitoring-watchlist-detail__top strong,
.cc-account-monitoring-watchlist-detail__metrics strong {
	color: #f7f9ff;
}

.cc-account-monitoring-audit-card__top small,
.cc-account-monitoring-audit-card__status span,
.cc-account-monitoring-audit-card > small,
.cc-account-monitoring-audit-card p,
.cc-account-monitoring-action-card p,
.cc-account-monitoring-watchlist-detail__top small,
.cc-account-monitoring-watchlist-detail p,
.cc-account-monitoring-watchlist-detail__metrics span {
	margin: 0;
	color: rgba(226, 235, 255, 0.68);
	line-height: 1.6;
}

.cc-account-monitoring-action-card__top span {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	color: rgba(238, 243, 255, 0.82);
	font-size: 0.82rem;
	font-weight: 800;
}

.cc-account-monitoring-audit-card__status span {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	font-size: 0.82rem;
	font-weight: 700;
}

.cc-account-monitoring-audit-card p {
	color: rgba(238, 243, 255, 0.86);
}

.cc-account-monitoring-watchlist-detail__metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.cc-account-monitoring-watchlist-detail__metrics div {
	display: grid;
	gap: 4px;
	min-width: 0;
	padding: 12px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.035);
}

.cc-account-monitoring-watchlist-detail__metrics span {
	font-size: 0.75rem;
	font-weight: 900;
	text-transform: uppercase;
}

.cc-account-monitoring-watchlist-detail__metrics strong {
	overflow-wrap: anywhere;
	font-size: 0.96rem;
}

.cc-account-monitoring-package {
	display: grid;
	gap: 6px;
	padding: 16px;
	text-decoration: none;
}

.cc-account-monitoring-package small {
	font-size: 0.92rem;
}

.cc-account-monitoring-inline-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.cc-account-monitoring-workspace-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.cc-account-monitoring-workspace {
	display: grid;
	gap: 12px;
	padding: 18px;
	border: 1px solid rgba(154, 176, 255, 0.12);
	border-radius: 20px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.025));
}

.cc-account-monitoring-workspace__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.cc-account-monitoring-workspace__top div {
	display: grid;
	gap: 4px;
}

.cc-account-monitoring-workspace__top strong,
.cc-account-monitoring-workspace__trend strong,
.cc-account-monitoring-workspace__metrics strong {
	color: #f7f9ff;
}

.cc-account-monitoring-workspace__top small,
.cc-account-monitoring-workspace small,
.cc-account-monitoring-workspace p {
	margin: 0;
	color: rgba(226, 235, 255, 0.66);
	line-height: 1.6;
}

.cc-account-monitoring-workspace p {
	color: rgba(238, 243, 255, 0.86);
}

.cc-account-monitoring-workspace__trend {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(154, 176, 255, 0.12);
}

.cc-account-monitoring-workspace__trend span,
.cc-account-monitoring-workspace__metrics span {
	color: rgba(226, 235, 255, 0.66);
	font-size: 0.79rem;
	font-weight: 900;
	text-transform: uppercase;
}

.cc-account-monitoring-workspace__metrics {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.cc-account-monitoring-workspace__metrics div {
	display: grid;
	gap: 4px;
	padding: 12px;
	border: 1px solid rgba(154, 176, 255, 0.1);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.03);
}

.cc-account-monitoring-preferences {
	display: grid;
	gap: 16px;
	padding: 18px;
	border: 1px solid rgba(116, 239, 200, 0.14);
	border-radius: 20px;
	background: linear-gradient(180deg, rgba(9, 24, 26, 0.64), rgba(8, 15, 24, 0.42));
}

.cc-account-monitoring-preferences__head {
	display: grid;
	gap: 8px;
}

.cc-account-monitoring-preferences__head strong {
	color: #f7f9ff;
}

.cc-account-monitoring-preferences__head p {
	margin: 0;
	color: rgba(226, 235, 255, 0.72);
	line-height: 1.65;
}

.cc-account-monitoring-preferences__form,
.cc-account-monitoring-preferences__events {
	display: grid;
	gap: 14px;
}

.cc-account-monitoring-preferences__events {
	margin: 0;
	padding: 14px;
	border: 1px solid rgba(154, 176, 255, 0.12);
	border-radius: 18px;
}

.cc-account-monitoring-preferences__events legend {
	padding: 0 6px;
	color: #f7f9ff;
	font-weight: 800;
}

.cc-account-monitoring-preferences__events-grid,
.cc-account-monitoring-preferences__toggles {
	display: grid;
	gap: 10px;
}

.cc-account-monitoring-preferences__details {
	display: grid;
	gap: 14px;
}

.cc-account-monitoring-preferences__details summary {
	display: grid;
	gap: 4px;
	padding: 14px 16px;
	border: 1px solid rgba(116, 239, 200, 0.16);
	border-radius: 18px;
	background: rgba(116, 239, 200, 0.08);
	color: #f7f9ff;
	font-weight: 900;
	cursor: pointer;
}

.cc-account-monitoring-preferences__details summary small {
	color: rgba(226, 235, 255, 0.62);
	font-weight: 600;
	line-height: 1.45;
}

.cc-account-monitoring-preferences__details[open] summary {
	margin-bottom: 14px;
}

.cc-account-empty,
.cc-account-notice {
	display: grid;
	gap: 14px;
}

.cc-account-empty--compact {
	padding: 18px;
}

.cc-support-layout {
	display: grid;
	grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
	gap: 22px;
	align-items: start;
}

.cc-support-ticket-list,
.cc-support-form {
	min-width: 0;
	padding: 22px;
	border: 1px solid rgba(154, 176, 255, 0.14);
	border-radius: 22px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.03));
	box-shadow: 0 18px 46px rgba(2, 8, 23, 0.18);
}

.cc-support-ticket-list h3,
.cc-support-ticket-card h4 {
	margin: 0;
	color: #f7f9ff;
}

.cc-support-ticket-cards {
	display: grid;
	gap: 12px;
	margin-top: 16px;
}

.cc-support-ticket-card {
	display: grid;
	gap: 10px;
	padding: 16px;
	border: 1px solid rgba(154, 176, 255, 0.14);
	border-radius: 18px;
	background: rgba(4, 10, 24, 0.32);
}

.cc-support-ticket-card > div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.cc-support-ticket-card p,
.cc-support-ticket-card small,
.cc-support-access p,
.cc-support-consent {
	color: var(--cc-muted);
}

.cc-support-benefits {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-bottom: 22px;
}

.cc-support-benefits article {
	display: grid;
	gap: 9px;
	min-width: 0;
	padding: 18px;
	border: 1px solid rgba(154, 176, 255, 0.14);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.035);
}

.cc-support-benefits span {
	color: #74efc8;
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0;
}

.cc-support-benefits strong {
	color: #f7f9ff;
	font-size: 1.02rem;
}

.cc-support-benefits p {
	margin: 0;
	color: var(--cc-muted);
	line-height: 1.6;
}

.cc-support-ticket-thread {
	display: grid;
	gap: 12px;
	padding-top: 4px;
}

.cc-support-ticket-thread summary {
	width: fit-content;
	cursor: pointer;
	color: var(--cc-green);
	font-weight: 800;
}

.cc-support-thread,
.cc-support-reply-form {
	display: grid;
	gap: 12px;
}

.cc-support-message {
	display: grid;
	gap: 8px;
	padding: 13px;
	border: 1px solid rgba(154, 176, 255, 0.14);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.04);
}

.cc-support-message.is-admin {
	border-color: rgba(116, 239, 200, 0.24);
	background: rgba(116, 239, 200, 0.08);
}

.cc-support-message > div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	justify-content: space-between;
}

.cc-support-message strong {
	color: #f7f9ff;
}

.cc-support-message p {
	margin: 0;
	color: var(--cc-muted);
}

.cc-support-reply-form {
	padding-top: 12px;
	border-top: 1px solid rgba(154, 176, 255, 0.12);
}

.cc-support-reply-form label {
	display: grid;
	gap: 8px;
}

.cc-support-reply-form label > span {
	color: #f7f9ff;
	font-weight: 850;
}

.cc-support-form,
.cc-support-form__grid {
	display: grid;
	gap: 16px;
}

.cc-support-form__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cc-support-form label,
.cc-support-access {
	display: grid;
	gap: 8px;
}

.cc-support-form label > span,
.cc-support-access summary {
	color: #f7f9ff;
	font-weight: 850;
}

.cc-support-form .is-wide {
	grid-column: 1 / -1;
}

.cc-support-form :where(input[type="text"], input[type="url"], input[type="password"], select, textarea) {
	width: 100%;
	min-height: 48px;
	padding: 12px 13px;
	color: var(--cc-text);
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(154, 176, 255, 0.18);
	border-radius: 14px;
}

.cc-support-form textarea {
	resize: vertical;
}

.cc-support-access {
	padding: 16px;
	border: 1px solid rgba(116, 239, 200, 0.16);
	border-radius: 18px;
	background: rgba(116, 239, 200, 0.05);
}

.cc-support-access summary {
	cursor: pointer;
}

.cc-support-consent {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	min-height: 44px;
	cursor: pointer;
	font-size: 0.94rem;
	line-height: 1.55;
}

.cc-support-consent input {
	flex: 0 0 18px;
	min-width: 18px;
	width: 18px;
	height: 18px;
	margin-top: 3px;
	accent-color: var(--cc-green);
}

.cc-product-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 18px;
	align-items: center;
	max-width: 860px;
	margin-top: 24px;
	padding: 16px 18px;
	border: 1px solid rgba(116, 239, 200, 0.22);
	border-radius: 20px;
	background: rgba(116, 239, 200, 0.08);
}

.cc-product-proof strong {
	color: #caffec;
	font-size: 1.12rem;
}

.cc-product-proof span {
	color: var(--cc-muted);
	line-height: 1.6;
}

@media (min-width: 901px) and (max-width: 1200px) {
	.cc-product-hero {
		padding-block: 30px 34px;
	}

	.cc-product-hero__grid {
		grid-template-columns: minmax(0, 1.08fr) minmax(300px, 390px);
		gap: 20px;
		align-items: start;
	}

	.cc-product-hero__copy {
		gap: 12px;
		max-width: 640px;
	}

	.cc-product-hero h1 {
		max-width: 11.2ch;
		font-size: clamp(2.15rem, 3.5vw, 3.15rem);
	}

	.cc-product-hero--performance h1 {
		max-width: 14.2ch;
		font-size: clamp(2.2rem, 3.7vw, 3.45rem);
	}

	.cc-product-hero p:not(.cc-kicker) {
		max-width: 34rem;
		font-size: 0.96rem;
	}

	.cc-product-hero .cc-actions {
		gap: 8px;
	}

	.cc-product-hero .cc-button {
		min-height: 42px;
		padding: 10px 14px;
		font-size: 0.92rem;
	}

	.cc-product-hero__badges {
		gap: 6px;
	}

	.cc-product-hero__badges li {
		min-height: 28px;
		padding: 6px 10px;
		font-size: 0.8rem;
	}

	.cc-product-visual--desktop {
		width: min(100%, 390px);
	}

	.cc-product-gallery--hero {
		gap: 10px;
	}

	.cc-product-gallery--hero .cc-product-shot__media {
		max-height: 228px;
	}

	.cc-product-gallery--hero .cc-product-shot__caption {
		gap: 6px;
		padding: 10px 12px 12px;
	}

	.cc-product-gallery--hero .cc-product-shot__caption strong {
		font-size: 0.92rem;
	}

	.cc-product-gallery--hero .cc-product-shot__caption p {
		display: none;
	}

	.cc-product-proof {
		gap: 10px 14px;
		max-width: 700px;
		margin-top: 18px;
		padding: 12px 14px;
	}

	.cc-product-proof strong {
		font-size: 1rem;
	}

	.cc-product-proof span {
		font-size: 0.92rem;
		line-height: 1.5;
	}
}

.cc-product-support {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
	gap: clamp(22px, 4vw, 42px);
	align-items: center;
	padding: clamp(24px, 4vw, 38px);
	border: 1px solid rgba(116, 239, 200, 0.18);
	border-radius: 28px;
	background:
		linear-gradient(135deg, rgba(116, 239, 200, 0.1), rgba(141, 200, 255, 0.06)),
		rgba(255, 255, 255, 0.035);
}

.cc-product-support__copy {
	display: grid;
	gap: 14px;
	min-width: 0;
}

.cc-product-support__copy h2 {
	margin: 0;
}

.cc-product-support__promise {
	display: grid;
	gap: 10px;
	padding: 16px;
	background:
		linear-gradient(135deg, rgba(116, 239, 200, 0.11), rgba(141, 200, 255, 0.06)),
		rgba(4, 10, 24, 0.32);
	border-color: rgba(116, 239, 200, 0.24);
	border-radius: 20px;
}

.cc-product-support__promise strong {
	color: var(--cc-text);
	font-size: 1.08rem;
	line-height: 1.2;
}

.cc-product-support__promise p:not(.cc-kicker) {
	color: var(--cc-muted);
	line-height: 1.65;
}

.cc-product-support__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.cc-product-support__grid--funnel {
	grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
	gap: clamp(16px, 2vw, 20px);
	align-items: stretch;
}

.cc-product-support__grid article {
	display: grid;
	gap: 10px;
	min-width: 0;
	padding: 18px;
	border: 1px solid rgba(154, 176, 255, 0.14);
	border-radius: 20px;
	background: rgba(4, 10, 24, 0.28);
}

.cc-product-support__grid--funnel article {
	height: 100%;
}

.cc-product-support__grid span {
	width: fit-content;
	padding: 6px 10px;
	border-radius: 999px;
	color: #06111f;
	background: var(--cc-green);
	font-size: 0.78rem;
	font-weight: 900;
}

.cc-product-support__grid h3 {
	margin: 0;
	color: #f7f9ff;
	font-size: 1.05rem;
}

.cc-product-support__price {
	display: grid;
	gap: 2px;
}

.cc-product-support__price strong {
	color: var(--cc-text);
	font-size: 1.35rem;
	line-height: 1;
}

.cc-product-support__price span {
	color: var(--cc-muted);
	font-size: 0.94rem;
}

.cc-product-support__grid p {
	margin: 0;
	color: var(--cc-muted);
	line-height: 1.65;
}

.cc-product-manuals {
	position: relative;
}

.cc-manual-card-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 18px;
}

.cc-manual-card,
.cc-manual-embed {
	padding: clamp(20px, 3vw, 28px);
	border: 1px solid rgba(116, 239, 200, 0.18);
	border-radius: 24px;
	background:
		linear-gradient(135deg, rgba(116, 239, 200, 0.08), rgba(141, 200, 255, 0.05)),
		rgba(4, 10, 24, 0.34);
}

.cc-manual-card {
	display: grid;
	gap: 14px;
	align-content: start;
}

.cc-manual-card h3,
.cc-manual-embed__head h1,
.cc-manual-embed__head h2 {
	margin: 0;
}

.cc-manual-card p:not(.cc-kicker),
.cc-manual-embed__head p:not(.cc-kicker) {
	margin: 0;
	color: var(--cc-muted);
	line-height: 1.68;
}

.cc-manual-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.cc-manual-card__meta span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 7px 12px;
	border: 1px solid rgba(154, 176, 255, 0.15);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	color: var(--cc-muted);
	font-size: 0.9rem;
}

.cc-manual-embed {
	display: grid;
	gap: 20px;
}

.cc-manual-embed__head {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: flex-start;
	justify-content: space-between;
}

.cc-manual-embed__frame {
	width: 100%;
	min-height: 78vh;
	border: 1px solid rgba(154, 176, 255, 0.16);
	border-radius: 20px;
	background: #fff;
}

.cc-account-notice--success {
	border-color: rgba(116, 239, 200, 0.28);
	background: linear-gradient(180deg, rgba(12, 28, 27, 0.95), rgba(8, 17, 20, 0.92));
	color: #d2ffef;
}

.cc-account-notice--error {
	border-color: rgba(255, 135, 135, 0.24);
	background: linear-gradient(180deg, rgba(35, 16, 20, 0.95), rgba(24, 10, 14, 0.92));
	color: #ffd9d9;
}

body.page-id-896 .ccpst-monitor-trend__bars {
	display: none;
}

body.page-id-896 .ccpst-monitor-trend {
	gap: 16px;
}

body.page-id-896 .ccpst-monitor-trend__summary {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.page-id-896 .ccpst-monitor-dashboard__list {
	grid-template-columns: 1fr;
}

body.page-id-896 .ccpst-monitor-dashboard__history {
	padding-top: 6px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.page-id-896 .ccpst-monitor-timeline {
	grid-template-columns: repeat(auto-fit, minmax(108px, 1fr));
}

body.page-id-896 .ccpst-monitor-timeline a {
	grid-template-rows: 24px auto auto;
	gap: 10px;
}

body.page-id-896 .ccpst-monitor-timeline a > span {
	min-height: 8px;
	max-height: 18px;
	border-radius: 12px 12px 6px 6px;
}

body.page-id-896 .ccpst-monitor-dashboard__actions {
	padding-top: 4px;
}

@media (max-width: 1120px) {
	.cc-account-login-grid,
	.cc-account-hero,
	.cc-account-help,
	.cc-account-monitoring-hero,
	.cc-account-profile-grid,
	.cc-support-layout,
	.cc-product-support {
		grid-template-columns: 1fr;
	}

	.cc-manual-embed__frame {
		min-height: 68vh;
	}

			.cc-account-metrics,
			.cc-account-command__grid,
			.cc-account-zones,
			.cc-account-path,
			.cc-account-meta,
		.cc-account-monitoring-stats,
		.cc-account-monitoring-grid,
		.cc-account-monitoring-workspace-grid,
		.cc-account-monitoring-audit-summary,
		.cc-account-monitoring-audit-grid,
		.cc-account-monitoring-action-grid,
		.cc-account-monitoring-watchlist-detail-grid {
			grid-template-columns: repeat(2, minmax(0, 1fr));
		}

	.cc-account-monitoring-package-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cc-support-benefits {
		grid-template-columns: 1fr;
	}

	body.page-id-896 .ccpst-monitor-trend__summary {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.cc-page-hero--account {
		padding: 24px 0;
	}

	.cc-account-hero {
		gap: 14px;
	}

	.cc-account-hero h1 {
		max-width: 18ch;
		font-size: clamp(2rem, 8vw, 3.1rem);
		line-height: 0.96;
	}

	.cc-account-hero p,
	.cc-account-summary p,
	.cc-account-command__head p {
		line-height: 1.52;
	}

	.cc-account-summary {
		gap: 12px;
	}

	.cc-account-summary .cc-actions,
	.cc-account-zone .cc-actions {
		gap: 8px;
	}

	.cc-account-command {
		gap: 14px;
	}

	.cc-account-command__head h2 {
		font-size: clamp(1.55rem, 5.4vw, 2.35rem);
		line-height: 1.04;
	}

	.cc-account-command__grid,
	.cc-account-zones,
	.cc-account-path {
		display: flex;
		grid-template-columns: none;
		gap: 12px;
		overflow-x: auto;
		overflow-y: hidden;
		padding-bottom: 8px;
		scroll-padding-inline: 2px;
		scroll-snap-type: x proximity;
		scrollbar-width: thin;
		overscroll-behavior-inline: contain;
		-webkit-overflow-scrolling: touch;
	}

	.cc-account-command__grid::-webkit-scrollbar,
	.cc-account-zones::-webkit-scrollbar,
	.cc-account-path::-webkit-scrollbar {
		height: 6px;
	}

	.cc-account-command__grid::-webkit-scrollbar-thumb,
	.cc-account-zones::-webkit-scrollbar-thumb,
	.cc-account-path::-webkit-scrollbar-thumb {
		border-radius: 999px;
		background: rgba(116, 239, 200, 0.34);
	}

	.cc-account-command-card {
		flex: 0 0 min(76vw, 318px);
		min-height: 238px;
		scroll-snap-align: start;
	}

	.cc-account-zone {
		flex: 0 0 min(80vw, 350px);
		min-height: 0;
		scroll-snap-align: start;
	}

	.cc-account-zone p,
	.cc-account-zone li,
	.cc-account-path p {
		line-height: 1.48;
	}

	.cc-account-zone .cc-actions {
		margin-top: auto;
	}

	.cc-account-path {
		padding: 16px;
	}

	.cc-account-path article {
		flex: 0 0 min(74vw, 312px);
		scroll-snap-align: start;
	}

	.cc-account-monitoring-hero {
		gap: 14px;
		padding: 18px;
	}

	.cc-account-monitoring-hero__cta,
	.cc-account-monitoring-card,
	.cc-account-monitoring-stat {
		gap: 10px;
	}

	.cc-account-monitoring-hero__cta,
	.cc-account-monitoring-card {
		padding: 16px;
	}

	.cc-account-monitoring-hero__copy h3 {
		font-size: clamp(1.35rem, 4.8vw, 2rem);
		line-height: 1.08;
	}

	.cc-account-monitoring-hero__copy p,
	.cc-account-monitoring-hero__cta p,
	.cc-account-monitoring-card__head p,
	.cc-account-monitoring-feed-item p,
	.cc-account-monitoring-action-card p,
	.cc-account-monitoring-audit-card p,
	.cc-account-monitoring-watchlist-detail p,
	.cc-account-monitoring-workspace p,
	.cc-account-monitoring-preferences__head p {
		display: -webkit-box;
		overflow: hidden;
		line-height: 1.5;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.cc-account-monitoring-chips {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 4px;
		-webkit-overflow-scrolling: touch;
	}

	.cc-account-monitoring-chips span {
		flex: 0 0 auto;
	}

	.cc-account-monitoring-stats,
	.cc-account-monitoring-mini-grid,
	.cc-account-monitoring-package-grid,
	.cc-account-monitoring-workspace-grid,
	.cc-account-monitoring-audit-summary,
	.cc-account-monitoring-audit-grid,
	.cc-account-monitoring-action-grid,
	.cc-account-monitoring-watchlist-detail-grid,
	.cc-account-monitoring-watchlist-detail__metrics,
	.cc-account-monitoring-feed-list,
	.cc-account-monitoring-list,
	.cc-account-monitoring-inline-list,
	.cc-account-monitoring-preferences__events-grid,
	.cc-account-monitoring-preferences__toggles {
		display: flex;
		grid-template-columns: none;
		gap: 10px;
		overflow-x: auto;
		overflow-y: hidden;
		padding-bottom: 8px;
		scroll-padding-inline: 2px;
		scroll-snap-type: x proximity;
		scrollbar-width: thin;
		overscroll-behavior-inline: contain;
		-webkit-overflow-scrolling: touch;
	}

	.cc-account-monitoring-stats::-webkit-scrollbar,
	.cc-account-monitoring-mini-grid::-webkit-scrollbar,
	.cc-account-monitoring-package-grid::-webkit-scrollbar,
	.cc-account-monitoring-workspace-grid::-webkit-scrollbar,
	.cc-account-monitoring-audit-summary::-webkit-scrollbar,
	.cc-account-monitoring-audit-grid::-webkit-scrollbar,
	.cc-account-monitoring-action-grid::-webkit-scrollbar,
	.cc-account-monitoring-watchlist-detail-grid::-webkit-scrollbar,
	.cc-account-monitoring-watchlist-detail__metrics::-webkit-scrollbar,
	.cc-account-monitoring-feed-list::-webkit-scrollbar,
	.cc-account-monitoring-list::-webkit-scrollbar,
	.cc-account-monitoring-inline-list::-webkit-scrollbar,
	.cc-account-monitoring-preferences__events-grid::-webkit-scrollbar,
	.cc-account-monitoring-preferences__toggles::-webkit-scrollbar {
		height: 6px;
	}

	.cc-account-monitoring-stats::-webkit-scrollbar-thumb,
	.cc-account-monitoring-mini-grid::-webkit-scrollbar-thumb,
	.cc-account-monitoring-package-grid::-webkit-scrollbar-thumb,
	.cc-account-monitoring-workspace-grid::-webkit-scrollbar-thumb,
	.cc-account-monitoring-audit-summary::-webkit-scrollbar-thumb,
	.cc-account-monitoring-audit-grid::-webkit-scrollbar-thumb,
	.cc-account-monitoring-action-grid::-webkit-scrollbar-thumb,
	.cc-account-monitoring-watchlist-detail-grid::-webkit-scrollbar-thumb,
	.cc-account-monitoring-watchlist-detail__metrics::-webkit-scrollbar-thumb,
	.cc-account-monitoring-feed-list::-webkit-scrollbar-thumb,
	.cc-account-monitoring-list::-webkit-scrollbar-thumb,
	.cc-account-monitoring-inline-list::-webkit-scrollbar-thumb,
	.cc-account-monitoring-preferences__events-grid::-webkit-scrollbar-thumb,
	.cc-account-monitoring-preferences__toggles::-webkit-scrollbar-thumb {
		border-radius: 999px;
		background: rgba(116, 239, 200, 0.34);
	}

	.cc-account-monitoring-stat,
	.cc-account-monitoring-mini-card,
	.cc-account-monitoring-package,
	.cc-account-monitoring-workspace,
	.cc-account-monitoring-audit-card,
	.cc-account-monitoring-action-card,
	.cc-account-monitoring-watchlist-detail,
	.cc-account-monitoring-feed-item,
	.cc-account-monitoring-list li,
	.cc-account-monitoring-inline-list li,
	.cc-account-monitoring-preferences__events-grid .cc-support-consent,
	.cc-account-monitoring-preferences__toggles .cc-support-consent {
		flex: 0 0 min(76vw, 318px);
		scroll-snap-align: start;
	}

	.cc-account-monitoring-watchlist-detail__metrics div {
		flex: 0 0 min(52vw, 190px);
	}

	.cc-account-monitoring-preferences {
		gap: 12px;
		padding: 14px;
	}

	.cc-account-monitoring-preferences__details summary {
		padding: 12px 14px;
	}
}

@media (max-width: 720px) {
	.cc-page-hero--account,
		.cc-account-login-card,
		.cc-account-summary,
		.cc-account-profile-preview,
		.cc-account-help,
		.cc-account-empty,
		.cc-account-card,
		.cc-account-order,
		.cc-support-ticket-list,
		.cc-support-form,
		.cc-product-support,
		.cc-account-notice {
		padding: 20px;
	}

	.cc-account-hero h1 {
		max-width: none;
		font-size: clamp(2.1rem, 10vw, 2.55rem);
		line-height: 0.98;
	}

	.cc-account-hero > div:first-child > p {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.cc-account-hero .cc-actions,
	.cc-account-summary .cc-actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.cc-account-hero .cc-actions .cc-button,
	.cc-account-summary .cc-actions .cc-button {
		width: 100%;
		min-height: 46px;
		padding: 11px 12px;
		font-size: 0.92rem;
	}

	.cc-account-hero .cc-actions .cc-button:first-child,
	.cc-account-hero .cc-actions .cc-button:last-child {
		grid-column: 1 / -1;
	}

	.cc-account-summary p {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.cc-account-summary strong {
		font-size: 1.22rem;
		line-height: 1.25;
	}

	.cc-account-summary span {
		font-size: 0.86rem;
	}

	.cc-account-summary small {
		display: none;
	}

		.cc-account-metrics {
			grid-template-columns: 1fr;
			padding: 16px;
		}

		.cc-account-command {
			padding: 18px;
			border-radius: 22px;
		}

		.cc-account-command::before {
			inset: 10px;
			border-radius: 18px;
		}

		.cc-account-command__grid {
			grid-template-columns: none;
		}

		.cc-account-command-card {
			min-height: 0;
			padding: 16px;
		}

		.cc-account-zones {
			grid-template-columns: none;
		}

	.cc-account-path {
		grid-template-columns: none;
		padding: 16px;
	}

	.cc-account-meta {
		grid-template-columns: 1fr;
	}

		.cc-account-monitoring-stats,
		.cc-account-monitoring-grid,
		.cc-account-monitoring-mini-grid,
		.cc-account-monitoring-package-grid,
		.cc-account-monitoring-workspace-grid,
		.cc-account-monitoring-audit-summary,
		.cc-account-monitoring-audit-grid,
		.cc-account-monitoring-action-grid,
		.cc-account-monitoring-watchlist-detail-grid,
		.cc-account-monitoring-watchlist-detail__metrics {
			grid-template-columns: 1fr;
		}

	.cc-account-monitoring-stats,
	.cc-account-monitoring-mini-grid,
	.cc-account-monitoring-package-grid,
	.cc-account-monitoring-workspace-grid,
	.cc-account-monitoring-audit-summary,
	.cc-account-monitoring-audit-grid,
	.cc-account-monitoring-action-grid,
	.cc-account-monitoring-watchlist-detail-grid,
	.cc-account-monitoring-watchlist-detail__metrics,
	.cc-account-monitoring-feed-list,
	.cc-account-monitoring-list,
	.cc-account-monitoring-inline-list,
	.cc-account-monitoring-preferences__events-grid,
	.cc-account-monitoring-preferences__toggles {
		grid-template-columns: none;
	}

	.cc-account-profile-preview__grid {
		grid-template-columns: 1fr;
	}

	.cc-support-form__grid,
	.cc-product-support__grid {
		grid-template-columns: 1fr;
	}

	.cc-account-activations li,
		.cc-account-card__top,
		.cc-account-order__head,
		.cc-account-card__actions,
		.cc-account-monitoring-list li,
		.cc-account-monitoring-feed-item__top,
		.cc-account-monitoring-audit-card__top,
		.cc-account-monitoring-audit-card__status,
		.cc-account-monitoring-action-card__top,
		.cc-account-monitoring-watchlist-detail__top {
			align-items: flex-start;
		}

body.page-id-896 .ccpst-monitor-trend__summary,
body.page-id-896 .ccpst-monitor-timeline {
	grid-template-columns: 1fr 1fr;
}
}

.cc-project-updates-shell {
	display: grid;
	gap: 24px;
}

.cc-project-updates-metrics,
.cc-project-updates-card-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.cc-project-updates-metric,
.cc-project-updates-card,
.cc-project-updates-admin,
.cc-project-updates-guest-hero,
.cc-project-updates-focus,
.cc-project-updates-feedback {
	border: 1px solid rgba(154, 176, 255, 0.16);
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(11, 16, 33, 0.96), rgba(9, 13, 29, 0.92));
	box-shadow: 0 24px 60px rgba(3, 6, 18, 0.22);
}

.cc-project-updates-metric {
	display: grid;
	gap: 8px;
	padding: 18px;
}

.cc-project-updates-metric span,
.cc-project-updates-field span,
.cc-project-updates-card--promo span {
	color: rgba(226, 235, 255, 0.66);
	font-size: 0.8rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.cc-project-updates-metric strong,
.cc-project-updates-payment-line strong {
	color: #f7f9ff;
	font-size: clamp(1.45rem, 2vw, 2rem);
	line-height: 1.05;
}

.cc-project-updates-metric small,
.cc-project-updates-card p,
.cc-project-updates-card li,
.cc-project-updates-card small,
.cc-project-updates-guest-hero p,
.cc-project-updates-admin__head p,
.cc-project-updates-feedback p {
	color: rgba(226, 235, 255, 0.72);
	line-height: 1.68;
}

.cc-project-updates-guest-hero,
.cc-project-updates-admin,
.cc-project-updates-focus,
.cc-project-updates-feedback {
	padding: 24px;
}

.cc-project-updates-guest-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
	gap: 18px;
	align-items: stretch;
}

.cc-project-updates-guest-hero__copy,
.cc-project-updates-guest-hero__panel,
.cc-project-updates-card,
.cc-project-updates-admin-sidebar,
.cc-project-updates-focus,
.cc-project-updates-sidebar {
	display: grid;
	gap: 16px;
	min-width: 0;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.cc-project-updates-guest-hero__panel {
	padding: 20px;
	border: 1px solid rgba(116, 239, 200, 0.18);
	border-radius: 20px;
	background: linear-gradient(180deg, rgba(11, 29, 29, 0.92), rgba(8, 18, 24, 0.9));
}

.cc-project-updates-guest-hero__detail {
	margin: 0;
	color: rgba(226, 235, 255, 0.78);
}

.cc-project-updates-guest-hero__panel strong,
.cc-project-updates-card h4,
.cc-project-updates-admin-sidebar h4 {
	margin: 0;
	color: #f7f9ff;
	font-size: 1.05rem;
}

.cc-project-updates-guest-hero__panel ul,
.cc-project-updates-card ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding-left: 18px;
}

.cc-project-updates-admin {
	display: grid;
	gap: 18px;
}

.cc-project-updates-editor-intro {
	display: flex;
	gap: 16px;
	justify-content: space-between;
	align-items: flex-start;
	padding: 18px 20px;
	border: 1px solid rgba(116, 239, 200, 0.16);
	border-radius: 22px;
	background:
		radial-gradient(circle at 100% 0%, rgba(116, 239, 200, 0.1), transparent 24%),
		linear-gradient(180deg, rgba(10, 19, 34, 0.92), rgba(8, 12, 28, 0.9));
}

.cc-project-updates-editor-intro__copy {
	display: grid;
	gap: 10px;
}

.cc-project-updates-editor-intro__copy h4,
.cc-project-updates-editor-intro__copy p {
	margin: 0;
}

.cc-project-updates-editor-intro__copy h4 {
	color: #f7f9ff;
	font-size: 1.08rem;
}

.cc-project-updates-admin__head,
.cc-project-updates-form__footer,
.cc-project-updates-feedback__actions,
.cc-project-updates-card__top,
.cc-project-updates-delivery-list article,
.cc-project-updates-list__item {
	display: flex;
	gap: 12px;
	justify-content: space-between;
	align-items: flex-start;
}

.cc-project-updates-admin__grid,
.cc-project-updates-customer-grid,
.cc-project-updates-hero-grid {
	display: grid;
	gap: 18px;
}

.cc-project-updates-admin__grid {
	grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
	align-items: start;
}

.cc-project-updates-customer-grid {
	grid-template-columns: minmax(0, 1.32fr) minmax(280px, 0.68fr);
	align-items: start;
}

.cc-project-updates-admin-sidebar,
.cc-project-updates-sidebar {
	position: sticky;
	top: 108px;
}

.cc-project-updates-form,
.cc-project-updates-feedback {
	display: grid;
	gap: 16px;
	min-width: 0;
}

.cc-project-updates-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.cc-project-updates-field {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.cc-project-updates-field.is-wide {
	grid-column: 1 / -1;
}

.cc-project-updates-field input,
.cc-project-updates-field select,
.cc-project-updates-field textarea {
	width: 100%;
	min-height: 52px;
	padding: 14px 16px;
	border: 1px solid rgba(154, 176, 255, 0.18);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.04);
	color: #f7f9ff;
	font: inherit;
}

.cc-project-updates-field textarea {
	min-height: 140px;
	resize: vertical;
}

.cc-project-updates-field textarea[rows="2"] {
	min-height: 88px;
}

.cc-project-updates-field input::placeholder,
.cc-project-updates-field textarea::placeholder {
	color: rgba(226, 235, 255, 0.44);
}

.cc-project-updates-card--hero {
	padding: 22px;
	overflow: hidden;
	border-color: rgba(116, 239, 200, 0.2);
	background:
		radial-gradient(circle at 0% 0%, rgba(116, 239, 200, 0.18), transparent 28%),
		radial-gradient(circle at 100% 0%, rgba(95, 124, 255, 0.16), transparent 26%),
		linear-gradient(135deg, rgba(10, 19, 34, 0.98), rgba(8, 12, 28, 0.94));
}

.cc-project-updates-hero-grid {
	grid-template-columns: minmax(0, 1.2fr) minmax(200px, 0.8fr);
	align-items: center;
}

.cc-project-updates-hero-copy h3 {
	margin: 0 0 10px;
	color: #f7f9ff;
	font-size: clamp(1.45rem, 2vw, 2rem);
	line-height: 1.08;
}

.cc-project-updates-hero-copy p {
	margin: 0;
}

.cc-project-updates-inline-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cc-project-updates-inline-meta li {
	padding: 8px 12px;
	border: 1px solid rgba(154, 176, 255, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.03);
	font-size: 0.92rem;
}

.cc-project-updates-progress-visual {
	display: grid;
	gap: 14px;
	justify-items: center;
	text-align: center;
}

.cc-project-updates-progress-ring {
	--cc-progress-angle: calc(var(--cc-progress, 0) * 1%);
	position: relative;
	display: grid;
	place-items: center;
	width: 184px;
	aspect-ratio: 1;
	padding: 24px;
	border-radius: 50%;
	background:
		radial-gradient(circle, rgba(9, 13, 29, 0.94) 58%, transparent 59%),
		conic-gradient(#74efc8 var(--cc-progress-angle), rgba(154, 176, 255, 0.14) 0);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.cc-project-updates-progress-ring strong {
	color: #f7f9ff;
	font-size: clamp(2rem, 4vw, 2.8rem);
	line-height: 1;
}

.cc-project-updates-progress-ring span {
	color: rgba(226, 235, 255, 0.72);
	font-size: 0.92rem;
	font-weight: 700;
}

.cc-project-updates-stage-note {
	display: grid;
	gap: 4px;
	margin: 0;
}

.cc-project-updates-stage-note strong {
	color: #f7f9ff;
	font-size: 1rem;
}

.cc-project-updates-stage-note span {
	color: rgba(226, 235, 255, 0.74);
	font-size: 0.95rem;
}

.cc-project-updates-stage-rail {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
}

.cc-project-updates-stage {
	display: grid;
	grid-template-columns: 14px minmax(0, 1fr);
	gap: 12px;
	padding: 14px;
	border: 1px solid rgba(154, 176, 255, 0.12);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.03);
}

.cc-project-updates-stage__dot {
	width: 14px;
	height: 14px;
	margin-top: 6px;
	border-radius: 999px;
	background: rgba(154, 176, 255, 0.22);
	box-shadow: 0 0 0 5px rgba(154, 176, 255, 0.08);
}

.cc-project-updates-stage__copy {
	display: grid;
	gap: 8px;
}

.cc-project-updates-stage__copy strong {
	color: #f7f9ff;
}

.cc-project-updates-stage__copy small {
	color: rgba(226, 235, 255, 0.72);
}

.cc-project-updates-stage--done {
	border-color: rgba(116, 239, 200, 0.24);
	background: linear-gradient(180deg, rgba(15, 42, 39, 0.76), rgba(10, 18, 29, 0.88));
}

.cc-project-updates-stage--done .cc-project-updates-stage__dot {
	background: #74efc8;
	box-shadow: 0 0 0 5px rgba(116, 239, 200, 0.14);
}

.cc-project-updates-stage--current {
	border-color: rgba(95, 124, 255, 0.28);
	background: linear-gradient(180deg, rgba(20, 30, 60, 0.88), rgba(9, 13, 29, 0.9));
}

.cc-project-updates-stage--current .cc-project-updates-stage__dot {
	background: #8ea1ff;
	box-shadow: 0 0 0 5px rgba(142, 161, 255, 0.16);
}

.cc-project-updates-stage--issue {
	border-color: rgba(255, 204, 120, 0.26);
	background: linear-gradient(180deg, rgba(46, 33, 11, 0.76), rgba(9, 13, 29, 0.9));
}

.cc-project-updates-stage--issue .cc-project-updates-stage__dot {
	background: #f8d176;
	box-shadow: 0 0 0 5px rgba(248, 209, 118, 0.14);
}

.cc-project-updates-snapshot-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.cc-project-updates-snapshot-card {
	display: grid;
	gap: 8px;
	padding: 18px;
	border: 1px solid rgba(154, 176, 255, 0.12);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.03);
}

.cc-project-updates-snapshot-card span {
	color: rgba(226, 235, 255, 0.66);
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.cc-project-updates-snapshot-card strong {
	color: #f7f9ff;
	font-size: 1.45rem;
	line-height: 1.05;
}

.cc-project-updates-snapshot-card small {
	color: rgba(226, 235, 255, 0.74);
}

.cc-project-updates-card-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cc-project-updates-card {
	padding: 20px;
	min-width: 0;
}

.cc-project-updates-card--wide {
	grid-column: 1 / -1;
}

.cc-project-updates-card h4,
.cc-project-updates-card p {
	margin: 0;
}

.cc-project-updates-checklist,
.cc-project-updates-timeline,
.cc-project-updates-delivery-list,
.cc-project-updates-list {
	display: grid;
	gap: 12px;
}

.cc-project-updates-checklist__item,
.cc-project-updates-timeline article,
.cc-project-updates-delivery-list article,
.cc-project-updates-list__item {
	padding: 16px;
	border: 1px solid rgba(154, 176, 255, 0.12);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.03);
}

.cc-project-updates-checklist__item {
	display: grid;
	gap: 12px;
}

.cc-project-updates-checklist__head {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.cc-project-updates-checklist__item textarea,
.cc-project-updates-checklist__item select {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid rgba(154, 176, 255, 0.18);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.04);
	color: #f7f9ff;
	font: inherit;
}

.cc-project-updates-timeline {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cc-project-updates-timeline article,
.cc-project-updates-delivery-list article {
	display: grid;
	gap: 6px;
}

.cc-project-updates-session-head {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.cc-project-updates-timeline strong,
.cc-project-updates-delivery-list strong,
.cc-project-updates-list__item strong {
	color: #f7f9ff;
}

.cc-project-updates-list__item {
	text-decoration: none;
	transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.cc-project-updates-list__item span,
.cc-project-updates-list__item small,
.cc-project-updates-inline-link,
.cc-project-updates-card--promo p {
	color: rgba(226, 235, 255, 0.72);
}

.cc-project-updates-list__item:hover {
	border-color: rgba(116, 239, 200, 0.2);
	background: rgba(255, 255, 255, 0.05);
	transform: translateY(-1px);
}

.cc-project-updates-list__item.is-active {
	border-color: rgba(116, 239, 200, 0.28);
	background:
		radial-gradient(circle at 100% 0%, rgba(116, 239, 200, 0.08), transparent 26%),
		rgba(255, 255, 255, 0.05);
}

.cc-project-updates-list__main,
.cc-project-updates-list__meta {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.cc-project-updates-list__main {
	flex: 1 1 auto;
}

.cc-project-updates-list__meta {
	justify-items: end;
	text-align: right;
}

.cc-project-updates-list__meta small {
	font-size: 0.85rem;
}

.cc-project-updates-feedback {
	border-color: rgba(116, 239, 200, 0.16);
	background:
		radial-gradient(circle at 0% 100%, rgba(116, 239, 200, 0.12), transparent 30%),
		linear-gradient(180deg, rgba(11, 16, 33, 0.96), rgba(9, 13, 29, 0.92));
}

.cc-project-updates-inline-feedback {
	margin: 0;
	min-height: 1.4em;
	color: rgba(226, 235, 255, 0.72);
}

.cc-project-updates-inline-feedback.is-success {
	color: #9ff7d4;
}

.cc-project-updates-inline-feedback.is-error {
	color: #fecaca;
}

.cc-project-updates-inline-feedback.is-info {
	color: #b5deff;
}

.cc-project-updates-inline-link {
	font-weight: 800;
	text-decoration: none;
}

.cc-project-updates-card--promo {
	border-color: rgba(116, 239, 200, 0.18);
	background:
		radial-gradient(circle at 100% 0%, rgba(116, 239, 200, 0.1), transparent 28%),
		linear-gradient(180deg, rgba(11, 29, 29, 0.82), rgba(9, 13, 29, 0.92));
}

.cc-project-updates-card--promo h4 {
	font-size: 1.14rem;
}

.cc-project-updates-payment-line {
	margin: 0;
}

.cc-project-updates-payment-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 16px 0;
}

.cc-project-updates-payment-card {
	display: grid;
	gap: 6px;
	padding: 14px;
	border: 1px solid rgba(148, 163, 184, 0.2);
	border-radius: 18px;
	background: rgba(8, 14, 28, 0.52);
}

.cc-project-updates-payment-card span,
.cc-project-updates-payment-help,
.cc-project-updates-bank-list {
	color: rgba(226, 235, 255, 0.72);
}

.cc-project-updates-payment-card span {
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.cc-project-updates-payment-card strong {
	color: #f7f9ff;
}

.cc-project-updates-payment-card small {
	color: rgba(226, 235, 255, 0.68);
}

.cc-project-updates-bank-list {
	display: grid;
	gap: 8px;
	padding-left: 18px;
	margin: 16px 0;
}

.cc-project-updates-qr-card {
	display: grid;
	gap: 12px;
	justify-items: start;
	padding: 16px;
	margin: 14px 0 0;
	border: 1px solid rgba(116, 239, 200, 0.16);
	border-radius: 20px;
	background: rgba(9, 15, 29, 0.7);
}

.cc-project-updates-qr {
	display: grid;
	place-items: center;
	width: 184px;
	min-height: 184px;
	padding: 8px;
	background: #ffffff;
	border-radius: 18px;
}

.cc-project-updates-qr img,
.cc-project-updates-qr canvas {
	display: block;
	width: 168px;
	height: 168px;
}

@media (max-width: 1200px) {
	.cc-project-updates-metrics,
	.cc-project-updates-card-grid,
	.cc-project-updates-timeline {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cc-project-updates-stage-rail {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cc-project-updates-snapshot-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cc-project-updates-admin__grid,
	.cc-project-updates-customer-grid,
	.cc-project-updates-guest-hero,
	.cc-project-updates-hero-grid {
		grid-template-columns: 1fr;
	}

	.cc-project-updates-admin-sidebar,
	.cc-project-updates-sidebar {
		position: static;
	}
}

@media (max-width: 900px) {
	.cc-project-updates-form__grid,
	.cc-project-updates-metrics,
	.cc-project-updates-card-grid,
	.cc-project-updates-timeline,
	.cc-project-updates-payment-grid {
		grid-template-columns: 1fr;
	}

	.cc-project-updates-stage-rail,
	.cc-project-updates-snapshot-grid {
		grid-template-columns: 1fr;
	}

	.cc-project-updates-admin__head,
	.cc-project-updates-editor-intro,
	.cc-project-updates-form__footer,
	.cc-project-updates-feedback__actions,
	.cc-project-updates-card__top,
	.cc-project-updates-delivery-list article,
	.cc-project-updates-list__item,
	.cc-project-updates-session-head,
	.cc-project-updates-checklist__head {
		flex-direction: column;
		align-items: flex-start;
	}

	.cc-project-updates-list__meta {
		justify-items: start;
		text-align: left;
	}

	.cc-project-updates-progress-ring {
		width: 160px;
	}
}

@media (max-width: 640px) {
	.cc-project-updates-admin,
	.cc-project-updates-guest-hero,
	.cc-project-updates-focus,
	.cc-project-updates-feedback,
	.cc-project-updates-card {
		padding: 18px;
	}

	.cc-project-updates-inline-meta {
		flex-direction: column;
		align-items: flex-start;
	}

	.cc-project-updates-form__footer .cc-actions,
	.cc-project-updates-feedback .cc-actions,
	.cc-project-updates-hero-copy .cc-actions,
	.cc-project-updates-guest-hero .cc-actions {
		width: 100%;
	}

	.cc-project-updates-form__footer .cc-actions .cc-button,
	.cc-project-updates-feedback .cc-actions .cc-button,
	.cc-project-updates-hero-copy .cc-actions .cc-button,
	.cc-project-updates-guest-hero .cc-actions .cc-button {
		width: 100%;
	}
}

@media (max-width: 560px) {
	body.page-id-896 .ccpst-monitor-trend__summary,
	body.page-id-896 .ccpst-monitor-timeline {
		grid-template-columns: 1fr;
	}
}

/* --------------------------------------------------------------------------
   Homepage 2026 — blue / white / navy studio system
   Route-scoped so the site can continue to be audited page by page.
   -------------------------------------------------------------------------- */

body.cc-home-design {
	--cc-bg: #06101f;
	--cc-bg-soft: #0a172b;
	--cc-panel: #10213a;
	--cc-panel-strong: #15345f;
	--cc-text: #f7fbff;
	--cc-muted: #b9c9de;
	--cc-line: rgba(132, 190, 255, 0.2);
	--cc-cyan: #77c9ff;
	--cc-blue: #2878ff;
	--cc-green: #68baff;
	--cc-mint: #b9ddff;
	--cc-shadow: 0 22px 58px rgba(3, 16, 36, 0.16);
	--cc-radius: 14px;
	background: #06101f;
}

/* Keep long-page scrolling immediate and cheap. The shared sticky glass header
   repaints a large backdrop on every frame and feels visibly heavy in WebKit. */
html:has(body.cc-home-design) {
	scroll-behavior: auto;
}

body.cc-home-design .cc-main {
	background: #06101f;
}

body.cc-home-design .cc-header {
	background: rgba(5, 16, 34, 0.94);
	border-bottom-color: rgba(132, 190, 255, 0.16);
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
}

body.cc-home-design .cc-brand__mark {
	background: linear-gradient(145deg, rgba(71, 146, 255, 0.3), rgba(119, 201, 255, 0.12));
	border-color: rgba(119, 201, 255, 0.42);
}

body.cc-home-design .cc-promo-bar {
	background: linear-gradient(90deg, #a9deff, #72c3ff 54%, #a9deff);
	color: #06162a;
}

body.cc-home-design .cc-kicker,
body.cc-home-design .cc-text-link,
body.cc-home-design .cc-soft-link {
	color: #5db4ff;
}

body.cc-home-design .cc-button,
body.cc-home-design .cc-navcta__primary,
body.cc-home-design .cc-mm-modal__body button[type="submit"],
body.cc-home-design .cc-mm-modal__body input[type="submit"] {
	color: #ffffff;
	background: linear-gradient(135deg, #257cff, #1255c7);
	border-color: rgba(164, 213, 255, 0.36);
	border-radius: 14px;
	box-shadow: 0 16px 38px rgba(22, 101, 222, 0.28);
}

html body.cottoncloud-site.cc-home-design .cc-header__offer {
	color: #ffffff;
	background: linear-gradient(135deg, #257cff, #1255c7);
	border: 1px solid rgba(164, 213, 255, 0.36);
	box-shadow: 0 16px 38px rgba(22, 101, 222, 0.28);
}

body.cc-home-design .cc-button:hover,
body.cc-home-design .cc-button:focus-visible {
	filter: brightness(1.08);
	transform: translateY(-2px);
}

body.cc-home-design .cc-button--ghost {
	color: #eaf5ff;
	background: rgba(255, 255, 255, 0.065);
	border-color: rgba(150, 204, 255, 0.27);
	box-shadow: none;
}

body.cc-home-design .cc-header__tel:hover,
body.cc-home-design .cc-navcta__wa,
body.cc-home-design .cc-portfolio-card__body > span {
	color: #6fbeff;
}

body.cc-home-design .cc-navcta__wa {
	background: rgba(40, 125, 255, 0.16);
	border-color: rgba(113, 190, 255, 0.42);
}

body.cc-home-design .cc-mm-packs small {
	color: #6fbeff;
}

body.cc-home-design .cc-mm-rail__call,
body.cc-home-design .cc-mm-rail__wa,
body.cc-home-design .cc-convbar__offer,
body.cc-home-design .cc-convbar__wa {
	color: #ffffff;
	background: linear-gradient(135deg, #287dff, #1460d6);
}

body.cc-home-design .cc-convbar__call {
	color: #ffffff;
	background: rgba(8, 31, 68, 0.94);
	border-color: rgba(131, 194, 255, 0.32);
}

body.cc-home-design .custom-mail-ai-live-toggle-dot,
body.cc-home-design .custom-mail-ai-live-sound[aria-pressed="true"] {
	background: #50aaff;
	border-color: #50aaff;
	box-shadow: 0 0 0 5px rgba(80, 170, 255, 0.2);
}

@media (min-width: 861px) {
	body.cc-home-design .cc-convbar {
		display: none !important;
	}
}

@media (min-width: 861px) and (max-width: 900px) {
	body.cc-home-design.cc-overlay-hero-in-view .cc-mm-rail,
	body.cc-home-design.cc-overlay-hero-in-view .custom-mail-ai-live-widget,
	body.cc-home-design.cc-overlay-hero-in-view [data-custom-mail-ai-live-widget],
	body.cc-home-design.cc-overlay-hero-in-view .cc-live-chat {
		display: none !important;
	}
}

@media (max-width: 860px) {
	body.cc-home-design .cc-convbar {
		background: #06162a;
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
		box-shadow: 0 -6px 18px rgba(0, 8, 24, 0.18);
	}

	body.cc-home-design .cc-mm-rail {
		display: none !important;
	}

	body.cc-home-design.cc-overlay-governed.cc-overlay-compact.cc-overlay-conversion-visible:not(.cc-overlay-focus-mode):not(.cc-overlay-footer-in-view):not(.cc-menu-open):not(.cc-overlay-cookie-open):not(.cc-overlay-blocking-open):not(.cc-overlay-owner-open) .custom-mail-ai-live-widget {
		display: block !important;
	}
}

body.cc-home-design .cc-footer__cta {
	background:
		linear-gradient(135deg, rgba(40, 125, 255, 0.18), rgba(119, 201, 255, 0.08)),
		#07162b;
}

body.cc-home-design .cc-footer .cc-protected-contact {
	background:
		linear-gradient(135deg, rgba(40, 125, 255, 0.13), rgba(119, 201, 255, 0.06)),
		rgba(255, 255, 255, 0.035);
	border-color: rgba(113, 190, 255, 0.24);
}

body.cc-home-design :is(a, button, input):focus-visible {
	outline: 3px solid rgba(113, 190, 255, 0.72);
	outline-offset: 3px;
}

/* Hero */

body.cc-home-design .cc-home-hero {
	position: relative;
	min-height: min(760px, calc(100svh - var(--cc-header-height)));
	padding-block: clamp(46px, 6.2vw, 86px);
	overflow: clip;
	background:
		radial-gradient(circle at 86% 14%, rgba(54, 143, 255, 0.32), transparent 29%),
		radial-gradient(circle at 54% 104%, rgba(87, 182, 255, 0.17), transparent 36%),
		linear-gradient(135deg, #06101f 0%, #0a1e3b 56%, #07152a 100%);
	isolation: isolate;
}

body.cc-home-design .cc-home-hero::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image:
		linear-gradient(rgba(126, 186, 255, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(126, 186, 255, 0.06) 1px, transparent 1px);
	background-size: 64px 64px;
	mask-image: linear-gradient(90deg, transparent, #000 42%, #000);
	content: "";
}

body.cc-home-design .cc-home-hero::after {
	position: absolute;
	inset: 0 auto 0 -30%;
	z-index: 0;
	width: 30%;
	pointer-events: none;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(111, 190, 255, 0.03) 18%,
		rgba(171, 222, 255, 0.24) 50%,
		rgba(84, 159, 255, 0.04) 82%,
		transparent
	);
	content: "";
	opacity: 0;
	transform: translate3d(0, 0, 0) skewX(-10deg);
	animation: ccHomeSignalScan 1150ms cubic-bezier(.2, .7, .2, 1) 120ms backwards;
}

body.cc-home-design .cc-home-orb {
	position: absolute;
	top: clamp(24px, 3vw, 42px);
	right: clamp(18px, 4.8vw, 76px);
	z-index: 2;
	width: clamp(86px, 8.2vw, 128px);
	aspect-ratio: 1;
	pointer-events: none;
	background:
		radial-gradient(circle at 31% 27%, rgba(255, 255, 255, 0.98) 0 4%, rgba(190, 227, 255, 0.92) 8%, rgba(83, 164, 255, 0.88) 30%, rgba(34, 102, 214, 0.92) 62%, rgba(8, 35, 91, 0.98) 100%);
	border: 1px solid rgba(178, 221, 255, 0.6);
	border-radius: 50%;
	box-shadow:
		inset -14px -18px 30px rgba(2, 18, 58, 0.44),
		inset 10px 9px 20px rgba(255, 255, 255, 0.16),
		0 24px 52px rgba(26, 117, 255, 0.32);
	opacity: 0.9;
	transform: translate3d(0, 0, 0) rotate(-8deg);
}

body.cc-home-design .cc-home-orb::before {
	position: absolute;
	inset: -18%;
	border: 1px solid rgba(119, 197, 255, 0.42);
	border-right-color: transparent;
	border-bottom-color: rgba(119, 197, 255, 0.1);
	border-radius: inherit;
	content: "";
}

body.cc-home-design .cc-home-orb::after {
	position: absolute;
	inset: 14%;
	border: 1px solid rgba(219, 241, 255, 0.34);
	border-top-color: #ffffff;
	border-left-color: transparent;
	border-radius: inherit;
	content: "";
}

body.cc-home-design .cc-home-hero .cc-studio-hero__grid {
	position: relative;
	z-index: 1;
	width: min(100% - 48px, 1260px);
	grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.97fr);
	gap: clamp(38px, 5vw, 78px);
}

body.cc-home-design .cc-home-hero .cc-hero__content {
	gap: 20px;
}

body.cc-home-design .cc-home-hero .cc-kicker {
	display: flex;
	gap: 10px;
	align-items: center;
	letter-spacing: 0.12em;
}

body.cc-home-design .cc-home-hero .cc-kicker::before {
	width: 34px;
	height: 2px;
	background: #5eb6ff;
	border-radius: 99px;
	content: "";
	transform-origin: left center;
	animation: ccHomeKickerLine 620ms cubic-bezier(.2, .7, .2, 1) 120ms backwards;
}

body.cc-home-design .cc-home-hero h1 {
	max-width: 11.6ch;
	color: #ffffff;
	font-size: clamp(3.2rem, 5.05vw, 5.35rem);
	font-weight: 900;
	letter-spacing: -0.055em;
	line-height: 0.94;
	text-wrap: balance;
}

body.cc-home-design .cc-home-hero__lead {
	max-width: 39rem !important;
	color: #c8d7e9 !important;
	font-size: clamp(1.02rem, 1.25vw, 1.16rem) !important;
	line-height: 1.68;
}

body.cc-home-design .cc-home-hero .cc-actions {
	gap: 10px;
}

body.cc-home-design .cc-home-hero .cc-button {
	min-height: 52px;
	padding: 13px 19px;
}

body.cc-home-design .cc-home-hero .cc-actions .cc-button:first-child {
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

body.cc-home-design .cc-home-hero .cc-actions .cc-button:first-child::after {
	position: absolute;
	inset: 0 auto 0 -42%;
	width: 34%;
	pointer-events: none;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
	content: "";
	opacity: 0;
	transform: translate3d(0, 0, 0) skewX(-18deg);
	animation: ccHomeButtonSweep 820ms ease-out 920ms backwards;
}

body.cc-home-design .cc-home-proof {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	max-width: 710px;
	padding: 1px;
	margin: 4px 0 0;
	overflow: hidden;
	background: rgba(131, 194, 255, 0.18);
	border: 1px solid rgba(131, 194, 255, 0.22);
	border-radius: 18px;
}

body.cc-home-design .cc-home-proof div {
	min-width: 0;
	padding: 14px 13px;
	background: rgba(4, 18, 40, 0.7);
}

body.cc-home-design .cc-home-proof dt {
	color: #ffffff;
	font-size: 1.04rem;
	font-weight: 950;
	line-height: 1.1;
}

body.cc-home-design .cc-home-proof dd {
	margin: 5px 0 0;
	color: #9fb5cf;
	font-size: 0.73rem;
	font-weight: 750;
	line-height: 1.3;
}

body.cc-home-design .cc-home-showcase {
	position: relative;
	min-width: 0;
	padding: 10px 10px 18px;
	background: linear-gradient(160deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.045));
	border: 1px solid rgba(153, 205, 255, 0.26);
	border-radius: 28px;
	box-shadow: 0 34px 90px rgba(0, 8, 24, 0.48);
	transform-origin: 60% 50%;
	animation: ccHomeShowcaseEnter 820ms cubic-bezier(.16, .8, .24, 1) 80ms backwards;
}

body.cc-home-design .cc-home-showcase::before {
	position: absolute;
	inset: -40px -30px auto auto;
	z-index: -1;
	width: 180px;
	aspect-ratio: 1;
	background: radial-gradient(circle, rgba(54, 145, 255, 0.26), rgba(54, 145, 255, 0));
	border-radius: 50%;
	content: "";
}

body.cc-home-design .cc-home-showcase__top {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	padding: 4px 5px 12px;
}

body.cc-home-design .cc-home-showcase__top span {
	color: #7dc4ff;
	font-size: 0.67rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body.cc-home-design .cc-home-showcase__top strong {
	color: #ffffff;
	font-size: 0.85rem;
}

body.cc-home-design .cc-home-showcase__link {
	position: relative;
	display: block;
}

body.cc-home-design .cc-home-showcase__link > picture:first-child {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	border: 1px solid rgba(154, 207, 255, 0.24);
	border-radius: 20px;
	background: #08162a;
}

body.cc-home-design .cc-home-showcase__desktop {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	transition: transform 420ms cubic-bezier(.2, .7, .2, 1);
}

body.cc-home-design .cc-home-showcase__link:hover .cc-home-showcase__desktop,
body.cc-home-design .cc-home-showcase__link:focus-visible .cc-home-showcase__desktop {
	transform: scale(1.018);
}

body.cc-home-design .cc-home-showcase__phone {
	position: absolute;
	right: -13px;
	bottom: -24px;
	display: block;
	width: clamp(118px, 10vw, 156px);
	overflow: hidden;
	border: 3px solid #143768;
	border-radius: 22px;
	background: #071225;
	box-shadow: 0 24px 50px rgba(0, 8, 24, 0.56);
	animation: ccHomePhoneFloat 5.4s ease-in-out 1100ms 4;
	will-change: transform;
}

body.cc-home-design .cc-home-showcase__phone img {
	width: 100%;
	height: auto;
}

body.cc-home-design .cc-home-showcase__caption {
	display: grid;
	gap: 2px;
	max-width: calc(100% - 155px);
	padding: 14px 6px 0;
}

body.cc-home-design .cc-home-showcase__caption strong {
	color: #ffffff;
	font-size: 0.92rem;
}

body.cc-home-design .cc-home-showcase__caption span {
	color: #9fb5cf;
	font-size: 0.78rem;
}

/* Portfolio */

body.cc-home-design .cc-home-portfolio {
	color: #0a1b33;
	background:
		radial-gradient(circle at 92% 8%, rgba(90, 166, 255, 0.16), transparent 26%),
		#f4f8ff;
}

body.cc-home-design .cc-home-portfolio .cc-section__head {
	max-width: 880px;
	margin-bottom: 38px;
}

body.cc-home-design .cc-home-portfolio h2 {
	max-width: 14ch;
	color: #07162b;
	font-size: clamp(2.35rem, 4.25vw, 4.5rem);
	letter-spacing: -0.045em;
}

body.cc-home-design .cc-home-portfolio .cc-section__head > p:not(.cc-kicker) {
	color: #52647b;
}

body.cc-home-design .cc-home-portfolio .cc-portfolio-grid {
	gap: 20px;
}

body.cc-home-design .cc-home-portfolio .cc-portfolio-card {
	overflow: hidden;
	background: rgba(255, 255, 255, 0.96);
	border-color: #d9e5f4;
	border-radius: 24px;
	box-shadow: 0 22px 55px rgba(25, 60, 105, 0.11);
	transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

body.cc-home-design .cc-home-portfolio .cc-portfolio-card:hover {
	border-color: #8dc7ff;
	box-shadow: 0 28px 66px rgba(25, 83, 150, 0.17);
	transform: translateY(-5px);
}

body.cc-home-design .cc-home-portfolio .cc-portfolio-card__media {
	aspect-ratio: 16 / 10.2;
	border-bottom-color: #dce7f4;
}

body.cc-home-design .cc-home-portfolio .cc-portfolio-card__media picture {
	display: block;
	width: 100%;
	height: 100%;
}

body.cc-home-design .cc-home-portfolio .cc-portfolio-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}

body.cc-home-design .cc-home-project-index {
	position: absolute;
	z-index: 2;
	top: 14px;
	left: 14px;
	display: grid;
	place-items: center;
	width: 42px;
	aspect-ratio: 1;
	color: #ffffff;
	font-size: 0.78rem;
	font-weight: 950;
	letter-spacing: 0.08em;
	background: rgba(5, 25, 55, 0.88);
	border: 1px solid rgba(174, 218, 255, 0.42);
	border-radius: 50%;
	box-shadow: 0 10px 24px rgba(0, 15, 40, 0.24);
}

body.cc-home-design .cc-home-portfolio .cc-portfolio-card__body {
	gap: 13px;
	padding: 22px;
}

body.cc-home-design .cc-home-portfolio .cc-portfolio-card__body h3 {
	color: #07162b;
}

body.cc-home-design .cc-home-portfolio .cc-portfolio-card__body p {
	color: #52647b;
	line-height: 1.58;
}

body.cc-home-design .cc-home-project-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	padding: 0;
	margin: 0;
	list-style: none;
}

body.cc-home-design .cc-home-project-tags li {
	padding: 6px 9px;
	color: #205797;
	font-size: 0.7rem;
	font-weight: 850;
	background: #edf6ff;
	border: 1px solid #d3e8fb;
	border-radius: 999px;
}

body.cc-home-design .cc-home-portfolio .cc-button--ghost {
	color: #14365f;
	background: #f2f7fd;
	border-color: #d1e0ef;
}

body.cc-home-design .cc-home-portfolio > .cc-container > .cc-actions {
	justify-content: center;
	margin-top: 28px;
}

/* Live demo */

body.cc-home-design .cc-home-demo {
	position: relative;
	overflow: clip;
	background:
		radial-gradient(circle at 8% 22%, rgba(44, 126, 255, 0.19), transparent 27%),
		linear-gradient(180deg, #07162b, #06101f);
}

body.cc-home-design .cc-home-demo__feature {
	display: grid;
	grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
	gap: clamp(38px, 6vw, 86px);
	align-items: center;
}

body.cc-home-design .cc-home-demo__copy {
	display: grid;
	gap: 18px;
}

body.cc-home-design .cc-home-demo__copy h2 {
	max-width: 11ch;
	color: #ffffff;
	font-size: clamp(2.35rem, 4vw, 4.2rem);
	letter-spacing: -0.045em;
}

body.cc-home-design .cc-home-demo__copy > p:not(.cc-kicker) {
	margin: 0;
	color: #adbed3;
}

body.cc-home-design .cc-home-demo__steps {
	display: grid;
	gap: 8px;
	padding: 0;
	margin: 2px 0;
	list-style: none;
}

body.cc-home-design .cc-home-demo__steps li {
	display: flex;
	gap: 12px;
	align-items: center;
	padding: 11px 13px;
	color: #d8e7f7;
	font-size: 0.9rem;
	font-weight: 800;
	background: rgba(255, 255, 255, 0.045);
	border: 1px solid rgba(131, 194, 255, 0.14);
	border-radius: 12px;
}

body.cc-home-design .cc-home-demo__steps span {
	display: grid;
	place-items: center;
	width: 30px;
	aspect-ratio: 1;
	color: #72c0ff;
	font-size: 0.68rem;
	font-weight: 950;
	background: rgba(66, 150, 255, 0.15);
	border-radius: 9px;
}

body.cc-home-design .cc-home-demo__copy .cc-hero-microcopy {
	margin-top: -4px;
	color: #89a4c2;
	font-size: 0.8rem;
}

body.cc-home-design .cc-home-browser {
	position: relative;
	display: block;
	overflow: hidden;
	background: #071224;
	border: 1px solid rgba(143, 199, 255, 0.3);
	border-radius: 24px;
	box-shadow: 0 34px 88px rgba(0, 5, 17, 0.58);
	text-decoration: none;
	transition: border-color 220ms ease, transform 220ms ease;
}

body.cc-home-design .cc-home-browser:hover,
body.cc-home-design .cc-home-browser:focus-visible {
	border-color: rgba(113, 190, 255, 0.72);
	transform: translateY(-5px);
}

body.cc-home-design .cc-home-browser__bar {
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 12px 14px;
	background: rgba(8, 20, 39, 0.96);
	border-bottom: 1px solid rgba(143, 199, 255, 0.16);
}

body.cc-home-design .cc-home-browser__dots {
	display: inline-flex;
	flex: none;
	gap: 6px;
}

body.cc-home-design .cc-home-browser__dots i {
	display: block;
	width: 10px;
	aspect-ratio: 1;
	background: #2b6ab8;
	border-radius: 50%;
}

body.cc-home-design .cc-home-browser__dots i:nth-child(2) {
	background: #5597e4;
}

body.cc-home-design .cc-home-browser__dots i:nth-child(3) {
	background: #8ac8ff;
}

body.cc-home-design .cc-home-browser__url {
	flex: 1;
	overflow: hidden;
	color: #899cb3;
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	font-size: 0.7rem;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.cc-home-design .cc-home-browser__live {
	flex: none;
	color: #69baff;
	font-size: 0.65rem;
	font-weight: 900;
	letter-spacing: 0.08em;
}

body.cc-home-design .cc-home-browser > picture,
body.cc-home-design .cc-home-browser > picture img {
	display: block;
	width: 100%;
	height: auto;
}

body.cc-home-design .cc-home-browser__open {
	position: absolute;
	right: 14px;
	bottom: 14px;
	display: inline-flex;
	gap: 8px;
	align-items: center;
	padding: 10px 13px;
	color: #ffffff;
	font-size: 0.75rem;
	font-weight: 900;
	background: #0a2a56;
	border: 1px solid rgba(153, 207, 255, 0.35);
	border-radius: 999px;
}

body.cc-home-design .cc-home-demo-library {
	padding-top: clamp(72px, 9vw, 118px);
}

body.cc-home-design .cc-home-demo-library .cc-section__head {
	max-width: 840px;
	margin-bottom: 30px;
}

body.cc-home-design .cc-home-demo-library h2 {
	max-width: 13ch;
	color: #ffffff;
	font-size: clamp(2.25rem, 3.8vw, 4rem);
	letter-spacing: -0.04em;
}

body.cc-home-design .cc-home-demo-library .cc-section__head > p:not(.cc-kicker) {
	color: #aabdd4;
}

body.cc-home-design .cc-home-demo-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

body.cc-home-design .cc-home-demo-card {
	min-width: 0;
}

body.cc-home-design .cc-home-demo-card--wide {
	grid-column: 1 / -1;
}

body.cc-home-design .cc-home-demo-card > a {
	position: relative;
	display: grid;
	gap: 16px;
	height: 100%;
	min-height: 270px;
	padding: clamp(22px, 3vw, 34px);
	overflow: hidden;
	color: #ffffff;
	background:
		linear-gradient(145deg, rgba(39, 114, 224, 0.18), rgba(255, 255, 255, 0.035)),
		#0b1d37;
	border: 1px solid rgba(131, 194, 255, 0.2);
	border-radius: 24px;
	text-decoration: none;
	transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

body.cc-home-design .cc-home-demo-card > a::after {
	position: absolute;
	right: -64px;
	bottom: -80px;
	width: 190px;
	aspect-ratio: 1;
	background: rgba(52, 143, 255, 0.12);
	border-radius: 50%;
	content: "";
}

body.cc-home-design .cc-home-demo-card > a:hover,
body.cc-home-design .cc-home-demo-card > a:focus-visible {
	border-color: rgba(113, 190, 255, 0.68);
	box-shadow: 0 26px 62px rgba(0, 10, 30, 0.34);
	transform: translateY(-5px);
}

body.cc-home-design .cc-home-demo-card--wide > a {
	align-content: end;
	min-height: 340px;
	isolation: isolate;
}

body.cc-home-design .cc-home-demo-card__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: block;
}

body.cc-home-design .cc-home-demo-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.cc-home-design .cc-home-demo-card--wide > a::before {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, rgba(4, 17, 39, 0.98) 0%, rgba(6, 25, 51, 0.87) 45%, rgba(7, 26, 51, 0.28) 100%);
	content: "";
}

body.cc-home-design .cc-home-demo-card--wide > a::after {
	z-index: 2;
}

body.cc-home-design .cc-home-demo-card--wide > a > :not(.cc-home-demo-card__media) {
	position: relative;
	z-index: 3;
	max-width: 610px;
}

body.cc-home-design .cc-home-demo-card__meta {
	display: flex;
	gap: 10px;
	align-items: center;
	color: #7fc4ff;
	font-size: 0.7rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body.cc-home-design .cc-home-demo-card__meta b {
	display: grid;
	place-items: center;
	width: 31px;
	aspect-ratio: 1;
	color: #c9e8ff;
	background: rgba(89, 170, 255, 0.14);
	border-radius: 9px;
}

body.cc-home-design .cc-home-demo-card h3 {
	margin: auto 0 0;
	color: #ffffff;
	font-size: clamp(2rem, 3.5vw, 3.7rem);
	letter-spacing: -0.045em;
	line-height: 0.95;
}

body.cc-home-design .cc-home-demo-card p {
	max-width: 42ch;
	margin: 0;
	color: #aebfd4;
}

body.cc-home-design .cc-home-demo-card > a > strong {
	position: relative;
	z-index: 1;
	display: flex;
	gap: 8px;
	align-items: center;
	width: fit-content;
	color: #83c8ff;
	font-size: 0.84rem;
}

body.cc-home-design .cc-home-demo-card--private > a {
	background:
		linear-gradient(145deg, rgba(90, 162, 255, 0.12), rgba(255, 255, 255, 0.025)),
		#0a192e;
	border-style: dashed;
}

/* Solutions + pricing */

body.cc-home-design .cc-home-solutions {
	color: #0a1b33;
	background:
		radial-gradient(circle at 6% 6%, rgba(72, 148, 255, 0.13), transparent 24%),
		#edf5ff;
}

body.cc-home-design .cc-home-solutions .cc-section__head {
	max-width: 850px;
	margin-bottom: 34px;
}

body.cc-home-design .cc-home-solutions h2 {
	max-width: 13ch;
	color: #07162b;
	font-size: clamp(2.35rem, 4.1vw, 4.3rem);
	letter-spacing: -0.045em;
}

body.cc-home-design .cc-home-solutions .cc-section__head > p:not(.cc-kicker) {
	color: #52647b;
}

body.cc-home-design .cc-home-solution-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

body.cc-home-design .cc-home-solution-card {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 16px 18px;
	min-width: 0;
	padding: clamp(22px, 3vw, 34px);
	overflow: hidden;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid #d6e4f3;
	border-radius: 24px;
	box-shadow: 0 20px 52px rgba(28, 68, 115, 0.09);
	transition: border-color 220ms ease, transform 220ms ease;
}

body.cc-home-design .cc-home-solution-card:hover {
	border-color: #91c9ff;
	transform: translateY(-4px);
}

body.cc-home-design .cc-home-solution-card__index {
	display: grid;
	place-items: center;
	width: 38px;
	aspect-ratio: 1;
	color: #1a64b8;
	font-size: 0.72rem;
	font-weight: 950;
	background: #e7f3ff;
	border-radius: 12px;
}

body.cc-home-design .cc-home-solution-card h3,
body.cc-home-design .cc-home-solution-card p {
	margin: 0;
}

body.cc-home-design .cc-home-solution-card h3 {
	color: #07162b;
	font-size: clamp(1.35rem, 2vw, 1.8rem);
	line-height: 1.08;
}

body.cc-home-design .cc-home-solution-card > div > strong {
	display: block;
	margin-top: 7px;
	color: #1672df;
	font-size: 1.05rem;
}

body.cc-home-design .cc-home-solution-card > p,
body.cc-home-design .cc-home-solution-card > .cc-text-link {
	grid-column: 2;
}

body.cc-home-design .cc-home-solution-card > p {
	color: #52647b;
	line-height: 1.58;
}

body.cc-home-design .cc-home-solution-card > .cc-text-link {
	display: inline-flex;
	min-height: 45px;
	gap: 7px;
	align-items: center;
	width: fit-content;
	font-weight: 900;
	text-decoration: none;
}

body.cc-home-design .cc-home-solution-card.is-featured {
	background:
		radial-gradient(circle at 92% 12%, rgba(112, 190, 255, 0.25), transparent 28%),
		linear-gradient(145deg, #0d3265, #0a2142);
	border-color: rgba(69, 157, 255, 0.52);
}

body.cc-home-design .cc-home-solution-card.is-featured :is(h3, p) {
	color: #ffffff;
}

body.cc-home-design .cc-home-solution-card.is-featured p {
	color: #c5d6e9;
}

body.cc-home-design .cc-home-solution-card.is-featured .cc-home-solution-card__index {
	color: #ffffff;
	background: rgba(111, 190, 255, 0.18);
}

body.cc-home-design .cc-home-solution-card.is-featured > div > strong,
body.cc-home-design .cc-home-solution-card.is-featured .cc-text-link {
	color: #83c8ff;
}

body.cc-home-design .cc-home-custom-strip {
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
	padding: clamp(22px, 3vw, 32px);
	margin-top: 16px;
	color: #ffffff;
	background:
		linear-gradient(120deg, rgba(38, 117, 226, 0.32), transparent 60%),
		#091d38;
	border: 1px solid rgba(81, 164, 255, 0.32);
	border-radius: 24px;
}

body.cc-home-design .cc-home-custom-strip > div > span {
	color: #7fc4ff;
	font-size: 0.7rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body.cc-home-design .cc-home-custom-strip h3,
body.cc-home-design .cc-home-custom-strip p {
	margin: 0;
}

body.cc-home-design .cc-home-custom-strip h3 {
	margin-top: 6px;
	font-size: clamp(1.35rem, 2.1vw, 1.85rem);
	line-height: 1.12;
}

body.cc-home-design .cc-home-custom-strip p {
	margin-top: 6px;
	color: #adc1d8;
}

body.cc-home-design .cc-home-custom-strip .cc-button {
	flex: none;
}

body.cc-home-design .cc-home-solution-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
	justify-content: center;
	margin-top: 22px;
}

body.cc-home-design .cc-home-solution-links a {
	display: inline-flex;
	min-height: 45px;
	align-items: center;
	color: #355a83;
	font-size: 0.82rem;
	font-weight: 850;
	text-decoration: none;
	border-bottom: 1px solid #a8c2df;
}

body.cc-home-design .cc-home-method .cc-home-tool-links {
	justify-content: flex-start;
	margin-top: 14px;
}

body.cc-home-design .cc-home-method .cc-home-tool-links a {
	color: #d9ebff;
	border-color: rgba(173, 220, 255, 0.66);
}

body.cc-home-design .cc-home-method .cc-home-tool-links a:hover,
body.cc-home-design .cc-home-method .cc-home-tool-links a:focus-visible {
	color: #ffffff;
	border-color: #7fc4ff;
}

/* Method + process */

body.cc-home-design .cc-home-method {
	background:
		radial-gradient(circle at 88% 22%, rgba(50, 141, 255, 0.2), transparent 28%),
		#07162b;
}

body.cc-home-design .cc-home-method h2 {
	max-width: 12ch;
	color: #ffffff;
	font-size: clamp(2.25rem, 3.8vw, 4rem);
	letter-spacing: -0.04em;
}

body.cc-home-design .cc-home-method p {
	color: #adbed3;
}

body.cc-home-design .cc-home-method .cc-before-after {
	gap: 10px;
}

body.cc-home-design .cc-home-method .cc-before-after article {
	padding: 24px;
	background: rgba(255, 255, 255, 0.045);
	border-color: rgba(131, 194, 255, 0.16);
	border-radius: 20px;
	box-shadow: none;
}

body.cc-home-design .cc-home-method .cc-before-after article:last-child {
	background: linear-gradient(145deg, rgba(46, 132, 244, 0.23), rgba(255, 255, 255, 0.04));
	border-color: rgba(99, 180, 255, 0.4);
}

body.cc-home-design .cc-home-method .cc-before-after article > span {
	color: #7fc4ff;
	font-size: 0.74rem;
	font-weight: 950;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body.cc-home-design .cc-home-method .cc-before-after article:last-child > span {
	color: #ffffff;
	background: #1765d7;
}

body.cc-home-design .cc-home-method .cc-before-after ul {
	display: grid;
	gap: 9px;
	padding: 0;
	margin: 0;
	color: #c3d1e1;
	list-style: none;
}

body.cc-home-design .cc-home-method .cc-before-after li {
	position: relative;
	padding-left: 18px;
}

body.cc-home-design .cc-home-method .cc-before-after li::before {
	position: absolute;
	top: 0.66em;
	left: 0;
	width: 7px;
	aspect-ratio: 1;
	background: #5db4ff;
	border-radius: 50%;
	content: "";
}

body.cc-home-design .cc-home-process {
	color: #0a1b33;
	background: #f7faff;
}

body.cc-home-design .cc-home-process .cc-kicker,
body.cc-home-design .cc-home-seo-test .cc-kicker {
	color: #1765d7;
}

body.cc-home-design .cc-home-process h2 {
	max-width: 12ch;
	color: #07162b;
	font-size: clamp(2.2rem, 3.8vw, 4rem);
	letter-spacing: -0.04em;
}

body.cc-home-design .cc-home-process .cc-split > div > p:not(.cc-kicker) {
	color: #52647b;
}

body.cc-home-design .cc-home-process .cc-steps {
	gap: 10px;
}

body.cc-home-design .cc-home-process .cc-steps li {
	padding: 20px 20px 20px 66px;
	background: #ffffff;
	border-color: #d9e5f3;
	border-radius: 18px;
	box-shadow: 0 14px 34px rgba(30, 69, 113, 0.07);
}

body.cc-home-design .cc-home-process .cc-steps li::before {
	top: 18px;
	left: 18px;
	width: 32px;
	color: #ffffff;
	background: linear-gradient(135deg, #398cff, #1765d7);
}

body.cc-home-design .cc-home-process .cc-steps strong {
	color: #0c213e;
}

body.cc-home-design .cc-home-process .cc-steps span {
	color: #5a6d84;
}

/* SEO lead magnet + final conversion */

body.cc-home-design .cc-home-seo-test {
	color: #0a1b33;
	background:
		linear-gradient(120deg, rgba(45, 128, 239, 0.16), transparent 58%),
		#e7f3ff;
}

body.cc-home-design .cc-home-seo-test .cc-container {
	padding: clamp(24px, 4vw, 46px);
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid #cee2f6;
	border-radius: 28px;
	box-shadow: 0 28px 65px rgba(30, 76, 128, 0.1);
}

body.cc-home-design .cc-home-seo-test h2 {
	max-width: 11ch;
	color: #07162b;
	font-size: clamp(2.25rem, 4vw, 4rem);
	letter-spacing: -0.04em;
}

body.cc-home-design .cc-home-seo-test p {
	color: #52647b;
}

body.cc-home-design .cc-home-seo-form {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 8px;
	background: #ffffff;
	border: 1px solid #cddff1;
	border-radius: 18px;
	box-shadow: 0 16px 40px rgba(26, 75, 130, 0.1);
}

body.cc-home-design .cc-home-seo-form input {
	flex: 1 1 230px;
	min-width: 0;
	min-height: 52px;
	padding: 0 14px;
	color: #0b1e38;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 750;
	line-height: 1.2;
	background: transparent;
	border: 0;
	outline: 0;
}

body.cc-home-design .cc-home-seo-form input:focus-visible {
	outline: 3px solid #1f73df;
	outline-offset: 3px;
}

body.cc-home-design .cc-home-seo-form input::placeholder {
	color: #788aa1;
}

body.cc-home-design .cc-home-seo-form .cc-button {
	min-height: 52px;
	white-space: nowrap;
}

body.cc-home-design .cc-home-seo-test .cc-hero-microcopy {
	margin-top: 12px;
	color: #5f7690;
	font-size: 0.78rem;
}

body.cc-home-design .cc-home-final {
	background:
		radial-gradient(circle at 18% 16%, rgba(49, 141, 255, 0.23), transparent 27%),
		#06101f;
}

body.cc-home-design .cc-home-final .cc-conversion-band {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(310px, 360px);
	align-items: center;
	gap: 34px;
	padding: clamp(28px, 5vw, 54px);
	background:
		radial-gradient(circle at 85% 18%, rgba(124, 199, 255, 0.24), transparent 28%),
		linear-gradient(135deg, #0c3265, #0a2347);
	border-color: rgba(112, 190, 255, 0.34);
	border-radius: 28px;
	box-shadow: 0 30px 80px rgba(0, 7, 22, 0.42);
}

body.cc-home-design .cc-home-final .cc-conversion-band h2 {
	max-width: 16ch;
	color: #ffffff;
	font-size: clamp(2.15rem, 3.5vw, 3.7rem);
	letter-spacing: -0.04em;
}

body.cc-home-design .cc-home-final .cc-conversion-band > div:first-child > p:not(.cc-kicker) {
	max-width: 58ch;
	margin: 14px 0 0;
	color: #c3d5e9;
}

body.cc-home-design .cc-home-final .cc-actions {
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	width: 100%;
	min-width: 0;
	justify-self: end;
}

body.cc-home-design .cc-home-final .cc-actions .cc-button {
	width: 100%;
}

body.cc-home-design .cc-home-final .cc-actions small {
	max-width: 30ch;
	color: #9db5cf;
	font-size: 0.72rem;
	font-weight: 750;
	text-align: center;
}

@keyframes ccHomeRise {
	from {
		opacity: 0;
		transform: translateY(16px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes ccHomeSignalScan {
	0% {
		opacity: 0;
		transform: translate3d(0, 0, 0) skewX(-10deg);
	}

	34% {
		opacity: 0.92;
	}

	100% {
		opacity: 0;
		transform: translate3d(445%, 0, 0) skewX(-10deg);
	}
}

@keyframes ccHomeKickerLine {
	from {
		opacity: 0.2;
		transform: scaleX(0);
	}

	to {
		opacity: 1;
		transform: scaleX(1);
	}
}

@keyframes ccHomeButtonSweep {
	from {
		opacity: 0;
		transform: translate3d(0, 0, 0) skewX(-18deg);
	}

	30% {
		opacity: 1;
	}

	to {
		opacity: 0;
		transform: translate3d(430%, 0, 0) skewX(-18deg);
	}
}

@keyframes ccHomeShowcaseEnter {
	from {
		transform: translate3d(30px, 12px, 0) scale(0.965);
	}

	to {
		transform: translate3d(0, 0, 0) scale(1);
	}
}

@keyframes ccHomePhoneFloat {
	0%,
	100% {
		transform: translate3d(0, 0, 0) rotate(0.001deg);
	}

	50% {
		transform: translate3d(0, -8px, 0) rotate(0.001deg);
	}
}

@keyframes ccHomeOrbFloat {
	0%,
	100% {
		opacity: 0.74;
		transform: translate3d(0, 0, 0) rotate(-8deg) scale(0.96);
	}

	48% {
		opacity: 0.96;
		transform: translate3d(-28px, 18px, 0) rotate(8deg) scale(1.08);
	}

	72% {
		opacity: 0.84;
		transform: translate3d(10px, 34px, 0) rotate(2deg) scale(1.01);
	}
}

body.cc-home-design .cc-home-reveal.is-visible {
	animation: ccHomeRise 640ms cubic-bezier(.2, .7, .2, 1) both;
}

@media (prefers-reduced-motion: no-preference) {
	body.cc-home-design .cc-home-orb {
		animation: ccHomeOrbFloat 10s ease-in-out infinite;
		will-change: transform, opacity;
	}
}

@media (max-width: 1100px) {
	body.cc-home-design .cc-home-hero .cc-studio-hero__grid {
		width: min(100% - 36px, 980px);
		grid-template-columns: minmax(0, 1fr) minmax(350px, 0.82fr);
		gap: 32px;
	}

	body.cc-home-design .cc-home-hero h1 {
		font-size: clamp(3rem, 5.9vw, 4.6rem);
	}

	body.cc-home-design .cc-home-proof {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.cc-home-design .cc-home-demo__feature {
		grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
		gap: 34px;
	}
}

/* Webdesign service: the approved blue studio language with one signature
 * entrance and shared compositor-only section motion. */
body.cc-webdesign-design {
	--cc-green: #5db4ff;
	--cc-cyan: #86d1ff;
}

body.cc-webdesign-design .cc-brand__mark {
	background: linear-gradient(145deg, rgba(71, 146, 255, 0.3), rgba(119, 201, 255, 0.12));
	border-color: rgba(119, 201, 255, 0.42);
}

body.cc-webdesign-design .cc-hero--service {
	background:
		radial-gradient(circle at 82% 15%, rgba(49, 141, 255, 0.3), transparent 31%),
		radial-gradient(circle at 14% 76%, rgba(53, 111, 214, 0.2), transparent 35%),
		linear-gradient(145deg, #071a34, #050b17 68%);
}

body.cc-webdesign-design .cc-kicker,
body.cc-webdesign-design .cc-text-link,
body.cc-webdesign-design .cc-soft-link {
	color: #5db4ff;
}

body.cc-webdesign-design .cc-button,
body.cc-webdesign-design .cc-navcta__primary {
	color: #ffffff;
	background: linear-gradient(135deg, #257cff, #1255c7);
	border-color: rgba(164, 213, 255, 0.36);
	box-shadow: 0 16px 38px rgba(22, 101, 222, 0.25);
}

body.cc-webdesign-design .cc-button--ghost {
	color: #eaf5ff;
	background: rgba(255, 255, 255, 0.065);
	border-color: rgba(150, 204, 255, 0.27);
	box-shadow: none;
}

html body.cottoncloud-site.cc-webdesign-design .cc-header__offer {
	color: #ffffff;
	background: linear-gradient(135deg, #257cff, #1255c7);
	border: 1px solid rgba(164, 213, 255, 0.36);
	box-shadow: 0 16px 38px rgba(22, 101, 222, 0.25);
}

body.cc-webdesign-design .cc-header__tel:hover,
body.cc-webdesign-design .cc-navcta__wa {
	color: #6fbeff;
}

body.cc-webdesign-design .cc-navcta__wa {
	background: rgba(40, 125, 255, 0.16);
	border-color: rgba(113, 190, 255, 0.42);
}

body.cc-webdesign-design .cc-mm-rail__call,
body.cc-webdesign-design .cc-mm-rail__wa,
body.cc-webdesign-design .cc-convbar__offer,
body.cc-webdesign-design .cc-convbar__wa {
	color: #ffffff;
	background: linear-gradient(135deg, #287dff, #1460d6);
}

body.cc-webdesign-design .cc-convbar__call {
	color: #ffffff;
	background: rgba(8, 31, 68, 0.94);
	border-color: rgba(131, 194, 255, 0.32);
}

body.cc-webdesign-design .custom-mail-ai-live-toggle-dot,
body.cc-webdesign-design .custom-mail-ai-live-sound[aria-pressed="true"] {
	background: #50aaff;
}

body.cc-webdesign-design .cc-button:hover,
body.cc-webdesign-design .cc-button:focus-visible {
	filter: brightness(1.08);
	transform: translateY(-2px);
}

body.cc-webdesign-design .cc-motion-hero::after {
	position: absolute;
	inset: 0 auto 0 -18%;
	z-index: 1;
	width: 18%;
	pointer-events: none;
	background: linear-gradient(90deg, transparent, rgba(115, 194, 255, 0.19), transparent);
	content: "";
	opacity: 0;
	transform: translate3d(0, 0, 0) skewX(-10deg);
	animation: ccHomeSignalScan 980ms cubic-bezier(.2, .7, .2, 1) 180ms backwards;
}

body.cc-webdesign-design .cc-motion-hero .cc-hero__content > .cc-kicker {
	display: flex;
	align-items: center;
	gap: 10px;
}

body.cc-webdesign-design .cc-motion-hero .cc-hero__content > .cc-kicker::before {
	width: 34px;
	height: 2px;
	flex: 0 0 auto;
	background: currentColor;
	content: "";
	transform-origin: left center;
	animation: ccHomeKickerLine 620ms cubic-bezier(.2, .7, .2, 1) 120ms backwards;
}

body.cc-webdesign-design .cc-motion-hero .cc-hero__content > .cc-actions .cc-button:first-child {
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

body.cc-webdesign-design .cc-motion-hero .cc-hero__content > .cc-actions .cc-button:first-child::after {
	position: absolute;
	inset: 0 auto 0 -42%;
	width: 34%;
	pointer-events: none;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
	content: "";
	opacity: 0;
	transform: translate3d(0, 0, 0) skewX(-18deg);
	animation: ccHomeButtonSweep 820ms ease-out 920ms backwards;
}

body.cc-webdesign-design .cc-motion-signature {
	animation: ccHomeShowcaseEnter 720ms cubic-bezier(.2, .7, .2, 1) 140ms backwards;
}

/* Contact: one focused conversion path in the same blue studio language.
 * All motion is one-shot and compositor-only; the H1 and lead copy stay static. */
body.cc-contact-design {
	--cc-green: #5db4ff;
	--cc-cyan: #86d1ff;
}

body.cc-contact-design .cc-brand__mark {
	background: linear-gradient(145deg, rgba(71, 146, 255, 0.3), rgba(119, 201, 255, 0.12));
	border-color: rgba(119, 201, 255, 0.42);
}

body.cc-contact-design .cc-landing-hero--contact {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	background:
		radial-gradient(circle at 82% 15%, rgba(49, 141, 255, 0.3), transparent 31%),
		radial-gradient(circle at 14% 76%, rgba(53, 111, 214, 0.2), transparent 35%),
		linear-gradient(145deg, #071a34, #050b17 68%);
}

body.cc-contact-design .cc-landing-hero--contact > .cc-container {
	position: relative;
	z-index: 2;
}

body.cc-contact-design :is(.cc-kicker, .cc-text-link, .cc-soft-link) {
	color: #5db4ff;
}

body.cc-contact-design :is(.cc-button, .cc-navcta__primary) {
	color: #ffffff;
	background: linear-gradient(135deg, #257cff, #1255c7);
	border-color: rgba(164, 213, 255, 0.36);
	box-shadow: 0 16px 38px rgba(22, 101, 222, 0.25);
}

body.cc-contact-design .cc-button--ghost {
	color: #eaf5ff;
	background: rgba(255, 255, 255, 0.065);
	border-color: rgba(150, 204, 255, 0.27);
	box-shadow: none;
}

html body.cottoncloud-site.cc-contact-design .cc-header__offer {
	color: #ffffff;
	background: linear-gradient(135deg, #257cff, #1255c7);
	border: 1px solid rgba(164, 213, 255, 0.36);
	box-shadow: 0 16px 38px rgba(22, 101, 222, 0.25);
}

body.cc-contact-design :is(.cc-header__tel:hover, .cc-navcta__wa) {
	color: #6fbeff;
}

body.cc-contact-design .cc-navcta__wa {
	background: rgba(40, 125, 255, 0.16);
	border-color: rgba(113, 190, 255, 0.42);
}

body.cc-contact-design :is(
	.cc-mm-rail__call,
	.cc-mm-rail__wa,
	.cc-convbar__offer,
	.cc-convbar__wa
) {
	color: #ffffff;
	background: linear-gradient(135deg, #287dff, #1460d6);
}

body.cc-contact-design .cc-convbar__call {
	color: #ffffff;
	background: rgba(8, 31, 68, 0.94);
	border-color: rgba(131, 194, 255, 0.32);
}

body.cc-contact-design :is(.custom-mail-ai-live-toggle-dot, .custom-mail-ai-live-sound[aria-pressed="true"]) {
	background: #50aaff;
}

body.cc-contact-design .cc-landing-panel {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(145deg, rgba(38, 117, 231, 0.19), rgba(255, 255, 255, 0.045)),
		rgba(6, 20, 43, 0.82);
	border-color: rgba(126, 193, 255, 0.3);
}

body.cc-contact-design .cc-landing-panel ul {
	counter-reset: cc-contact-brief;
}

body.cc-contact-design .cc-landing-panel li {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 11px;
	align-items: start;
	padding-left: 0;
	counter-increment: cc-contact-brief;
}

body.cc-contact-design .cc-landing-panel li::before {
	position: static;
	display: grid;
	place-items: center;
	width: 34px;
	aspect-ratio: 1;
	color: #cbeaff;
	font-size: 0.72rem;
	font-weight: 900;
	content: counter(cc-contact-brief, decimal-leading-zero);
	background: rgba(72, 157, 255, 0.16);
	border: 1px solid rgba(126, 193, 255, 0.32);
	border-radius: 10px;
}

body.cc-contact-design :is(.cc-module-card, .cc-trust-person, #kontakt-formular) {
	border-color: rgba(126, 193, 255, 0.24);
	background:
		linear-gradient(145deg, rgba(38, 117, 231, 0.1), rgba(255, 255, 255, 0.035)),
		var(--cc-panel);
}

body.cc-contact-design .cc-protected-contact {
	background:
		linear-gradient(135deg, rgba(55, 134, 255, 0.15), rgba(89, 194, 255, 0.07)),
		rgba(255, 255, 255, 0.045);
	border-color: rgba(126, 193, 255, 0.26);
}

body.cc-contact-design .cc-trust-person__avatar {
	background: linear-gradient(135deg, #77c9ff, #387cf4);
}

body.cc-contact-design .cc-trust-person__contacts a {
	color: #6fbeff;
}

body.cc-contact-design .cc-contact-panel .cc-lead-form .cc-button {
	color: #ffffff;
	background: linear-gradient(135deg, #257cff, #1255c7);
	box-shadow: 0 16px 38px rgba(22, 101, 222, 0.22);
}

body.cc-contact-design #kontakt-formular form:has(input[name="form_key"][value="free_mockup_brief"]) label:has(
	:is([name="interest"], [name="customer_phone"])
) {
	display: none !important;
}

body.cc-contact-design :is(a, button, input, select, textarea):focus-visible {
	outline: 3px solid #9ad5ff;
	outline-offset: 3px;
}

body.cc-contact-design .cc-mm-modal__trust > span:first-child {
	background: linear-gradient(135deg, #77c9ff, #387cf4) !important;
}

body.cc-contact-design .cc-mm-modal__body :is(button[type="submit"], input[type="submit"]) {
	color: #ffffff;
	background: linear-gradient(135deg, #257cff, #1255c7);
}

body.cc-contact-design .cc-mm-modal__success-ic {
	color: #0b4ca8;
	background: #dceeff;
}

body.cc-contact-design :is(.cc-mm-rail__call, .cc-mm-rail__wa) {
	color: #ffffff;
	background: linear-gradient(135deg, #287dff, #1460d6);
}

body.cc-contact-design .cc-mm-packs a small {
	color: #6fbeff;
}

body.cc-contact-design :is(.cc-button:hover, .cc-button:focus-visible) {
	filter: brightness(1.08);
	transform: translateY(-2px);
}

body.cc-contact-design .cc-motion-hero::after {
	position: absolute;
	inset: 0 auto 0 -18%;
	z-index: 1;
	width: 18%;
	pointer-events: none;
	background: linear-gradient(90deg, transparent, rgba(115, 194, 255, 0.19), transparent);
	content: "";
	opacity: 0;
	transform: translate3d(0, 0, 0) skewX(-10deg);
	animation: ccHomeSignalScan 980ms cubic-bezier(.2, .7, .2, 1) 180ms backwards;
}

body.cc-contact-design .cc-motion-hero .cc-landing-hero__copy > .cc-kicker {
	display: flex;
	align-items: center;
	gap: 10px;
}

body.cc-contact-design .cc-motion-hero .cc-landing-hero__copy > .cc-kicker::before {
	width: 34px;
	height: 2px;
	flex: 0 0 auto;
	background: currentColor;
	content: "";
	transform-origin: left center;
	animation: ccHomeKickerLine 620ms cubic-bezier(.2, .7, .2, 1) 120ms backwards;
}

body.cc-contact-design .cc-motion-hero .cc-landing-hero__copy > .cc-actions .cc-button:first-child {
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

body.cc-contact-design .cc-motion-hero .cc-landing-hero__copy > .cc-actions .cc-button:first-child::after {
	position: absolute;
	inset: 0 auto 0 -42%;
	width: 34%;
	pointer-events: none;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
	content: "";
	opacity: 0;
	transform: translate3d(0, 0, 0) skewX(-18deg);
	animation: ccHomeButtonSweep 820ms ease-out 920ms backwards;
}

body.cc-contact-design .cc-motion-signature {
	animation: ccHomeShowcaseEnter 720ms cubic-bezier(.2, .7, .2, 1) 140ms backwards;
}

/* Pricing: a navigable blue catalogue instead of one long static wall.
 * Category motion reuses the shared one-observer budget and never touches H1. */
body.cc-pricing-design {
	--cc-green: #5db4ff;
	--cc-cyan: #86d1ff;
}

body.cc-pricing-design .cc-brand__mark {
	background: linear-gradient(145deg, rgba(71, 146, 255, 0.3), rgba(119, 201, 255, 0.12));
	border-color: rgba(119, 201, 255, 0.42);
}

body.cc-pricing-design .cc-landing-hero--pricing {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	background:
		radial-gradient(circle at 84% 12%, rgba(49, 141, 255, 0.32), transparent 31%),
		radial-gradient(circle at 12% 82%, rgba(53, 111, 214, 0.19), transparent 36%),
		linear-gradient(145deg, #071a34, #050b17 68%);
}

body.cc-pricing-design .cc-landing-hero--pricing > .cc-container {
	position: relative;
	z-index: 2;
}

body.cc-pricing-design :is(.cc-kicker, .cc-text-link, .cc-soft-link) {
	color: #5db4ff;
}

body.cc-pricing-design :is(.cc-button, .cc-navcta__primary) {
	color: #ffffff;
	background: linear-gradient(135deg, #257cff, #1255c7);
	border-color: rgba(164, 213, 255, 0.36);
	box-shadow: 0 16px 38px rgba(22, 101, 222, 0.25);
}

body.cc-pricing-design .cc-button--ghost {
	color: #eaf5ff;
	background: rgba(255, 255, 255, 0.065);
	border-color: rgba(150, 204, 255, 0.27);
	box-shadow: none;
}

html body.cottoncloud-site.cc-pricing-design .cc-header__offer {
	color: #ffffff;
	background: linear-gradient(135deg, #257cff, #1255c7);
	border: 1px solid rgba(164, 213, 255, 0.36);
	box-shadow: 0 16px 38px rgba(22, 101, 222, 0.25);
}

body.cc-pricing-design :is(.cc-header__tel:hover, .cc-navcta__wa) {
	color: #6fbeff;
}

body.cc-pricing-design .cc-navcta__wa {
	background: rgba(40, 125, 255, 0.16);
	border-color: rgba(113, 190, 255, 0.42);
}

body.cc-pricing-design :is(
	.cc-mm-rail__call,
	.cc-mm-rail__wa,
	.cc-convbar__offer,
	.cc-convbar__wa
) {
	color: #ffffff;
	background: linear-gradient(135deg, #287dff, #1460d6);
}

body.cc-pricing-design .cc-convbar__call {
	color: #ffffff;
	background: rgba(8, 31, 68, 0.94);
	border-color: rgba(131, 194, 255, 0.32);
}

body.cc-pricing-design :is(
	.cc-convbar,
	.cc-mm-rail,
	[data-cc-quick-contact],
	.cc-quick-contact,
	.cc-checkout-quickrail
) {
	display: none !important;
}

body.cc-pricing-design :is(.custom-mail-ai-live-toggle-dot, .custom-mail-ai-live-sound[aria-pressed="true"]) {
	background: #50aaff;
}

body.cc-pricing-design .cc-landing-panel {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(145deg, rgba(38, 117, 231, 0.19), rgba(255, 255, 255, 0.045)),
		rgba(6, 20, 43, 0.82);
	border-color: rgba(126, 193, 255, 0.3);
}

body.cc-pricing-design .cc-landing-panel ul {
	counter-reset: cc-pricing-brief;
}

body.cc-pricing-design .cc-landing-panel li {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 11px;
	align-items: start;
	padding-left: 0;
	counter-increment: cc-pricing-brief;
}

body.cc-pricing-design .cc-landing-panel li::before {
	position: static;
	display: grid;
	place-items: center;
	width: 34px;
	aspect-ratio: 1;
	color: #cbeaff;
	font-size: 0.72rem;
	font-weight: 900;
	content: counter(cc-pricing-brief, decimal-leading-zero);
	background: rgba(72, 157, 255, 0.16);
	border: 1px solid rgba(126, 193, 255, 0.32);
	border-radius: 10px;
}

body.cc-pricing-design .cc-hero-note {
	padding: 12px 14px;
	color: #c9ddf3;
	background: rgba(42, 124, 239, 0.1);
	border: 1px solid rgba(117, 190, 255, 0.22);
	border-radius: 14px;
}

body.cc-pricing-design .cc-pricing-jump {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 0 0 24px;
}

body.cc-pricing-design .cc-pricing-jump a {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	min-width: 0;
	min-height: 62px;
	padding: 11px 13px;
	color: #eaf5ff;
	background:
		linear-gradient(145deg, rgba(42, 124, 239, 0.13), rgba(255, 255, 255, 0.035)),
		var(--cc-panel);
	border: 1px solid rgba(126, 193, 255, 0.23);
	border-radius: 15px;
	transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

body.cc-pricing-design .cc-pricing-jump a span {
	display: grid;
	place-items: center;
	width: 34px;
	aspect-ratio: 1;
	color: #9dd6ff;
	font-size: 0.72rem;
	font-weight: 950;
	background: rgba(71, 147, 255, 0.13);
	border: 1px solid rgba(126, 193, 255, 0.24);
	border-radius: 10px;
}

body.cc-pricing-design .cc-pricing-jump a strong {
	min-width: 0;
	font-size: 0.88rem;
	line-height: 1.2;
}

body.cc-pricing-design .cc-pricing-jump a:hover,
body.cc-pricing-design .cc-pricing-jump a:focus-visible {
	background-color: rgba(44, 124, 237, 0.12);
	border-color: rgba(126, 193, 255, 0.48);
	transform: translateY(-2px);
}

body.cc-pricing-design .cc-pricing-section-list {
	counter-reset: cc-pricing-category;
}

body.cc-pricing-design .cc-pricing-category {
	position: relative;
	overflow: hidden;
	counter-increment: cc-pricing-category;
	background:
		linear-gradient(145deg, rgba(38, 117, 231, 0.09), rgba(255, 255, 255, 0.025)),
		var(--cc-panel);
	border-color: rgba(126, 193, 255, 0.22);
}

body.cc-pricing-design .cc-pricing-category::before {
	position: absolute;
	top: 15px;
	right: 22px;
	color: rgba(110, 187, 255, 0.1);
	font-size: clamp(3rem, 7vw, 5.6rem);
	font-weight: 950;
	line-height: 1;
	content: counter(cc-pricing-category, decimal-leading-zero);
	pointer-events: none;
}

body.cc-pricing-design .cc-pricing-category__head {
	position: relative;
	z-index: 1;
	padding-right: clamp(54px, 9vw, 112px);
}

body.cc-pricing-design .cc-offer-card {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	background:
		linear-gradient(145deg, rgba(40, 111, 215, 0.06), rgba(255, 255, 255, 0.022)),
		var(--cc-panel);
	border-color: rgba(126, 193, 255, 0.18);
	transition: transform 190ms ease, border-color 190ms ease, box-shadow 190ms ease;
}

body.cc-pricing-design .cc-offer-card:hover {
	border-color: rgba(126, 193, 255, 0.4);
	box-shadow: 0 20px 48px rgba(5, 18, 43, 0.27);
	transform: translateY(-3px);
}

body.cc-pricing-design .cc-offer-card.is-featured {
	background:
		linear-gradient(145deg, rgba(38, 117, 231, 0.2), rgba(74, 177, 255, 0.07)),
		var(--cc-panel-strong);
	border-color: rgba(104, 180, 255, 0.42);
}

body.cc-pricing-design .cc-offer-card__badge {
	color: #ffffff;
	background: linear-gradient(135deg, #2f89ff, #165ecf);
}

body.cc-pricing-design .cc-offer-card .cc-text-link {
	width: fit-content;
	margin-top: auto;
	padding-top: 8px;
}

@media (min-width: 1200px) {
	body.cc-pricing-design #hosting-a-domena .cc-offer-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

body.cc-pricing-design .cc-pricing-callout {
	background:
		linear-gradient(135deg, rgba(38, 117, 231, 0.18), rgba(82, 190, 255, 0.07)),
		var(--cc-panel-strong);
	border-color: rgba(104, 180, 255, 0.34);
}

body.cc-pricing-design :is(.cc-module-card, #kontakt-formular) {
	border-color: rgba(126, 193, 255, 0.24);
	background:
		linear-gradient(145deg, rgba(38, 117, 231, 0.1), rgba(255, 255, 255, 0.035)),
		var(--cc-panel);
}

body.cc-pricing-design :is(a, button, input, select, textarea):focus-visible {
	outline: 3px solid #9ad5ff;
	outline-offset: 3px;
}

body.cc-pricing-design .cc-mm-modal__trust > span:first-child {
	background: linear-gradient(135deg, #77c9ff, #387cf4) !important;
}

body.cc-pricing-design .cc-mm-modal__body :is(button[type="submit"], input[type="submit"]) {
	color: #ffffff;
	background: linear-gradient(135deg, #257cff, #1255c7);
}

body.cc-pricing-design .cc-mm-modal__success-ic {
	color: #0b4ca8;
	background: #dceeff;
}

body.cc-pricing-design .cc-mm-packs a small {
	color: #6fbeff;
}

body.cc-pricing-design :is(.cc-button:hover, .cc-button:focus-visible) {
	filter: brightness(1.08);
	transform: translateY(-2px);
}

body.cc-pricing-design .cc-motion-hero::after {
	position: absolute;
	inset: 0 auto 0 -18%;
	z-index: 1;
	width: 18%;
	pointer-events: none;
	background: linear-gradient(90deg, transparent, rgba(115, 194, 255, 0.19), transparent);
	content: "";
	opacity: 0;
	transform: translate3d(0, 0, 0) skewX(-10deg);
	animation: ccHomeSignalScan 980ms cubic-bezier(.2, .7, .2, 1) 180ms backwards;
}

body.cc-pricing-design .cc-motion-hero .cc-landing-hero__copy > .cc-kicker {
	display: flex;
	align-items: center;
	gap: 10px;
}

body.cc-pricing-design .cc-motion-hero .cc-landing-hero__copy > .cc-kicker::before {
	width: 34px;
	height: 2px;
	flex: 0 0 auto;
	background: currentColor;
	content: "";
	transform-origin: left center;
	animation: ccHomeKickerLine 620ms cubic-bezier(.2, .7, .2, 1) 120ms backwards;
}

body.cc-pricing-design .cc-motion-hero .cc-landing-hero__copy > .cc-actions .cc-button:first-child {
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

body.cc-pricing-design .cc-motion-hero .cc-landing-hero__copy > .cc-actions .cc-button:first-child::after {
	position: absolute;
	inset: 0 auto 0 -42%;
	width: 34%;
	pointer-events: none;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
	content: "";
	opacity: 0;
	transform: translate3d(0, 0, 0) skewX(-18deg);
	animation: ccHomeButtonSweep 820ms ease-out 920ms backwards;
}

body.cc-pricing-design .cc-motion-signature {
	animation: ccHomeShowcaseEnter 720ms cubic-bezier(.2, .7, .2, 1) 140ms backwards;
}

@media (max-width: 900px) {
	body.cc-home-design .cc-home-orb {
		top: 112px;
		right: -16px;
		z-index: 0;
		width: 68px;
		opacity: 0.62;
	}

	body.cc-home-design .cc-home-hero .cc-studio-hero__grid,
	body.cc-home-design .cc-home-demo__feature {
		grid-template-columns: 1fr;
	}

	body.cc-home-design .cc-home-hero .cc-studio-hero__grid {
		width: min(100% - 32px, 760px);
	}

	body.cc-home-design .cc-home-showcase {
		width: min(100%, 680px);
	}

	body.cc-home-design .cc-home-demo__feature {
		gap: 42px;
	}

	body.cc-home-design .cc-home-demo__copy {
		max-width: 680px;
	}

	body.cc-home-design .cc-home-solution-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.cc-home-design .cc-home-solution-card {
		grid-template-columns: 1fr;
	}

	body.cc-home-design .cc-home-solution-card > p,
	body.cc-home-design .cc-home-solution-card > .cc-text-link {
		grid-column: 1;
	}

	body.cc-home-design .cc-home-final .cc-conversion-band {
		grid-template-columns: 1fr;
	}

	body.cc-home-design .cc-home-final .cc-actions {
		min-width: 0;
		max-width: 420px;
		justify-self: start;
	}
}

@media (max-width: 640px) {
	body.cc-home-design .cc-promo-bar__link {
		min-height: 44px;
	}

	body.cc-home-design .cc-home-hero {
		min-height: 0;
		padding-block: 40px 48px;
	}

	body.cc-home-design .cc-home-hero::before {
		background-size: 44px 44px;
		mask-image: linear-gradient(180deg, transparent, #000 24%, transparent);
	}

	body.cc-home-design .cc-home-hero .cc-studio-hero__grid {
		width: min(100% - 24px, 560px);
		gap: 34px;
	}

	body.cc-home-design .cc-home-hero .cc-hero__content {
		gap: 17px;
	}

	body.cc-home-design .cc-home-hero h1 {
		max-width: 10.5ch;
		font-size: clamp(2.72rem, 13vw, 3.55rem);
		line-height: 0.93;
	}

	body.cc-home-design .cc-home-hero__lead {
		font-size: 1rem !important;
		line-height: 1.58;
	}

	body.cc-home-design .cc-home-proof {
		width: 100%;
	}

	body.cc-home-design .cc-home-proof div {
		padding: 12px;
	}

	body.cc-home-design .cc-home-showcase {
		padding: 8px 8px 15px;
		border-radius: 22px;
	}

	body.cc-home-design .cc-home-showcase__link > picture:first-child {
		aspect-ratio: 4 / 3;
		border-radius: 16px;
	}

	body.cc-home-design .cc-home-showcase__desktop {
		object-position: top center;
	}

	body.cc-home-design .cc-home-showcase__phone {
		display: none;
	}

	body.cc-home-design .cc-home-showcase__caption {
		max-width: 100%;
		padding: 12px 5px 0;
	}

	body.cc-home-design .cc-home-portfolio .cc-section__head,
	body.cc-home-design .cc-home-demo-library .cc-section__head,
	body.cc-home-design .cc-home-solutions .cc-section__head {
		margin-bottom: 26px;
	}

	body.cc-home-design :is(
		.cc-home-portfolio,
		.cc-home-demo,
		.cc-home-solutions,
		.cc-home-method,
		.cc-home-process,
		.cc-home-seo-test,
		.cc-home-final
	) {
		padding-block: 64px;
	}

	body.cc-home-design :is(
		.cc-home-portfolio,
		.cc-home-demo-library,
		.cc-home-solutions,
		.cc-home-method,
		.cc-home-process,
		.cc-home-seo-test
	) h2 {
		max-width: none;
		font-size: clamp(2.25rem, 11vw, 3.1rem);
		line-height: 0.98;
	}

	body.cc-home-design .cc-home-portfolio .cc-portfolio-grid {
		grid-template-columns: 1fr;
	}

	body.cc-home-design .cc-home-demo__feature {
		gap: 34px;
	}

	body.cc-home-design .cc-home-browser__bar {
		padding: 10px;
	}

	body.cc-home-design .cc-home-browser__url {
		text-align: left;
	}

	body.cc-home-design .cc-home-browser__live {
		display: none;
	}

	body.cc-home-design .cc-home-browser__open {
		right: 9px;
		bottom: 9px;
		padding: 8px 10px;
	}

	body.cc-home-design .cc-home-demo-library {
		padding-top: 70px;
	}

	body.cc-home-design .cc-home-demo-grid {
		display: flex;
		gap: 12px;
		margin-right: -12px;
		padding: 2px 12px 18px 0;
		overflow-x: auto;
		scroll-padding-inline: 0 12px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	body.cc-home-design .cc-home-demo-grid::-webkit-scrollbar {
		display: none;
	}

	body.cc-home-design .cc-home-demo-card {
		flex: 0 0 min(86vw, 330px);
		scroll-snap-align: start;
	}

	body.cc-home-design .cc-home-demo-card > a {
		min-height: 250px;
		padding: 22px;
	}

	body.cc-home-design .cc-home-demo-card h3 {
		font-size: 2.55rem;
	}

	body.cc-home-design .cc-home-solution-grid {
		grid-template-columns: 1fr;
	}

	body.cc-home-design .cc-home-solution-card {
		gap: 12px;
		padding: 22px;
	}

	body.cc-home-design .cc-home-custom-strip {
		align-items: stretch;
		flex-direction: column;
	}

	body.cc-home-design .cc-home-custom-strip .cc-button {
		width: 100%;
	}

	body.cc-home-design .cc-home-solution-links {
		justify-content: flex-start;
	}

	body.cc-home-design .cc-home-method .cc-before-after {
		grid-template-columns: 1fr;
	}

	body.cc-home-design .cc-home-process .cc-steps li {
		padding: 18px 16px 18px 60px;
	}

	body.cc-home-design .cc-home-process .cc-steps li::before {
		top: 16px;
		left: 15px;
	}

	body.cc-home-design .cc-home-seo-test {
		padding-inline: 12px;
	}

	body.cc-home-design .cc-home-seo-test .cc-container {
		width: min(100%, 560px);
		padding: 22px 16px;
		border-radius: 22px;
	}

	body.cc-home-design .cc-home-seo-form {
		flex-direction: column;
	}

	body.cc-home-design .cc-home-seo-form input {
		flex-basis: auto;
		width: 100%;
	}

	body.cc-home-design .cc-home-seo-form .cc-button {
		width: 100%;
	}

	body.cc-home-design .cc-home-final .cc-conversion-band {
		padding: 26px 20px;
		border-radius: 22px;
	}

	body.cc-home-design .cc-home-final .cc-conversion-band h2 {
		max-width: none;
		font-size: clamp(2.15rem, 10vw, 2.9rem);
	}
}

@media (max-width: 760px) {
	body.cc-pricing-design .cc-pricing-jump {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.cc-pricing-design .cc-pricing-category::before {
		top: 14px;
		right: 16px;
		font-size: 3.2rem;
	}

	body.cc-pricing-design .cc-pricing-category__head {
		padding-right: 48px;
	}
}

@media (max-width: 360px) {
	body.cc-pricing-design .cc-pricing-jump {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.cc-pricing-design .cc-motion-hero::after,
	body.cc-pricing-design .cc-motion-hero .cc-landing-hero__copy > .cc-kicker::before,
	body.cc-pricing-design .cc-motion-hero .cc-landing-hero__copy > .cc-actions .cc-button:first-child::after,
	body.cc-pricing-design .cc-motion-signature,
	body.cc-contact-design .cc-motion-hero::after,
	body.cc-contact-design .cc-motion-hero .cc-landing-hero__copy > .cc-kicker::before,
	body.cc-contact-design .cc-motion-hero .cc-landing-hero__copy > .cc-actions .cc-button:first-child::after,
	body.cc-contact-design .cc-motion-signature,
	body.cc-webdesign-design .cc-motion-hero::after,
	body.cc-webdesign-design .cc-motion-hero .cc-hero__content > .cc-kicker::before,
	body.cc-webdesign-design .cc-motion-hero .cc-hero__content > .cc-actions .cc-button:first-child::after,
	body.cc-webdesign-design .cc-motion-signature,
	body.cc-home-design .cc-home-hero::after,
	body.cc-home-design .cc-home-hero .cc-kicker::before,
	body.cc-home-design .cc-home-hero .cc-actions .cc-button:first-child::after,
	body.cc-home-design .cc-home-hero .cc-hero__content,
	body.cc-home-design .cc-home-showcase,
	body.cc-home-design .cc-home-showcase__phone,
	body.cc-home-design .cc-home-orb::before,
	body.cc-home-design .cc-home-orb::after,
	body.cc-home-design .cc-home-orb,
	body.cc-home-design .cc-home-reveal.is-visible {
		animation: none;
	}

	body.cc-home-design :is(
			.cc-button,
			.cc-home-showcase__desktop,
		.cc-portfolio-card,
		.cc-home-browser,
		.cc-home-demo-card > a,
			.cc-home-solution-card
		) {
			transition: none;
		}

	body.cc-pricing-design :is(.cc-button, .cc-pricing-jump a, .cc-offer-card) {
		transition: none;
	}
}


/* === Mobile Ads-landing fix (27.7.2026) ===
   Menší hero H1 na mobile, nech je primárne CTA viditeľné v prvom viewporte —
   predtým 6-riadkový H1 na /tvorba-webstranok/ tlačil CTA pod fold (53 % Ads klikov je mobil). */
@media (max-width: 640px) {
	.cc-hero--service h1 {
		font-size: clamp(1.9rem, 8.4vw, 2.4rem);
		line-height: 1.04;
	}

	.cc-hero--service .cc-hero__content {
		gap: 14px;
	}

	.cc-hero--service .cc-hero__content > p:not(.cc-kicker):not(.cc-hero-note):not(.cc-hero-microcopy) {
		font-size: 1rem;
	}
}


/* CTA karta v gride realizácií (27.7.2026) */
.cc-portfolio-card--cta{border:1px solid rgba(110,231,183,.5);background:linear-gradient(160deg,rgba(110,231,183,.10),rgba(71,215,255,.08))}
.cc-portfolio-card--cta .cc-portfolio-card__body span{color:#6ee7b7;font-weight:800;letter-spacing:.06em;text-transform:uppercase;font-size:.78rem}
.cc-portfolio-card--cta h3{font-size:1.25rem}

/* --------------------------------------------------------------------------
   Realizácie 2026 — approved blue / white / navy studio system.
   Route-scoped to keep product, checkout and account surfaces untouched.
   -------------------------------------------------------------------------- */

body.cc-realizacie-design {
	--cc-bg: #06101f;
	--cc-bg-soft: #0a172b;
	--cc-panel: #10213a;
	--cc-panel-strong: #15345f;
	--cc-text: #f7fbff;
	--cc-muted: #b9c9de;
	--cc-line: rgba(132, 190, 255, 0.2);
	--cc-cyan: #77c9ff;
	--cc-blue: #2878ff;
	--cc-green: #68baff;
	--cc-mint: #b9ddff;
	--cc-shadow: 0 28px 80px rgba(3, 16, 36, 0.22);
	--cc-radius: 20px;
	background: #06101f;
}

html:has(body.cc-realizacie-design) {
	scroll-behavior: auto;
}

body.cc-realizacie-design .cc-main {
	background: #06101f;
}

body.cc-realizacie-design .cc-header {
	background: rgba(5, 16, 34, 0.94);
	border-bottom-color: rgba(132, 190, 255, 0.16);
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
}

body.cc-realizacie-design .cc-brand__mark {
	background: linear-gradient(145deg, rgba(71, 146, 255, 0.3), rgba(119, 201, 255, 0.12));
	border-color: rgba(119, 201, 255, 0.42);
}

body.cc-realizacie-design .cc-promo-bar {
	color: #06162a;
	background: linear-gradient(90deg, #a9deff, #72c3ff 54%, #a9deff);
}

body.cc-realizacie-design :is(.cc-kicker, .cc-text-link, .cc-soft-link) {
	color: #5db4ff;
}

body.cc-realizacie-design :is(
	.cc-button,
	.cc-navcta__primary,
	.cc-mm-modal__body button[type="submit"],
	.cc-mm-modal__body input[type="submit"]
) {
	color: #ffffff;
	background: linear-gradient(135deg, #257cff, #1255c7);
	border-color: rgba(164, 213, 255, 0.36);
	border-radius: 14px;
	box-shadow: 0 16px 38px rgba(22, 101, 222, 0.24);
}

html body.cottoncloud-site.cc-realizacie-design .cc-header__offer {
	color: #ffffff;
	background: linear-gradient(135deg, #257cff, #1255c7);
	border: 1px solid rgba(164, 213, 255, 0.36);
	box-shadow: 0 16px 38px rgba(22, 101, 222, 0.24);
}

body.cc-realizacie-design .cc-button--ghost {
	color: #eaf5ff;
	background: rgba(255, 255, 255, 0.065);
	border-color: rgba(150, 204, 255, 0.27);
	box-shadow: none;
}

body.cc-realizacie-design :is(.cc-button:hover, .cc-button:focus-visible) {
	filter: brightness(1.08);
	transform: translateY(-2px);
}

body.cc-realizacie-design :is(.cc-header__tel:hover, .cc-navcta__wa) {
	color: #6fbeff;
}

body.cc-realizacie-design .cc-navcta__wa {
	background: rgba(40, 125, 255, 0.16);
	border-color: rgba(113, 190, 255, 0.42);
}

body.cc-realizacie-design :is(
	.cc-mm-rail__call,
	.cc-mm-rail__wa,
	.cc-convbar__offer,
	.cc-convbar__wa
) {
	color: #ffffff;
	background: linear-gradient(135deg, #287dff, #1460d6);
}

body.cc-realizacie-design .cc-convbar__call {
	color: #ffffff;
	background: rgba(8, 31, 68, 0.94);
	border-color: rgba(131, 194, 255, 0.32);
}

body.cc-realizacie-design :is(
	.custom-mail-ai-live-toggle-dot,
	.custom-mail-ai-live-sound[aria-pressed="true"]
) {
	background: #50aaff;
	border-color: #50aaff;
	box-shadow: 0 0 0 5px rgba(80, 170, 255, 0.2);
}

body.cc-realizacie-design :is(a, button, input):focus-visible {
	outline: 3px solid rgba(113, 190, 255, 0.78);
	outline-offset: 3px;
}

body.cc-realizacie-design .cc-realizacie-hero {
	position: relative;
	min-height: min(760px, calc(100svh - var(--cc-header-height)));
	overflow: clip;
	background:
		radial-gradient(circle at 86% 14%, rgba(54, 143, 255, 0.34), transparent 29%),
		radial-gradient(circle at 52% 104%, rgba(87, 182, 255, 0.16), transparent 38%),
		linear-gradient(135deg, #06101f 0%, #0a1e3b 56%, #07152a 100%);
	isolation: isolate;
}

body.cc-realizacie-design .cc-realizacie-hero::after {
	position: absolute;
	inset: 0 auto 0 -18%;
	z-index: 1;
	width: 18%;
	pointer-events: none;
	background: linear-gradient(90deg, transparent, rgba(115, 194, 255, 0.18), transparent);
	content: "";
	opacity: 0;
	transform: translate3d(0, 0, 0) skewX(-10deg);
	animation: ccHomeSignalScan 980ms cubic-bezier(.2, .7, .2, 1) 180ms backwards;
}

body.cc-realizacie-design .cc-realizacie-hero .cc-studio-hero__grid {
	position: relative;
	z-index: 2;
	width: min(100% - 48px, 1260px);
	grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.97fr);
	gap: clamp(38px, 5vw, 78px);
}

body.cc-realizacie-design .cc-realizacie-hero .cc-hero__content {
	gap: 20px;
}

body.cc-realizacie-design .cc-realizacie-hero h1 {
	max-width: 12ch;
	color: #ffffff;
	font-size: clamp(3.1rem, 4.8vw, 5.15rem);
	font-weight: 900;
	letter-spacing: -0.052em;
	line-height: 0.95;
	text-wrap: balance;
}

body.cc-realizacie-design .cc-realizacie-hero .cc-hero__content > p:not(.cc-kicker):not(.cc-hero-microcopy) {
	max-width: 39rem;
	color: #c8d7e9;
	font-size: clamp(1.02rem, 1.25vw, 1.16rem);
	line-height: 1.68;
}

body.cc-realizacie-design .cc-realizacie-hero .cc-kicker {
	display: flex;
	gap: 10px;
	align-items: center;
}

body.cc-realizacie-design .cc-realizacie-hero .cc-kicker::before {
	width: 34px;
	height: 2px;
	flex: 0 0 auto;
	background: currentColor;
	content: "";
	transform-origin: left center;
	animation: ccHomeKickerLine 620ms cubic-bezier(.2, .7, .2, 1) 120ms backwards;
}

body.cc-realizacie-design .cc-realizacie-hero .cc-actions .cc-button:first-child {
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

body.cc-realizacie-design .cc-realizacie-hero .cc-actions .cc-button:first-child::after {
	position: absolute;
	inset: 0 auto 0 -42%;
	width: 34%;
	pointer-events: none;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
	content: "";
	opacity: 0;
	transform: translate3d(0, 0, 0) skewX(-18deg);
	animation: ccHomeButtonSweep 820ms ease-out 920ms backwards;
}

body.cc-realizacie-design .cc-route-orb {
	position: absolute;
	top: 3%;
	right: -4%;
	z-index: 0;
	width: clamp(230px, 26vw, 430px);
	aspect-ratio: 1;
	pointer-events: none;
	opacity: 0.76;
	background:
		radial-gradient(circle at 34% 30%, rgba(255, 255, 255, 0.72), transparent 7%),
		radial-gradient(circle at 38% 36%, rgba(118, 196, 255, 0.64), transparent 20%),
		radial-gradient(circle at 58% 62%, rgba(28, 109, 255, 0.74), transparent 48%),
		radial-gradient(circle at 50% 50%, rgba(8, 33, 78, 0.26), rgba(2, 12, 31, 0.08) 69%);
	border: 1px solid rgba(145, 207, 255, 0.26);
	border-radius: 50%;
	box-shadow:
		inset 20px 10px 54px rgba(151, 213, 255, 0.18),
		0 0 72px rgba(47, 126, 255, 0.2);
}

body.cc-realizacie-design .cc-route-orb::before,
body.cc-realizacie-design .cc-route-orb::after {
	position: absolute;
	inset: 11%;
	border: 1px solid rgba(164, 218, 255, 0.34);
	border-radius: 50%;
	content: "";
	transform: rotate(24deg);
}

body.cc-realizacie-design .cc-route-orb::after {
	inset: 23%;
	border-color: rgba(137, 194, 255, 0.2);
	transform: rotate(-18deg);
}

body.cc-realizacie-design .cc-realizacie-showcase {
	position: relative;
	min-width: 0;
	padding: 10px 10px 34px;
	background: linear-gradient(160deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.045));
	border: 1px solid rgba(153, 205, 255, 0.26);
	border-radius: 28px;
	box-shadow: 0 34px 90px rgba(0, 8, 24, 0.48);
	animation: ccHomeShowcaseEnter 720ms cubic-bezier(.2, .7, .2, 1) 140ms backwards;
}

body.cc-realizacie-design .cc-realizacie-showcase__desktop {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	object-position: top center;
	border: 1px solid rgba(154, 207, 255, 0.24);
	border-radius: 20px;
	box-shadow: 0 24px 62px rgba(0, 8, 24, 0.46);
}

body.cc-realizacie-design .cc-realizacie-showcase__phone {
	position: absolute;
	right: -13px;
	bottom: -18px;
	width: clamp(118px, 10vw, 156px);
	border: 3px solid #143768;
	border-radius: 22px;
	box-shadow: 0 24px 50px rgba(0, 8, 24, 0.56);
	animation: ccHomePhoneFloat 8s ease-in-out infinite;
}

body.cc-realizacie-design .cc-realizacie-showcase__caption {
	max-width: calc(100% - 155px);
	margin: 12px 0 0;
	padding-inline: 5px;
	color: #dcecff;
	font-weight: 850;
}

body.cc-realizacie-design .cc-section {
	border-color: rgba(132, 190, 255, 0.14);
}

body.cc-realizacie-design :is(
	.cc-realizacie-index,
	.cc-realizacie-demo,
	.cc-realizacie-process,
	.cc-realizacie-final
) {
	--cc-text: #0a1d35;
	--cc-muted: #526a83;
	--cc-line: rgba(22, 92, 174, 0.17);
	color: var(--cc-text);
	background:
		radial-gradient(circle at 100% 0, rgba(104, 186, 255, 0.16), transparent 31%),
		#f4f9ff;
}

body.cc-realizacie-design :is(
	.cc-realizacie-index,
	.cc-realizacie-demo,
	.cc-realizacie-process,
	.cc-realizacie-final
) :is(h2, h3, strong) {
	color: #0a1d35;
}

body.cc-realizacie-design :is(
	.cc-realizacie-index,
	.cc-realizacie-demo,
	.cc-realizacie-process,
	.cc-realizacie-final
) .cc-button--ghost {
	color: #1456a5;
	background: rgba(33, 112, 219, 0.06);
	border-color: rgba(33, 112, 219, 0.24);
}

body.cc-realizacie-design .cc-realizacie-filters {
	gap: 9px;
	margin-bottom: 26px;
}

body.cc-realizacie-design .cc-realizacie-filters .cc-button {
	min-height: 44px;
	padding: 9px 14px;
}

body.cc-realizacie-design .cc-realizacie-index .cc-portfolio-card {
	background: rgba(255, 255, 255, 0.92);
	border-color: rgba(25, 101, 194, 0.18);
	box-shadow: 0 22px 58px rgba(20, 71, 132, 0.11);
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

body.cc-realizacie-design .cc-realizacie-index .cc-portfolio-card[hidden] {
	display: none !important;
}

body.cc-realizacie-design .cc-realizacie-index .cc-portfolio-card:hover {
	border-color: rgba(38, 120, 226, 0.36);
	box-shadow: 0 28px 66px rgba(20, 71, 132, 0.16);
	transform: translateY(-4px);
}

body.cc-realizacie-design .cc-realizacie-index .cc-portfolio-card__body > span {
	color: #2678d9;
}

body.cc-realizacie-design .cc-realizacie-index .cc-portfolio-card__body :is(h3, p) {
	color: #0a1d35;
}

body.cc-realizacie-design .cc-realizacie-index .cc-portfolio-card__body p {
	color: #526a83;
}

body.cc-realizacie-design .cc-realizacie-index .cc-portfolio-card--cta {
	background:
		radial-gradient(circle at 92% 8%, rgba(132, 205, 255, 0.26), transparent 34%),
		linear-gradient(145deg, #0a2851, #0d4a91);
	border-color: rgba(106, 188, 255, 0.44);
}

body.cc-realizacie-design .cc-realizacie-index .cc-portfolio-card--cta .cc-portfolio-card__body :is(h3, p) {
	color: #ffffff;
}

body.cc-realizacie-design .cc-realizacie-index .cc-portfolio-card--cta .cc-portfolio-card__body > span {
	color: #8bd2ff;
}

body.cc-realizacie-design .cc-realizacie-privacy-note {
	margin-top: 26px;
}

body.cc-realizacie-design .cc-realizacie-sector-links {
	margin-top: 14px;
}

body.cc-realizacie-design .cc-realizacie-details,
body.cc-realizacie-design #rychlost-webov,
body.cc-realizacie-design .cc-realizacie-stack {
	color: #f7fbff;
	background:
		radial-gradient(circle at 88% 4%, rgba(53, 137, 255, 0.14), transparent 28%),
		#071427;
}

body.cc-realizacie-design .cc-realizacie-details .cc-project-detail {
	background:
		linear-gradient(150deg, rgba(53, 133, 242, 0.11), rgba(255, 255, 255, 0.025)),
		#0d1d34;
	border-color: rgba(126, 193, 255, 0.22);
	box-shadow: 0 26px 74px rgba(0, 8, 24, 0.3);
}

body.cc-realizacie-design .cc-realizacie-details :is(
	.cc-project-detail__grid > div,
	.cc-project-why-good,
	.cc-project-before-after article,
	.cc-project-impact-card
) {
	background: rgba(4, 18, 40, 0.58);
	border-color: rgba(126, 193, 255, 0.18);
}

body.cc-realizacie-design .cc-realizacie-details .cc-project-why-good {
	background:
		linear-gradient(135deg, rgba(45, 128, 246, 0.2), rgba(99, 193, 255, 0.08)),
		rgba(4, 18, 40, 0.7);
}

body.cc-realizacie-design .cc-realizacie-demo .cc-split {
	align-items: center;
}

body.cc-realizacie-design .cc-realizacie-demo__note {
	margin-top: 12px;
}

body.cc-realizacie-design .cc-realizacie-browser {
	position: relative;
	display: block;
	overflow: hidden;
	background: #08152a;
	border: 1px solid rgba(55, 133, 224, 0.24);
	border-radius: 22px;
	box-shadow: 0 28px 70px rgba(20, 71, 132, 0.2);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

body.cc-realizacie-design .cc-realizacie-browser:hover,
body.cc-realizacie-design .cc-realizacie-browser:focus-visible {
	box-shadow: 0 34px 82px rgba(20, 71, 132, 0.28);
	transform: translateY(-4px);
}

body.cc-realizacie-design .cc-realizacie-browser__bar {
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 11px 14px;
	background: rgba(7, 18, 37, 0.96);
	border-bottom: 1px solid rgba(148, 204, 255, 0.16);
}

body.cc-realizacie-design .cc-realizacie-browser__dots {
	display: inline-flex;
	flex: none;
	gap: 6px;
}

body.cc-realizacie-design .cc-realizacie-browser__dots span {
	display: inline-block;
	width: 10px;
	aspect-ratio: 1;
	background: #5aaeff;
	border-radius: 50%;
}

body.cc-realizacie-design .cc-realizacie-browser__dots span:nth-child(2) {
	opacity: 0.72;
}

body.cc-realizacie-design .cc-realizacie-browser__dots span:nth-child(3) {
	opacity: 0.46;
}

body.cc-realizacie-design .cc-realizacie-browser__url {
	flex: 1;
	overflow: hidden;
	color: #a9bad0;
	font: 0.75rem ui-monospace, SFMono-Regular, Menlo, monospace;
	letter-spacing: 0.02em;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.cc-realizacie-design .cc-realizacie-browser__live {
	flex: none;
	color: #78c7ff;
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	white-space: nowrap;
}

body.cc-realizacie-design .cc-realizacie-browser__image {
	width: 100%;
	height: auto;
}

body.cc-realizacie-design .cc-realizacie-psi-card {
	display: grid;
	gap: 14px;
	background:
		linear-gradient(145deg, rgba(38, 117, 231, 0.1), rgba(255, 255, 255, 0.025)),
		#0d1d34;
	border-color: rgba(126, 193, 255, 0.2);
}

body.cc-realizacie-design .cc-realizacie-psi-card__image {
	width: 100%;
	height: auto;
	background: #ffffff;
	border: 1px solid rgba(126, 193, 255, 0.18);
	border-radius: 12px;
}

body.cc-realizacie-design .cc-realizacie-psi-card__mode {
	color: #68baff;
	font-size: 0.74rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.cc-realizacie-design .cc-realizacie-psi-card h3 {
	margin: 4px 0 0;
}

body.cc-realizacie-design .cc-realizacie-scores {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

body.cc-realizacie-design .cc-realizacie-score {
	display: grid;
	min-width: 64px;
	gap: 4px;
	justify-items: center;
}

body.cc-realizacie-design .cc-realizacie-score__value {
	display: inline-flex;
	width: 46px;
	aspect-ratio: 1;
	align-items: center;
	justify-content: center;
	color: #72cbff;
	font-size: 0.95rem;
	font-weight: 900;
	border: 3px solid #4ca9ff;
	border-radius: 50%;
}

body.cc-realizacie-design .cc-realizacie-score__value.is-good {
	color: #65d6a3;
	border-color: #39bf88;
}

body.cc-realizacie-design .cc-realizacie-score__value.is-warning {
	color: #ffc461;
	border-color: #eea933;
}

body.cc-realizacie-design .cc-realizacie-score__label {
	color: var(--cc-muted);
	font-size: 0.68rem;
	line-height: 1.2;
	text-align: center;
}

body.cc-realizacie-design .cc-realizacie-psi-card__note {
	margin: 0;
	color: var(--cc-muted);
	font-size: 0.9rem;
}

body.cc-realizacie-design .cc-realizacie-psi-note {
	margin-top: 18px;
}

body.cc-realizacie-design .cc-realizacie-psi-action {
	margin-top: 14px;
}

body.cc-realizacie-design :is(.cc-realizacie-process, .cc-realizacie-stack) h2 {
	max-width: 24ch;
}

body.cc-realizacie-design .cc-realizacie-section-lead {
	max-width: 62ch;
	color: var(--cc-muted);
}

body.cc-realizacie-design .cc-realizacie-process-grid,
body.cc-realizacie-design .cc-realizacie-stack-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 16px;
	padding: 0;
	margin: 26px 0 0;
	list-style: none;
}

body.cc-realizacie-design .cc-realizacie-process-grid li,
body.cc-realizacie-design .cc-realizacie-stack-grid article {
	min-width: 0;
	padding: 20px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(25, 101, 194, 0.17);
	border-radius: 18px;
	box-shadow: 0 18px 46px rgba(20, 71, 132, 0.09);
}

body.cc-realizacie-design .cc-realizacie-process-grid li > span {
	display: inline-grid;
	width: 38px;
	aspect-ratio: 1;
	margin-bottom: 12px;
	place-items: center;
	color: #ffffff;
	font-size: 0.78rem;
	font-weight: 900;
	background: linear-gradient(135deg, #2d86ff, #1457bd);
	border-radius: 11px;
	box-shadow: 0 10px 24px rgba(26, 102, 211, 0.24);
}

body.cc-realizacie-design :is(.cc-realizacie-process-grid, .cc-realizacie-stack-grid) h3 {
	margin: 0 0 7px;
	color: #0a1d35;
	font-size: 1.06rem;
	line-height: 1.25;
}

body.cc-realizacie-design :is(.cc-realizacie-process-grid, .cc-realizacie-stack-grid) p {
	margin: 0;
	color: #526a83;
	font-size: 0.92rem;
	line-height: 1.58;
}

body.cc-realizacie-design .cc-realizacie-stack-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.cc-realizacie-design .cc-realizacie-stack-grid article {
	background:
		linear-gradient(145deg, rgba(38, 117, 231, 0.12), rgba(255, 255, 255, 0.025)),
		#0d1d34;
	border-color: rgba(126, 193, 255, 0.2);
	box-shadow: 0 22px 58px rgba(0, 8, 24, 0.2);
}

body.cc-realizacie-design .cc-realizacie-stack-grid h3 {
	color: #ffffff;
}

body.cc-realizacie-design .cc-realizacie-stack-grid p {
	color: #b9c9de;
}

body.cc-realizacie-design .cc-realizacie-stack-grid .cc-realizacie-stack-grid__product {
	margin-bottom: 9px;
	color: #68baff;
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

body.cc-realizacie-design .cc-realizacie-stack__note {
	margin-top: 18px;
}

body.cc-realizacie-design .cc-realizacie-final .cc-conversion-band {
	color: #ffffff;
	background:
		radial-gradient(circle at 88% 10%, rgba(133, 208, 255, 0.27), transparent 34%),
		linear-gradient(135deg, #0a2851, #0d4e9b);
	border-color: rgba(77, 160, 255, 0.38);
	border-radius: 24px;
	box-shadow: 0 26px 72px rgba(20, 71, 132, 0.22);
}

body.cc-realizacie-design .cc-realizacie-final .cc-conversion-band :is(h2, .cc-kicker) {
	color: #ffffff;
}

@media (prefers-reduced-motion: no-preference) {
	body.cc-realizacie-design .cc-route-orb {
		animation: ccHomeOrbFloat 11s ease-in-out infinite;
		will-change: transform, opacity;
	}
}

@media (max-width: 1100px) {
	body.cc-realizacie-design .cc-realizacie-hero .cc-studio-hero__grid {
		width: min(100% - 36px, 980px);
		grid-template-columns: minmax(0, 1fr) minmax(350px, 0.82fr);
		gap: 32px;
	}

	body.cc-realizacie-design .cc-realizacie-stack-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	body.cc-realizacie-design .cc-realizacie-hero .cc-studio-hero__grid {
		width: min(100% - 32px, 760px);
		grid-template-columns: 1fr;
	}

	body.cc-realizacie-design .cc-realizacie-hero .cc-actions > .cc-button.cc-button--ghost {
		color: #dff1ff;
		background: rgba(255, 255, 255, 0.025);
		border-color: rgba(150, 204, 255, 0.68);
		box-shadow: inset 0 0 0 1px rgba(150, 204, 255, 0.08);
	}

	body.cc-realizacie-design .cc-route-orb {
		top: 7%;
		right: -15%;
		width: min(58vw, 360px);
		opacity: 0.52;
	}

	body.cc-realizacie-design .cc-realizacie-showcase {
		width: min(100%, 680px);
	}

	body.cc-realizacie-design .cc-realizacie-psi-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	body.cc-realizacie-design .cc-realizacie-stack-grid,
	body.cc-realizacie-design .cc-realizacie-psi-grid {
		grid-template-columns: 1fr;
	}

	body.cc-realizacie-design .cc-realizacie-filters {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.cc-realizacie-design .cc-realizacie-filters .cc-button {
		width: 100%;
	}
}

@media (max-width: 640px) {
	body.cc-realizacie-design .cc-realizacie-hero {
		min-height: 0;
		padding-block: 40px 48px;
	}

	body.cc-realizacie-design .cc-realizacie-hero .cc-studio-hero__grid {
		width: min(100% - 24px, 560px);
		gap: 34px;
	}

	body.cc-realizacie-design .cc-realizacie-hero h1 {
		max-width: 11ch;
		font-size: clamp(2.48rem, 11.8vw, 3.35rem);
		line-height: 0.96;
	}

	body.cc-realizacie-design .cc-realizacie-showcase {
		padding: 8px 8px 16px;
		border-radius: 22px;
	}

	body.cc-realizacie-design .cc-realizacie-showcase__desktop {
		aspect-ratio: 4 / 3;
		border-radius: 16px;
	}

	body.cc-realizacie-design .cc-realizacie-showcase__phone {
		display: none;
	}

	body.cc-realizacie-design .cc-realizacie-showcase__caption {
		max-width: none;
	}

	body.cc-realizacie-design .cc-route-orb {
		right: -32%;
		width: 78vw;
	}

	body.cc-realizacie-design .cc-realizacie-final .cc-conversion-band {
		padding: 26px 20px;
		border-radius: 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.cc-realizacie-design .cc-realizacie-hero::after,
	body.cc-realizacie-design .cc-realizacie-hero .cc-kicker::before,
	body.cc-realizacie-design .cc-realizacie-hero .cc-actions .cc-button:first-child::after,
	body.cc-realizacie-design .cc-realizacie-showcase,
	body.cc-realizacie-design .cc-realizacie-showcase__phone,
	body.cc-realizacie-design .cc-route-orb,
	body.cc-realizacie-design .cc-route-orb::before,
	body.cc-realizacie-design .cc-route-orb::after {
		animation: none;
	}

	body.cc-realizacie-design :is(
		.cc-button,
		.cc-portfolio-card,
		.cc-portfolio-card__media img,
		.cc-realizacie-browser
	) {
		transition: none;
	}
}

/* --------------------------------------------------------------------------
   SEO služby 2026 — approved blue / white / navy studio system.
   Route-scoped so the shared landing renderer can keep serving legacy routes.
   -------------------------------------------------------------------------- */

body.cc-seo-services-design {
	--cc-bg: #06101f;
	--cc-bg-soft: #0a172b;
	--cc-panel: #10213a;
	--cc-panel-strong: #15345f;
	--cc-text: #f7fbff;
	--cc-muted: #b9c9de;
	--cc-line: rgba(132, 190, 255, 0.2);
	--cc-cyan: #77c9ff;
	--cc-blue: #2878ff;
	--cc-green: #68baff;
	--cc-mint: #b9ddff;
	--cc-shadow: 0 28px 80px rgba(3, 16, 36, 0.22);
	--cc-radius: 20px;
	background: #06101f;
}

html:has(body.cc-seo-services-design) {
	scroll-behavior: auto;
}

body.cc-seo-services-design .cc-main {
	background: #06101f;
}

body.cc-seo-services-design .cc-header {
	background: rgba(5, 16, 34, 0.94);
	border-bottom-color: rgba(132, 190, 255, 0.16);
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
}

body.cc-seo-services-design .cc-brand__mark {
	background: linear-gradient(145deg, rgba(71, 146, 255, 0.3), rgba(119, 201, 255, 0.12));
	border-color: rgba(119, 201, 255, 0.42);
}

body.cc-seo-services-design .cc-promo-bar {
	color: #06162a;
	background: #9ed8ff;
}

body.cc-seo-services-design :is(.cc-kicker, .cc-text-link, .cc-soft-link) {
	color: #5db4ff;
}

body.cc-seo-services-design .cc-kicker {
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

body.cc-seo-services-design :is(
	.cc-button,
	.cc-navcta__primary,
	.cc-mm-modal__body button[type="submit"],
	.cc-mm-modal__body input[type="submit"]
) {
	color: #ffffff;
	background: #1f6ed8;
	border-color: rgba(164, 213, 255, 0.36);
	border-radius: 9px;
	box-shadow: 0 10px 26px rgba(22, 101, 222, 0.2);
}

html body.cottoncloud-site.cc-seo-services-design .cc-header__offer {
	color: #ffffff;
	background: #1f6ed8;
	border: 1px solid rgba(164, 213, 255, 0.36);
	border-radius: 8px;
	box-shadow: 0 8px 20px rgba(22, 101, 222, 0.18);
}

@media (min-width: 1361px) {
	html body.cottoncloud-site.cc-seo-services-design .cc-header a.cc-header__offer {
		display: inline-flex !important;
	}
}

body.cc-seo-services-design .cc-button--ghost {
	color: #eaf5ff;
	background: rgba(255, 255, 255, 0.065);
	border-color: rgba(150, 204, 255, 0.27);
	box-shadow: none;
}

body.cc-seo-services-design :is(.cc-button:hover, .cc-button:focus-visible) {
	filter: brightness(1.08);
	transform: translateY(-1px);
}

body.cc-seo-services-design :is(.cc-header__tel:hover, .cc-navcta__wa) {
	color: #6fbeff;
}

body.cc-seo-services-design .cc-navcta__wa {
	background: rgba(40, 125, 255, 0.16);
	border-color: rgba(113, 190, 255, 0.42);
}

body.cc-seo-services-design :is(
	.cc-mm-rail__call,
	.cc-mm-rail__wa,
	.cc-convbar__offer,
	.cc-convbar__wa
) {
	color: #ffffff;
	background: linear-gradient(135deg, #287dff, #1460d6);
}

body.cc-seo-services-design .cc-convbar__call {
	color: #ffffff;
	background: rgba(8, 31, 68, 0.94);
	border-color: rgba(131, 194, 255, 0.32);
}

body.cc-seo-services-design :is(
	.custom-mail-ai-live-toggle-dot,
	.custom-mail-ai-live-sound[aria-pressed="true"]
) {
	background: #50aaff;
	border-color: #50aaff;
	box-shadow: 0 0 0 5px rgba(80, 170, 255, 0.2);
}

body.cc-seo-services-design :is(a, button, input, select, textarea):focus-visible {
	outline: 3px solid rgba(113, 190, 255, 0.78);
	outline-offset: 3px;
}

body.cc-seo-services-design .cc-landing-hero--seo-services {
	position: relative;
	min-height: min(760px, calc(100svh - var(--cc-header-height)));
	overflow: clip;
	background:
		radial-gradient(circle at 88% 18%, rgba(54, 143, 255, 0.17), transparent 34%),
		linear-gradient(120deg, #06101f 0%, #0a1d38 62%, #07152a 100%);
	isolation: isolate;
}

body.cc-seo-services-design .cc-landing-hero--seo-services::after {
	display: none;
}

body.cc-seo-services-design .cc-landing-hero--seo-services .cc-landing-hero__grid {
	position: relative;
	z-index: 2;
	width: min(100% - 48px, 1260px);
	grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.72fr);
	gap: clamp(48px, 6vw, 92px);
}

body.cc-seo-services-design .cc-landing-hero--seo-services .cc-landing-hero__copy {
	gap: 21px;
}

body.cc-seo-services-design .cc-landing-hero--seo-services h1 {
	max-width: 12ch;
	color: #ffffff;
	font-size: clamp(3.05rem, 4.7vw, 5.05rem);
	font-weight: 900;
	letter-spacing: -0.044em;
	line-height: 0.98;
	text-wrap: balance;
}

body.cc-seo-services-design .cc-landing-hero--seo-services .cc-landing-hero__copy > p:not(.cc-kicker):not(.cc-hero-note) {
	max-width: 41rem;
	color: #c8d7e9;
	font-size: clamp(1rem, 1.22vw, 1.14rem);
	line-height: 1.68;
}

body.cc-seo-services-design .cc-landing-hero--seo-services .cc-kicker {
	display: flex;
	gap: 10px;
	align-items: center;
}

body.cc-seo-services-design .cc-landing-hero--seo-services .cc-kicker::before {
	width: 34px;
	height: 2px;
	flex: 0 0 auto;
	background: currentColor;
	content: "";
	transform-origin: left center;
	animation: ccHomeKickerLine 620ms cubic-bezier(.2, .7, .2, 1) 120ms backwards;
}

body.cc-seo-services-design .cc-landing-hero--seo-services .cc-actions .cc-button:first-child {
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

body.cc-seo-services-design .cc-landing-hero--seo-services .cc-actions .cc-button:first-child::after {
	display: none;
}

body.cc-seo-services-design .cc-landing-hero--seo-services .cc-hero-note {
	width: fit-content;
	padding: 2px 0 2px 13px;
	color: #b9ddff;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.055em;
	text-transform: uppercase;
	background: transparent;
	border: 0;
	border-left: 2px solid #5db4ff;
	border-radius: 0;
}

body.cc-seo-services-design .cc-landing-hero--seo-services .cc-proof-strip {
	max-width: 720px;
	background: transparent;
	border-color: rgba(131, 194, 255, 0.24);
	border-right: 0;
	border-left: 0;
	border-radius: 0;
}

body.cc-seo-services-design .cc-landing-hero--seo-services .cc-proof-strip div {
	background: transparent;
}

body.cc-seo-services-design .cc-landing-hero--seo-services .cc-proof-strip dt {
	color: #ffffff;
}

body.cc-seo-services-design .cc-landing-hero--seo-services .cc-proof-strip dd {
	color: #9fb5cf;
}

body.cc-seo-services-design .cc-route-orb {
	position: absolute;
	top: 1%;
	right: -4%;
	z-index: 0;
	width: clamp(230px, 27vw, 450px);
	aspect-ratio: 1;
	pointer-events: none;
	opacity: 0.38;
	background:
		radial-gradient(circle at 34% 30%, rgba(255, 255, 255, 0.62), transparent 6%),
		radial-gradient(circle at 40% 38%, rgba(118, 196, 255, 0.46), transparent 24%),
		radial-gradient(circle at 58% 62%, rgba(28, 109, 255, 0.52), transparent 50%),
		radial-gradient(circle at 50% 50%, rgba(8, 33, 78, 0.26), rgba(2, 12, 31, 0.08) 69%);
	border: 1px solid rgba(145, 207, 255, 0.2);
	border-radius: 50%;
	box-shadow:
		inset 20px 10px 54px rgba(151, 213, 255, 0.12),
		0 0 72px rgba(47, 126, 255, 0.12);
}

body.cc-seo-services-design .cc-route-orb::before,
body.cc-seo-services-design .cc-route-orb::after {
	position: absolute;
	inset: 11%;
	border: 1px solid rgba(164, 218, 255, 0.22);
	border-radius: 50%;
	content: "";
	transform: rotate(24deg);
}

body.cc-seo-services-design .cc-route-orb::after {
	inset: 23%;
	border-color: rgba(137, 194, 255, 0.2);
	transform: rotate(-18deg);
}

body.cc-seo-services-design .cc-landing-panel {
	position: relative;
	z-index: 2;
	gap: 18px;
	padding: clamp(24px, 3vw, 36px);
	background: rgba(7, 27, 55, 0.92);
	border-color: rgba(139, 204, 255, 0.24);
	border-radius: 16px;
	box-shadow: 0 26px 64px rgba(0, 8, 24, 0.32);
}

body.cc-seo-services-design .cc-landing-panel > strong {
	color: #ffffff;
	font-size: clamp(1.4rem, 2vw, 1.8rem);
	line-height: 1.15;
}

body.cc-seo-services-design .cc-landing-panel ul {
	display: grid;
	gap: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	counter-reset: cc-seo-panel;
}

body.cc-seo-services-design .cc-landing-panel li {
	position: relative;
	padding: 17px 6px 17px 48px;
	color: #d7e8fb;
	background: transparent;
	border: 0;
	border-top: 1px solid rgba(138, 203, 255, 0.15);
	border-radius: 0;
	counter-increment: cc-seo-panel;
}

body.cc-seo-services-design .cc-landing-panel li::before {
	position: absolute;
	top: 50%;
	left: 13px;
	display: grid;
	place-items: center;
	width: 28px;
	aspect-ratio: 1;
	color: #78c6ff;
	font-size: 0.72rem;
	font-weight: 900;
	background: transparent;
	border: 1px solid rgba(120, 198, 255, 0.34);
	border-radius: 4px;
	content: counter(cc-seo-panel, decimal-leading-zero);
	transform: translateY(-50%);
}

body.cc-seo-services-design .cc-section {
	padding-block: clamp(72px, 9vw, 126px);
	border-color: rgba(132, 190, 255, 0.14);
}

body.cc-seo-services-design .cc-section__head {
	max-width: 850px;
	margin-bottom: clamp(34px, 5vw, 58px);
}

body.cc-seo-services-design .cc-section__head h2 {
	font-size: clamp(2.25rem, 4.4vw, 4.25rem);
	letter-spacing: -0.045em;
	line-height: 1;
}

body.cc-seo-services-design .cc-section:has(.cc-pricing-section-list),
body.cc-seo-services-design .cc-section:has(.cc-landing-split) {
	--cc-text: #0a1d35;
	--cc-muted: #526a83;
	--cc-line: rgba(22, 92, 174, 0.17);
	color: var(--cc-text);
	background: #f4f7fb;
}

body.cc-seo-services-design .cc-section:has(.cc-pricing-section-list) :is(h2, h3, strong),
body.cc-seo-services-design .cc-section:has(.cc-landing-split) :is(h2, h3, strong) {
	color: #0a1d35;
}

body.cc-seo-services-design .cc-section:has(.cc-pricing-section-list) :is(.cc-kicker, .cc-text-link, .cc-soft-link),
body.cc-seo-services-design .cc-section:has(.cc-landing-split) :is(.cc-kicker, .cc-text-link, .cc-soft-link) {
	color: #1768c7;
}

body.cc-seo-services-design .cc-pricing-category {
	padding: clamp(24px, 4vw, 42px);
	background: #ffffff;
	border: 1px solid rgba(28, 103, 194, 0.16);
	border-radius: 14px;
	box-shadow: 0 16px 38px rgba(20, 71, 132, 0.08);
}

body.cc-seo-services-design .cc-pricing-category__head {
	max-width: 760px;
}

body.cc-seo-services-design .cc-pricing-category__head .cc-actions {
	margin-top: 18px;
}

@media (min-width: 901px) {
	body.cc-seo-services-design #seo-sluzby-ceny .cc-offer-grid {
		max-width: 960px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

body.cc-seo-services-design .cc-offer-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	background: #ffffff;
	border-color: rgba(28, 103, 194, 0.16);
	border-radius: 14px;
	box-shadow: 0 14px 34px rgba(20, 71, 132, 0.08);
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

body.cc-seo-services-design .cc-offer-card:hover {
	border-color: rgba(38, 120, 226, 0.36);
	box-shadow: 0 20px 44px rgba(20, 71, 132, 0.12);
	transform: translateY(-2px);
}

body.cc-seo-services-design .cc-offer-card .cc-text-link {
	width: fit-content;
	margin-top: auto;
	padding-top: 18px;
}

body.cc-seo-services-design .cc-offer-card.is-featured {
	color: #eaf5ff;
	background: #0b376d;
	border-color: rgba(106, 188, 255, 0.44);
}

body.cc-seo-services-design .cc-offer-card.is-featured :is(h3, strong) {
	color: #ffffff;
}

body.cc-seo-services-design .cc-offer-card.is-featured :is(p, li, .cc-offer-card__price span) {
	color: #d5e7fb;
}

body.cc-seo-services-design .cc-offer-card.is-featured .cc-text-link {
	color: #8bd2ff;
}

body.cc-seo-services-design .cc-pricing-routes {
	margin-top: clamp(46px, 7vw, 84px);
}

body.cc-seo-services-design .cc-pricing-routes .cc-module-card {
	background: #ffffff;
	border-color: rgba(28, 103, 194, 0.16);
	border-radius: 14px;
	box-shadow: 0 14px 34px rgba(20, 71, 132, 0.07);
}

body.cc-seo-services-design .cc-section:has(.cc-module-grid--landing),
body.cc-seo-services-design .cc-section:has(.cc-faq-grid) {
	color: #f7fbff;
	background: #071427;
}

body.cc-seo-services-design .cc-section:has(.cc-module-grid--landing) :is(h2, h3),
body.cc-seo-services-design .cc-section:has(.cc-faq-grid) :is(h2, h3) {
	color: #ffffff;
}

body.cc-seo-services-design .cc-module-grid--landing {
	counter-reset: cc-seo-service;
}

body.cc-seo-services-design .cc-module-grid--landing .cc-module-card {
	position: relative;
	min-height: 230px;
	padding-top: 64px;
	background: #0d1d34;
	border-color: rgba(126, 193, 255, 0.22);
	border-radius: 14px;
	box-shadow: 0 18px 46px rgba(0, 8, 24, 0.18);
	counter-increment: cc-seo-service;
}

body.cc-seo-services-design .cc-module-grid--landing .cc-module-card::before {
	position: absolute;
	top: 22px;
	left: 22px;
	color: #78c6ff;
	font-size: 0.78rem;
	font-weight: 950;
	letter-spacing: 0.1em;
	content: counter(cc-seo-service, decimal-leading-zero);
}

body.cc-seo-services-design .cc-module-grid--landing .cc-module-card p {
	color: #b9c9de;
}

body.cc-seo-services-design .cc-landing-split {
	align-items: start;
}

body.cc-seo-services-design .cc-landing-split .cc-steps li {
	background: rgba(255, 255, 255, 0.9);
	border-color: rgba(28, 103, 194, 0.16);
	border-radius: 12px;
	box-shadow: 0 10px 28px rgba(20, 71, 132, 0.06);
}

body.cc-seo-services-design .cc-landing-split .cc-steps li::before {
	color: #ffffff;
	background: linear-gradient(135deg, #368bff, #165ac7);
}

body.cc-seo-services-design .cc-trust-person,
body.cc-seo-services-design .cc-landing-split .cc-contact-panel {
	background: #ffffff;
	border-color: rgba(28, 103, 194, 0.16);
	border-radius: 14px;
	box-shadow: 0 16px 38px rgba(20, 71, 132, 0.08);
}

body.cc-seo-services-design .cc-trust-person__avatar {
	color: #ffffff;
	background: linear-gradient(135deg, #368bff, #165ac7);
}

body.cc-seo-services-design .cc-trust-person__facts li {
	color: #194a82;
	background: #eef6ff;
	border-color: rgba(28, 103, 194, 0.14);
}

body.cc-seo-services-design .cc-trust-person__contacts a {
	color: #1768c7;
}

body.cc-seo-services-design .cc-faq-card {
	background: #0d1d34;
	border-color: rgba(126, 193, 255, 0.2);
	border-radius: 14px;
	box-shadow: 0 16px 38px rgba(0, 8, 24, 0.16);
}

body.cc-seo-services-design .cc-faq-card p {
	color: #b9c9de;
}

@media (prefers-reduced-motion: no-preference) {
	body.cc-seo-services-design .cc-route-orb {
		animation: ccHomeOrbFloat 18s ease-in-out infinite;
		will-change: transform;
	}

	body.cc-seo-services-design .cc-landing-panel {
		animation: ccHomeShowcaseEnter 720ms cubic-bezier(.2, .7, .2, 1) 140ms backwards;
	}
}

@media (max-width: 1200px) {
	body.cc-seo-services-design .cc-landing-hero--seo-services .cc-landing-hero__grid {
		width: min(100% - 36px, 980px);
		grid-template-columns: 1fr;
		gap: 34px;
	}

	body.cc-seo-services-design .cc-landing-panel {
		width: min(100%, 720px);
	}
}

@media (max-width: 767px) {
	body.cc-seo-services-design .cc-landing-hero--seo-services {
		min-height: 0;
		padding-block: 42px 48px;
	}

	body.cc-seo-services-design .cc-landing-hero--seo-services .cc-landing-hero__grid {
		width: min(100% - 24px, 560px);
		gap: 28px;
	}

	body.cc-seo-services-design .cc-landing-hero--seo-services h1 {
		max-width: 10.8ch;
		font-size: clamp(2.5rem, 12vw, 3.4rem);
		line-height: 0.95;
	}

	body.cc-seo-services-design .cc-landing-hero--seo-services .cc-landing-hero__copy > p:not(.cc-kicker):not(.cc-hero-note) {
		font-size: 1rem;
		line-height: 1.58;
	}

	body.cc-seo-services-design .cc-route-orb {
		top: 7%;
		right: -38%;
		width: 82vw;
		opacity: 0.28;
	}

	body.cc-seo-services-design .cc-landing-panel {
		display: grid;
	}

	body.cc-seo-services-design .cc-pricing-category {
		padding: 22px 16px;
		border-radius: 12px;
	}

	body.cc-seo-services-design .cc-module-grid--landing .cc-module-card {
		min-height: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.cc-seo-services-design .cc-landing-hero--seo-services::after,
	body.cc-seo-services-design .cc-landing-hero--seo-services .cc-kicker::before,
	body.cc-seo-services-design .cc-landing-hero--seo-services .cc-actions .cc-button:first-child::after,
	body.cc-seo-services-design .cc-landing-panel,
	body.cc-seo-services-design .cc-route-orb,
	body.cc-seo-services-design .cc-route-orb::before,
	body.cc-seo-services-design .cc-route-orb::after {
		animation: none;
	}

	body.cc-seo-services-design :is(.cc-button, .cc-offer-card) {
		transition: none;
	}
}

/* Core commercial routes: corporate calibration.
 * The homepage blue system stays recognisable, while flatter surfaces, stronger
 * type hierarchy and one low-cost route signal replace dashboard-like decoration. */
body:is(.cc-webdesign-design, .cc-contact-design, .cc-pricing-design) {
	--cc-bg: #06101f;
	--cc-bg-soft: #0a172b;
	--cc-panel: #10213a;
	--cc-panel-strong: #15345f;
	--cc-text: #f7fbff;
	--cc-muted: #b9c9de;
	--cc-line: rgba(132, 190, 255, 0.2);
	--cc-cyan: #77c9ff;
	--cc-blue: #2878ff;
	--cc-green: #68baff;
	--cc-radius: 14px;
	background: #06101f;
}

body:is(.cc-webdesign-design, .cc-contact-design, .cc-pricing-design) .cc-main {
	background: #06101f;
}

body:is(.cc-webdesign-design, .cc-contact-design, .cc-pricing-design) .cc-header {
	background: rgba(5, 16, 34, 0.94);
	border-bottom-color: rgba(132, 190, 255, 0.16);
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
}

body:is(.cc-webdesign-design, .cc-contact-design, .cc-pricing-design) .cc-kicker {
	color: #5db4ff;
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

body:is(.cc-webdesign-design, .cc-contact-design, .cc-pricing-design) :is(
	.cc-button,
	.cc-navcta__primary
) {
	color: #ffffff;
	background: #1f6ed8;
	border-color: rgba(164, 213, 255, 0.36);
	border-radius: 9px;
	box-shadow: 0 10px 26px rgba(22, 101, 222, 0.2);
}

html body.cottoncloud-site:is(.cc-webdesign-design, .cc-contact-design, .cc-pricing-design) .cc-header__offer {
	color: #ffffff;
	background: #1f6ed8;
	border: 1px solid rgba(164, 213, 255, 0.36);
	border-radius: 8px;
	box-shadow: 0 8px 20px rgba(22, 101, 222, 0.18);
}

@media (min-width: 1361px) {
	html body.cottoncloud-site:is(.cc-webdesign-design, .cc-contact-design, .cc-pricing-design) .cc-header a.cc-header__offer {
		display: inline-flex !important;
	}
}

body:is(.cc-webdesign-design, .cc-contact-design, .cc-pricing-design) .cc-button--ghost {
	color: #eaf5ff;
	background: rgba(255, 255, 255, 0.065);
	border-color: rgba(150, 204, 255, 0.27);
	box-shadow: none;
}

body:is(.cc-webdesign-design, .cc-contact-design, .cc-pricing-design) :is(.cc-button:hover, .cc-button:focus-visible) {
	filter: brightness(1.08);
	transform: translateY(-1px);
}

body:is(.cc-webdesign-design, .cc-contact-design, .cc-pricing-design) :is(
	.cc-mm-rail__call,
	.cc-mm-rail__wa,
	.cc-convbar__offer,
	.cc-convbar__wa
) {
	color: #ffffff;
	background: linear-gradient(135deg, #287dff, #1460d6);
}

body:is(.cc-webdesign-design, .cc-contact-design, .cc-pricing-design) .cc-convbar__call {
	color: #ffffff;
	background: rgba(8, 31, 68, 0.94);
	border-color: rgba(131, 194, 255, 0.32);
}

body:is(.cc-webdesign-design, .cc-contact-design, .cc-pricing-design) :is(a, button, input, select, textarea):focus-visible {
	outline: 3px solid rgba(113, 190, 255, 0.78);
	outline-offset: 3px;
}

body.cc-webdesign-design .cc-hero--service,
body.cc-contact-design .cc-landing-hero--contact,
body.cc-pricing-design .cc-landing-hero--pricing {
	position: relative;
	min-height: min(760px, calc(100svh - var(--cc-header-height)));
	overflow: clip;
	background:
		radial-gradient(circle at 88% 18%, rgba(54, 143, 255, 0.17), transparent 34%),
		linear-gradient(120deg, #06101f 0%, #0a1d38 62%, #07152a 100%);
	isolation: isolate;
}

body.cc-webdesign-design .cc-hero--service::after,
body.cc-contact-design .cc-landing-hero--contact::after,
body.cc-pricing-design .cc-landing-hero--pricing::after {
	display: none;
}

body.cc-webdesign-design .cc-hero--service .cc-studio-hero__grid,
body:is(.cc-contact-design, .cc-pricing-design) .cc-landing-hero__grid {
	position: relative;
	z-index: 2;
	width: min(100% - 48px, 1260px);
	grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.72fr);
	gap: clamp(48px, 6vw, 92px);
}

body.cc-webdesign-design .cc-hero--service h1,
body:is(.cc-contact-design, .cc-pricing-design) .cc-landing-hero h1 {
	max-width: 12.5ch;
	color: #ffffff;
	font-size: clamp(3rem, 4.65vw, 4.9rem);
	font-weight: 900;
	letter-spacing: -0.044em;
	line-height: 0.98;
	text-wrap: balance;
}

body.cc-webdesign-design .cc-hero--service .cc-hero__content > p:not(.cc-kicker):not(.cc-hero-microcopy),
body:is(.cc-contact-design, .cc-pricing-design) .cc-landing-hero__copy > p:not(.cc-kicker):not(.cc-hero-note) {
	max-width: 41rem;
	color: #c8d7e9;
	font-size: clamp(1rem, 1.22vw, 1.14rem);
	line-height: 1.68;
}

body:is(.cc-webdesign-design, .cc-contact-design, .cc-pricing-design) .cc-motion-hero .cc-kicker {
	display: flex;
	gap: 10px;
	align-items: center;
}

body:is(.cc-webdesign-design, .cc-contact-design, .cc-pricing-design) .cc-motion-hero .cc-kicker::before {
	width: 34px;
	height: 2px;
	flex: 0 0 auto;
	background: currentColor;
	content: "";
	transform-origin: left center;
	animation: ccHomeKickerLine 620ms cubic-bezier(.2, .7, .2, 1) 120ms backwards;
}

body:is(.cc-webdesign-design, .cc-contact-design, .cc-pricing-design) .cc-motion-hero .cc-actions .cc-button:first-child::after {
	display: none;
}

body.cc-webdesign-design .cc-proof-strip {
	max-width: 760px;
	background: transparent;
	border-color: rgba(131, 194, 255, 0.24);
	border-right: 0;
	border-left: 0;
	border-radius: 0;
}

body.cc-webdesign-design .cc-proof-strip div {
	background: transparent;
}

body.cc-webdesign-design .cc-proof-strip dt {
	color: #ffffff;
}

body.cc-webdesign-design .cc-proof-strip dd {
	color: #9fb5cf;
}

body:is(.cc-webdesign-design, .cc-contact-design, .cc-pricing-design) .cc-route-orb {
	position: absolute;
	top: 1%;
	right: -4%;
	z-index: 0;
	width: clamp(230px, 27vw, 450px);
	aspect-ratio: 1;
	pointer-events: none;
	opacity: 0.34;
	background:
		radial-gradient(circle at 34% 30%, rgba(255, 255, 255, 0.58), transparent 6%),
		radial-gradient(circle at 40% 38%, rgba(118, 196, 255, 0.42), transparent 24%),
		radial-gradient(circle at 58% 62%, rgba(28, 109, 255, 0.46), transparent 50%),
		radial-gradient(circle at 50% 50%, rgba(8, 33, 78, 0.24), rgba(2, 12, 31, 0.07) 69%);
	border: 1px solid rgba(145, 207, 255, 0.2);
	border-radius: 50%;
	box-shadow:
		inset 20px 10px 54px rgba(151, 213, 255, 0.1),
		0 0 72px rgba(47, 126, 255, 0.1);
}

body:is(.cc-webdesign-design, .cc-contact-design, .cc-pricing-design) .cc-route-orb::before,
body:is(.cc-webdesign-design, .cc-contact-design, .cc-pricing-design) .cc-route-orb::after {
	position: absolute;
	inset: 11%;
	border: 1px solid rgba(164, 218, 255, 0.22);
	border-radius: 50%;
	content: "";
	transform: rotate(24deg);
}

body:is(.cc-webdesign-design, .cc-contact-design, .cc-pricing-design) .cc-route-orb::after {
	inset: 23%;
	border-color: rgba(137, 194, 255, 0.2);
	transform: rotate(-18deg);
}

body.cc-webdesign-design .cc-webdesign-brief,
body:is(.cc-contact-design, .cc-pricing-design) .cc-landing-panel {
	position: relative;
	z-index: 2;
	display: grid;
	gap: 18px;
	padding: clamp(24px, 3vw, 36px);
	background: rgba(7, 27, 55, 0.92);
	border: 1px solid rgba(139, 204, 255, 0.24);
	border-radius: 16px;
	box-shadow: 0 26px 64px rgba(0, 8, 24, 0.32);
}

body.cc-webdesign-design .cc-webdesign-brief__head {
	display: flex;
	gap: 16px;
	align-items: end;
	justify-content: space-between;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(138, 203, 255, 0.18);
}

body.cc-webdesign-design .cc-webdesign-brief__head :is(p, strong) {
	margin: 0;
}

body.cc-webdesign-design .cc-webdesign-brief__head strong {
	color: #ffffff;
	font-size: clamp(1.3rem, 2vw, 1.75rem);
	line-height: 1.1;
	text-align: right;
}

body.cc-webdesign-design .cc-webdesign-brief__steps {
	display: grid;
	gap: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}

body.cc-webdesign-design .cc-webdesign-brief__steps li {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	padding: 18px 0;
	border-bottom: 1px solid rgba(138, 203, 255, 0.15);
}

body.cc-webdesign-design .cc-webdesign-brief__steps li > span {
	color: #78c6ff;
	font-size: 0.72rem;
	font-weight: 950;
	letter-spacing: 0.08em;
}

body.cc-webdesign-design .cc-webdesign-brief__steps li > strong {
	color: #d7e8fb;
	font-size: 0.98rem;
	line-height: 1.55;
}

body.cc-webdesign-design .cc-webdesign-brief__result {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 4px;
}

body.cc-webdesign-design .cc-webdesign-brief__result span {
	color: #8fb0d2;
	font-size: 0.74rem;
	font-weight: 900;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

body.cc-webdesign-design .cc-webdesign-brief__result strong {
	color: #ffffff;
}

body:is(.cc-contact-design, .cc-pricing-design) .cc-landing-panel > strong {
	color: #ffffff;
	font-size: clamp(1.4rem, 2vw, 1.8rem);
	line-height: 1.15;
}

body:is(.cc-contact-design, .cc-pricing-design) .cc-landing-panel ul {
	display: grid;
	gap: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}

body:is(.cc-contact-design, .cc-pricing-design) .cc-landing-panel li {
	position: relative;
	display: block;
	padding: 17px 6px 17px 48px;
	color: #d7e8fb;
	background: transparent;
	border: 0;
	border-top: 1px solid rgba(138, 203, 255, 0.15);
	border-radius: 0;
}

body:is(.cc-contact-design, .cc-pricing-design) .cc-landing-panel li::before {
	position: absolute;
	top: 50%;
	left: 13px;
	display: grid;
	place-items: center;
	width: 28px;
	aspect-ratio: 1;
	color: #78c6ff;
	font-size: 0.72rem;
	font-weight: 900;
	background: transparent;
	border: 1px solid rgba(120, 198, 255, 0.34);
	border-radius: 4px;
	transform: translateY(-50%);
}

body.cc-pricing-design .cc-hero-note {
	width: fit-content;
	padding: 2px 0 2px 13px;
	color: #b9ddff;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.045em;
	text-transform: uppercase;
	background: transparent;
	border: 0;
	border-left: 2px solid #5db4ff;
	border-radius: 0;
}

body:is(.cc-webdesign-design, .cc-contact-design, .cc-pricing-design) .cc-section {
	padding-block: clamp(72px, 8vw, 116px);
}

body:is(.cc-webdesign-design, .cc-contact-design, .cc-pricing-design) .cc-section__head {
	max-width: 820px;
}

body:is(.cc-webdesign-design, .cc-contact-design, .cc-pricing-design) .cc-section__head h2 {
	font-size: clamp(2.1rem, 3.7vw, 3.85rem);
	letter-spacing: -0.038em;
	line-height: 1.02;
	text-wrap: balance;
}

body.cc-pricing-design .cc-pricing-category {
	padding: clamp(24px, 4vw, 42px);
	background: #ffffff;
	border: 1px solid rgba(28, 103, 194, 0.16);
	border-radius: 14px;
	box-shadow: 0 16px 38px rgba(20, 71, 132, 0.08);
}

body.cc-pricing-design .cc-pricing-category__head h3 {
	color: #071a32;
}

body.cc-pricing-design .cc-pricing-category__head p:not(.cc-kicker) {
	color: #405a78;
}

body.cc-pricing-design .cc-pricing-category__head .cc-kicker {
	color: #175fa8;
}

body.cc-pricing-design .cc-offer-card,
body.cc-contact-design :is(.cc-module-card, .cc-trust-person, #kontakt-formular) {
	border-radius: 14px;
	box-shadow: 0 14px 34px rgba(20, 71, 132, 0.08);
}

body.cc-pricing-design .cc-offer-card {
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

body.cc-pricing-design .cc-offer-card:hover {
	border-color: rgba(38, 120, 226, 0.36);
	box-shadow: 0 20px 44px rgba(20, 71, 132, 0.12);
	transform: translateY(-2px);
}

@media (prefers-reduced-motion: no-preference) {
	body:is(.cc-webdesign-design, .cc-contact-design, .cc-pricing-design) .cc-route-orb {
		animation: ccHomeOrbFloat 18s ease-in-out infinite;
		will-change: transform;
	}
}

@media (max-width: 1200px) {
	body.cc-webdesign-design .cc-hero--service .cc-studio-hero__grid,
	body:is(.cc-contact-design, .cc-pricing-design) .cc-landing-hero__grid {
		width: min(100% - 36px, 980px);
		grid-template-columns: 1fr;
		gap: 34px;
	}

	body.cc-webdesign-design .cc-webdesign-brief,
	body:is(.cc-contact-design, .cc-pricing-design) .cc-landing-panel {
		width: min(100%, 720px);
	}
}

@media (max-width: 767px) {
	body.cc-webdesign-design .cc-hero--service,
	body.cc-contact-design .cc-landing-hero--contact,
	body.cc-pricing-design .cc-landing-hero--pricing {
		min-height: 0;
		padding-block: 42px 48px;
	}

	body.cc-webdesign-design .cc-hero--service .cc-studio-hero__grid,
	body:is(.cc-contact-design, .cc-pricing-design) .cc-landing-hero__grid {
		width: min(100% - 24px, 560px);
		gap: 28px;
	}

	body.cc-webdesign-design .cc-hero--service h1,
	body:is(.cc-contact-design, .cc-pricing-design) .cc-landing-hero h1 {
		max-width: 11ch;
		font-size: clamp(2.45rem, 11.5vw, 3.35rem);
		line-height: 0.96;
	}

	body:is(.cc-webdesign-design, .cc-contact-design, .cc-pricing-design) .cc-route-orb {
		top: 7%;
		right: -38%;
		width: 82vw;
		opacity: 0.25;
	}

	body.cc-webdesign-design .cc-webdesign-brief__head {
		display: grid;
		gap: 8px;
	}

	body.cc-webdesign-design .cc-webdesign-brief__head strong {
		text-align: left;
	}

	body.cc-pricing-design .cc-pricing-category {
		padding: 22px 16px;
		border-radius: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body:is(.cc-webdesign-design, .cc-contact-design, .cc-pricing-design) :is(
		.cc-motion-hero::after,
		.cc-motion-hero .cc-kicker::before,
		.cc-motion-hero .cc-actions .cc-button:first-child::after,
		.cc-motion-signature,
		.cc-route-orb,
		.cc-route-orb::before,
		.cc-route-orb::after
	) {
		animation: none;
	}

	body:is(.cc-webdesign-design, .cc-contact-design, .cc-pricing-design) :is(.cc-button, .cc-offer-card) {
		transition: none;
	}
}
