: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;
}

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;
}

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 {
	display: grid;
	grid-template-columns: minmax(220px, 0.72fr) 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-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 {
	justify-self: center;
}

.cc-nav__list {
	display: flex;
	flex-wrap: nowrap;
	gap: 3px;
	align-items: center;
	justify-content: flex-end;
	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: 40px;
	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;
}

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

.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;
}

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

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

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

.cc-menu-toggle {
	display: none;
	place-items: center;
	width: 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);
}

.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;
}

.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-image: var(--cc-hero-image);
	background-position: center right;
	background-size: cover;
}

.cc-hero__shade {
	position: absolute;
	inset: 0;
	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: 1;
	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-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-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);
}

.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 {
	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__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 p,
.cc-content,
.cc-checklist {
	color: var(--cc-muted);
}

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

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

.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);
}

.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-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-blog-hero {
	padding-block: clamp(64px, 10vw, 126px);
	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: 13ch;
	margin: 0;
	font-size: clamp(2.35rem, 5.8vw, 5.4rem);
	line-height: 1;
}

.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-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(68px, 10vw, 128px);
	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(340px, 0.72fr);
	gap: clamp(28px, 6vw, 72px);
	align-items: center;
}

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

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

.cc-product-hero p:not(.cc-kicker) {
	max-width: 760px;
	margin: 0;
	color: var(--cc-muted);
	font-size: clamp(1.04rem, 1.8vw, 1.3rem);
}

.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 {
	min-width: 0;
}

.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-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-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-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-faq-grid,
.cc-plan-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.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-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 ul {
	margin: 0;
}

.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: flex;
	gap: 8px;
	overflow-x: auto;
	padding: 6px;
	background: rgba(5, 7, 17, 0.52);
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius);
	scrollbar-width: thin;
}

.cc-tab-button {
	min-height: 44px;
	padding: 10px 13px;
	color: var(--cc-muted);
	font: inherit;
	font-size: 0.92rem;
	font-weight: 900;
	white-space: nowrap;
	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 li {
	overflow-wrap: anywhere;
}

.cc-tech-card li::before,
.cc-changelog 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.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 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-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-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 {
	display: grid;
	gap: 14px;
}

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

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

.cc-field input,
.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 textarea {
	resize: vertical;
}

.cc-field input: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-form-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.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-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);
}

.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);
}

.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-offer-card p {
	color: var(--cc-muted);
}

.cc-offer-card__price {
	display: grid;
	gap: 2px;
}

.cc-offer-card__price strong {
	color: var(--cc-text);
	font-size: clamp(2.2rem, 4vw, 3.9rem);
	line-height: 0.95;
}

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

.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-contact-panel .wpcf7 {
	margin-top: 4px;
}

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

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

.cc-contact-panel .wpcf7 label {
	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 textarea {
	min-height: 130px;
	resize: vertical;
}

.cc-contact-panel .wpcf7-list-item {
	margin: 0 12px 8px 0;
}

.cc-contact-panel .wpcf7-submit {
	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-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-hero--service h1 {
	max-width: 13ch;
}

.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-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__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 {
	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;
	padding-block: 18px;
	color: rgba(247, 251, 255, 0.64);
	border-top: 1px solid var(--cc-line);
}

.cc-footer__bottom nav {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.cc-footer__bottom a {
	color: rgba(247, 251, 255, 0.68);
	text-decoration: none;
}

@media (max-width: 900px) {
	:root {
		--cc-header-height: 70px;
	}

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

	.cc-header__inner {
		grid-template-columns: auto auto;
	}

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

	.cc-nav {
		position: fixed;
		inset: var(--cc-header-height) 0 auto;
		display: none;
		padding: 14px 16px 22px;
		background: rgba(5, 7, 17, 0.98);
		border-bottom: 1px solid var(--cc-line);
	}

	.cc-nav.is-open {
		display: block;
	}

	.cc-nav__list {
		display: grid;
		justify-content: stretch;
	}

	.cc-nav__list a {
		width: 100%;
	}

	.cc-header__cta {
		display: none;
	}

	.cc-footer__cta-inner {
		grid-template-columns: 1fr;
	}

	.cc-footer__actions {
		justify-content: flex-start;
	}

	.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-plan-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-home-product-grid,
	.cc-landing-hero__grid,
	.cc-landing-split {
		grid-template-columns: 1fr;
	}

	.cc-operating-model__copy {
		position: static;
	}

	.cc-operating-checks ul {
		grid-template-columns: 1fr;
	}

	.cc-product-trust__inner,
	.cc-demo-panel__top {
		align-items: flex-start;
		flex-direction: column;
	}

	.cc-product-trust__inner div {
		justify-content: flex-start;
	}

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

	.cc-product__features,
	.cc-module-grid,
	.cc-faq-grid,
	.cc-module-grid--landing,
	.cc-offer-grid {
		grid-template-columns: 1fr;
	}

	.cc-service-grid {
		grid-template-columns: 1fr 1fr;
	}

	.cc-conversion-band {
		align-items: stretch;
		flex-direction: column;
	}

	.cc-blog-topics {
		align-self: stretch;
	}
}

@media (max-width: 640px) {
	body.cottoncloud-site .cc-header,
	body.cottoncloud-site.admin-bar .cc-header {
		position: relative;
		top: auto;
	}

	.cc-container,
	.cc-header__inner {
		width: min(100% - 24px, var(--cc-container));
	}

	.cc-hero {
		min-height: 620px;
	}

	.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-section h2,
	.cc-article__hero h1 {
		max-width: none;
	}

	.cc-actions,
	.cc-footer__bottom {
		align-items: stretch;
		flex-direction: column;
	}

	.cc-button,
	.cc-footer__actions .cc-button {
		width: 100%;
	}

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

	.cc-service-grid {
		grid-template-columns: 1fr;
	}

	.cc-product-hero h1 {
		max-width: none;
	}

	.cc-demo-metrics {
		grid-template-columns: 1fr;
	}

	.cc-checkout-plans,
	.cc-form-grid,
	.cc-checkout-box dl div {
		grid-template-columns: 1fr;
	}

	.cc-checkout-box dd {
		text-align: left;
	}

	.cc-tab-list {
		margin-inline: -12px;
		border-right: 0;
		border-left: 0;
		border-radius: 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: blur(14px);
	}

	.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;
	}
}
