/* ==========================================================================
   Connectora marketing theme
   ========================================================================== */

:root {
	--cx-brand-deep: #0a2540;
	--cx-brand-ink: #0a2540;
	--cx-whatsapp: #25d366;
	--cx-whatsapp-dark: #0d9488;
	--cx-mint: #5eead4;
	--cx-teal: #0d9488;
	--cx-teal-dark: #0f766e;
	--cx-muted: #425466;
	--cx-slate-50: #f6f9fc;
	--cx-slate-100: #eef8f6;
	--cx-slate-400: #8898aa;
	--cx-slate-600: #425466;
	--cx-slate-900: #0a2540;
	--cx-radius: 1rem;
	--cx-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
	scroll-behavior: smooth;
	font-stretch: normal;
}

body {
	margin: 0;
	background:
		radial-gradient(ellipse 80% 50% at 10% -10%, rgba(45, 212, 191, 0.12), transparent 50%),
		radial-gradient(ellipse 60% 40% at 100% 0%, rgba(37, 211, 102, 0.08), transparent 45%),
		var(--cx-slate-50);
	color: var(--cx-slate-900);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-stretch: normal;
}

h1, h2, h3, h4, h5, h6,
.site-logo__word,
.hero__brand,
.price-tier__price {
	font-stretch: normal;
	font-synthesis: none;
}

body::before {
	content: "";
	pointer-events: none;
	position: fixed;
	inset: 0;
	opacity: 0.035;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
	z-index: 0;
}

.wp-site-blocks > * {
	position: relative;
	z-index: 1;
}

a {
	color: inherit;
}

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

/* ---- Header (Site Logo + Navigation blocks) ---- */

.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	padding: 0.85rem 1.25rem;
	backdrop-filter: blur(16px);
	background: rgba(246, 249, 252, 0.85);
	border-bottom: 1px solid rgba(10, 37, 64, 0.06);
}

.site-header__inner {
	gap: 1rem 1.5rem;
	width: 100%;
}

.site-branding {
	gap: 0.65rem !important;
	flex-shrink: 0;
}

.site-branding .wp-block-site-title,
.site-branding .wp-block-site-title a {
	font-family: "Instrument Sans", system-ui, sans-serif;
	font-weight: 700;
	font-size: 1.35rem;
	letter-spacing: -0.025em;
	text-decoration: none;
	color: var(--cx-brand-deep);
	line-height: 1.1;
	margin: 0;
}

/* Default mark when no custom logo is uploaded */
.site-branding:not(:has(.wp-block-site-logo img)) .wp-block-site-title a::before {
	content: "";
	display: inline-block;
	width: 1.75rem;
	height: 1.75rem;
	margin-right: 0.65rem;
	vertical-align: -0.35rem;
	border-radius: 0.55rem;
	background:
		radial-gradient(circle at 30% 30%, #5eead4, transparent 55%),
		linear-gradient(145deg, #14b8a6, #0d9488);
	box-shadow: 0 4px 12px rgba(13, 148, 136, 0.3);
}

.site-branding:has(.wp-block-site-logo img) .wp-block-site-title {
	/* Prefer custom logo; keep site title for a11y but hide visually optional */
	display: none;
}

.site-logo-image .custom-logo-link,
.site-logo-image img,
.site-header .wp-block-site-logo img,
.site-header .custom-logo {
	display: block;
	height: auto !important;
	width: auto !important;
	max-height: 3.75rem !important; /* ~60px */
	max-width: 14rem !important;
	object-fit: contain;
}

.site-header .wp-block-site-logo {
	line-height: 0;
}

.site-primary-nav {
	margin-left: auto;
}

.connectora-nav__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.connectora-nav__list a {
	font-family: "Instrument Sans", system-ui, sans-serif;
	font-weight: 600;
	font-size: 0.875rem;
	text-decoration: none;
	color: var(--cx-brand-deep);
	padding: 0.35rem 0.15rem;
	opacity: 0.85;
}

.connectora-nav__list a:hover {
	opacity: 1;
	color: var(--cx-teal);
}

.nav-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	margin-left: auto;
}

.nav-toggle span {
	display: block;
	height: 2px;
	width: 1.25rem;
	background: var(--cx-brand-deep);
	border-radius: 2px;
}

.site-header__cta {
	margin-left: 0.25rem;
	flex-shrink: 0;
}

.site-header__cta .wp-block-button__link {
	padding: 0.65rem 1.15rem !important;
	font-size: 0.875rem !important;
	text-decoration: none;
	display: inline-block;
}

@media (max-width: 781px) {
	.site-header__cta {
		display: none;
	}

	.site-header .site-header__inner {
		position: relative;
		flex-wrap: wrap;
	}

	.nav-toggle {
		display: inline-flex;
	}

	.site-primary-nav {
		display: none;
		position: absolute;
		top: calc(100% + 1px);
		left: 0;
		right: 0;
		margin-left: 0;
		padding: 0.75rem 1.25rem 1.25rem;
		background: rgba(248, 250, 252, 0.96);
		backdrop-filter: blur(14px);
		border-bottom: 1px solid rgba(5, 46, 43, 0.08);
		z-index: 50;
	}

	.site-primary-nav.is-open {
		display: block;
	}

	.site-primary-nav .connectora-nav__list {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}

	.site-primary-nav .connectora-nav__list a {
		display: block;
		padding: 0.85rem 0;
		border-bottom: 1px solid rgba(5, 46, 43, 0.06);
	}
}

/* ---- Buttons ---- */

.wp-block-button__link,
.wp-element-button {
	border-radius: 999px !important;
	font-family: "Instrument Sans", system-ui, sans-serif !important;
	font-weight: 700 !important;
	transition: transform 0.25s var(--cx-ease), box-shadow 0.25s var(--cx-ease), background 0.25s ease;
	text-decoration: none;
	display: inline-block;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link,
a.wp-block-button__link {
	background: var(--cx-teal) !important;
	color: #fff !important;
	box-shadow: 0 4px 14px rgba(13, 148, 136, 0.28);
	padding: 0.9rem 1.6rem;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
a.wp-block-button__link:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(13, 148, 136, 0.35);
	background: var(--cx-teal-dark) !important;
}

.btn-ghost {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.85rem 1.45rem;
	border-radius: 999px;
	border: 1.5px solid rgba(255, 255, 255, 0.4);
	color: #fff;
	font-family: "Instrument Sans", system-ui, sans-serif;
	font-weight: 700;
	font-size: 0.9375rem;
	text-decoration: none;
	transition: border-color 0.2s ease, background 0.2s ease, transform 0.25s var(--cx-ease);
}

.btn-ghost:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, 0.06);
	transform: translateY(-2px);
}

.wp-block-button.is-style-outline .wp-block-button__link {
	border: 1.5px solid rgba(255, 255, 255, 0.45) !important;
	background: transparent !important;
	color: #fff !important;
}

.section--light .wp-block-button.is-style-outline .wp-block-button__link,
.pricing-section .wp-block-button.is-style-outline .wp-block-button__link {
	border-color: rgba(5, 46, 43, 0.25) !important;
	color: var(--cx-brand-deep) !important;
}

/* ---- Header over home hero ---- */

body.has-hero-top .site-header {
	background: transparent;
	border-bottom-color: transparent;
	backdrop-filter: none;
}

body.has-hero-top .site-logo,
body.has-hero-top .site-logo__word {
	color: #fff;
}

body.has-hero-top .site-nav a {
	color: rgba(255, 255, 255, 0.88);
	background: transparent;
}

body.has-hero-top .site-nav a:hover {
	color: #fff;
}

body.has-hero-top .nav-toggle span {
	background: #fff;
}

body.has-hero-top.is-scrolled .site-header {
	background: rgba(248, 250, 252, 0.9);
	border-bottom-color: rgba(5, 46, 43, 0.08);
	backdrop-filter: blur(14px);
}

body.has-hero-top.is-scrolled .site-logo,
body.has-hero-top.is-scrolled .site-logo__word,
body.has-hero-top.is-scrolled .site-nav a {
	color: var(--cx-brand-deep);
}

body.has-hero-top.is-scrolled .site-nav a {
	opacity: 0.85;
}

body.has-hero-top.is-scrolled .nav-toggle span {
	background: var(--cx-brand-deep);
}

/* ---- Hero ---- */

.hero {
	position: relative;
	min-height: 100svh;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	align-items: stretch;
	overflow: hidden;
	color: #fff;
	background: #031a18;
}

.hero__glow {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 70% 55% at 15% 20%, rgba(37, 211, 102, 0.32) 0%, transparent 55%),
		radial-gradient(ellipse 55% 45% at 85% 70%, rgba(18, 140, 126, 0.45) 0%, transparent 50%),
		linear-gradient(115deg, #031a18 0%, #052e2b 48%, #074740 100%);
	pointer-events: none;
}

.hero__content {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: clamp(7rem, 16vh, 10rem) clamp(1.5rem, 5vw, 4rem) clamp(3.5rem, 9vh, 5.5rem);
	max-width: none;
}

.hero__brand {
	font-family: "Instrument Sans", system-ui, sans-serif;
	font-weight: 700;
	font-size: clamp(2.75rem, 7vw, 4.75rem);
	letter-spacing: -0.035em;
	line-height: 0.95;
	margin: 0 0 1.5rem;
	color: #fff;
}

.hero__brand span {
	color: var(--cx-whatsapp);
}

.hero h1 {
	font-family: "Instrument Sans", system-ui, sans-serif;
	font-weight: 600;
	font-size: clamp(1.35rem, 2.6vw, 1.85rem);
	line-height: 1.25;
	letter-spacing: -0.02em;
	max-width: 16ch;
	margin: 0 0 0.85rem;
	color: rgba(255, 255, 255, 0.96);
}

.hero__sub {
	max-width: 34ch;
	font-size: 1.0625rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.7);
	margin: 0 0 1.75rem;
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.hero__stage {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: stretch;
	min-height: 100%;
	padding: 0;
	pointer-events: none;
}

.product-stage {
	flex: 1;
	display: grid;
	grid-template-columns: 0.9fr 1.25fr;
	margin: 0;
	background: linear-gradient(180deg, rgba(3, 26, 24, 0.15), rgba(3, 26, 24, 0.55));
	border-left: 1px solid rgba(255, 255, 255, 0.08);
	min-height: 100svh;
}

.product-stage__rail {
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	padding: clamp(5.5rem, 12vh, 7rem) 1rem 2rem 1.35rem;
	background: rgba(0, 0, 0, 0.22);
	border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.product-stage__rail-title {
	font-family: "Instrument Sans", system-ui, sans-serif;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.45);
	margin-bottom: 0.75rem;
}

.product-stage__chip {
	padding: 0.7rem 0.8rem;
	border-radius: 0.75rem;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.06);
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.65);
}

.product-stage__chip.is-active {
	background: rgba(37, 211, 102, 0.14);
	border-color: rgba(37, 211, 102, 0.35);
	color: #fff;
}

.product-stage__thread {
	display: flex;
	flex-direction: column;
	padding: clamp(5.5rem, 12vh, 7rem) 1.5rem 2rem;
}

.product-stage__thread-top {
	margin-bottom: 1.5rem;
}

.product-stage__thread-top strong {
	display: block;
	font-family: "Instrument Sans", system-ui, sans-serif;
	font-size: 1.15rem;
	margin-bottom: 0.25rem;
}

.product-stage__thread-top span {
	font-size: 0.8rem;
	color: var(--cx-mint);
	opacity: 0.85;
}

.product-stage__bubbles {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-top: auto;
	padding-bottom: 2rem;
}

.bubble {
	max-width: 92%;
	padding: 0.85rem 1rem;
	border-radius: 1rem;
	font-size: 0.9rem;
	line-height: 1.45;
}

.bubble--in {
	align-self: flex-start;
	background: rgba(255, 255, 255, 0.1);
	border-bottom-left-radius: 0.3rem;
}

.bubble--out {
	align-self: flex-end;
	background: rgba(37, 211, 102, 0.22);
	border: 1px solid rgba(37, 211, 102, 0.3);
	border-bottom-right-radius: 0.3rem;
}

.bubble--note {
	align-self: stretch;
	max-width: 100%;
	background: transparent;
	border: 1px dashed rgba(110, 231, 183, 0.35);
	color: var(--cx-mint);
	font-size: 0.78rem;
	font-family: "Instrument Sans", system-ui, sans-serif;
}

.hero.is-ready .hero__brand,
.hero.is-ready h1,
.hero.is-ready .hero__sub,
.hero.is-ready .hero__actions {
	animation: heroRise 0.9s var(--cx-ease) both;
}

.hero.is-ready h1 { animation-delay: 0.08s; }
.hero.is-ready .hero__sub { animation-delay: 0.16s; }
.hero.is-ready .hero__actions { animation-delay: 0.24s; }

.hero.is-ready .hero__stage {
	animation: stageIn 1.1s var(--cx-ease) both;
}

@keyframes heroRise {
	from { opacity: 0; transform: translateY(28px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes stageIn {
	from { opacity: 0; transform: translateX(36px); }
	to { opacity: 1; transform: translateX(0); }
}

@media (max-width: 980px) {
	.hero {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.hero__content {
		padding: 6.5rem 1.35rem 2.5rem;
		justify-content: flex-start;
	}

	.hero h1 {
		max-width: none;
	}

	.hero__stage {
		min-height: 420px;
	}

	.product-stage {
		min-height: 420px;
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.08);
	}

	.product-stage__rail {
		padding-top: 1.5rem;
	}

	.product-stage__thread {
		padding-top: 1.5rem;
	}
}

@media (max-width: 640px) {
	.product-stage {
		grid-template-columns: 1fr;
	}

	.product-stage__rail {
		display: none;
	}
}

/* ---- Shift (problem → solution) ---- */

.shift {
	padding: clamp(4.5rem, 10vw, 7.5rem) clamp(1.25rem, 4vw, 2rem);
	background:
		radial-gradient(ellipse 80% 70% at 100% 0%, rgba(37, 211, 102, 0.1), transparent 50%),
		linear-gradient(180deg, #e8f5f0 0%, #f8fafc 100%);
}

.shift__inner {
	max-width: 720px;
	margin: 0 auto;
}

.shift__kicker {
	font-family: "Instrument Sans", system-ui, sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--cx-whatsapp-dark);
	margin: 0 0 1rem;
}

.shift h2 {
	font-size: clamp(2rem, 4.5vw, 3.25rem);
	line-height: 1.1;
	letter-spacing: -0.03em;
	max-width: 14ch;
	margin: 0 0 1.25rem;
	color: var(--cx-brand-deep);
}

.shift__copy {
	margin: 0;
	font-size: 1.2rem;
	line-height: 1.6;
	color: var(--cx-slate-600);
	max-width: 42ch;
}

/* ---- Capability rows ---- */

.capability {
	padding: 0 clamp(1.25rem, 4vw, 2rem) clamp(2rem, 5vw, 3rem);
	max-width: 1180px;
	margin: 0 auto;
}

.capability__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
	gap: clamp(1.75rem, 5vw, 3.5rem);
	align-items: center;
	padding: clamp(3rem, 7vw, 5rem) 0;
	border-top: 1px solid rgba(5, 46, 43, 0.1);
}

.capability__row:last-child {
	border-bottom: 1px solid rgba(5, 46, 43, 0.1);
}

.capability__row--flip .capability__copy {
	order: 2;
}

.capability__row--flip .capability__visual {
	order: 1;
}

.capability__copy h2 {
	font-size: clamp(1.65rem, 3vw, 2.35rem);
	line-height: 1.15;
	letter-spacing: -0.025em;
	max-width: 14ch;
	margin: 0 0 0.85rem;
}

.capability__copy p {
	margin: 0;
	color: var(--cx-slate-600);
	font-size: 1.05rem;
	max-width: 38ch;
	line-height: 1.6;
}

.capability__visual {
	min-height: 220px;
}

.mock {
	height: 100%;
	min-height: 220px;
	padding: 1.5rem;
	border-radius: 1.5rem 0 0 1.5rem;
	background:
		radial-gradient(ellipse 60% 50% at 80% 20%, rgba(37, 211, 102, 0.25), transparent 50%),
		linear-gradient(145deg, #052e2b, #031a18);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-right: 0;
	margin-right: calc(-1 * clamp(1.25rem, 4vw, 2rem));
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.65rem;
}

.capability__row--flip .mock {
	border-radius: 0 1.5rem 1.5rem 0;
	border-right: 1px solid rgba(255, 255, 255, 0.08);
	border-left: 0;
	margin-right: 0;
	margin-left: calc(-1 * clamp(1.25rem, 4vw, 2rem));
}

.mock__row {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	padding: 0.85rem 1rem;
	border-radius: 0.85rem;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.06);
	color: rgba(255, 255, 255, 0.85);
}

.mock__row.is-live {
	background: rgba(37, 211, 102, 0.14);
	border-color: rgba(37, 211, 102, 0.35);
}

.mock__row span {
	font-family: "Instrument Sans", system-ui, sans-serif;
	font-weight: 700;
	font-size: 0.85rem;
}

.mock__row em {
	font-style: normal;
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.55);
}

.mock--flow {
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.5rem 0.35rem;
}

.mock__step {
	padding: 0.7rem 1rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-family: "Instrument Sans", system-ui, sans-serif;
	font-size: 0.8rem;
	font-weight: 600;
}

.mock__step.is-accent {
	background: rgba(37, 211, 102, 0.2);
	border: 1px solid rgba(37, 211, 102, 0.4);
}

.mock__arrow {
	width: 1.25rem;
	height: 2px;
	background: rgba(255, 255, 255, 0.35);
}

.mock--woo {
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
}

.mock__pill {
	padding: 0.75rem 1.1rem;
	border-radius: 0.85rem;
	background: rgba(255, 255, 255, 0.07);
	color: rgba(255, 255, 255, 0.85);
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	font-size: 0.78rem;
}

.mock__pill.is-accent {
	background: var(--cx-whatsapp);
	color: var(--cx-brand-ink);
	font-family: "Instrument Sans", system-ui, sans-serif;
	font-weight: 700;
}

@media (max-width: 860px) {
	.capability__row,
	.capability__row--flip {
		grid-template-columns: 1fr;
	}

	.capability__row--flip .capability__copy,
	.capability__row--flip .capability__visual {
		order: initial;
	}

	.mock,
	.capability__row--flip .mock {
		border-radius: 1.25rem;
		margin-left: 0;
		margin-right: 0;
		border: 1px solid rgba(255, 255, 255, 0.08);
	}
}

/* ---- Close CTA ---- */

.close-cta {
	padding: clamp(4.5rem, 10vw, 7rem) clamp(1.25rem, 4vw, 2rem);
	background:
		radial-gradient(ellipse 50% 70% at 50% 120%, rgba(37, 211, 102, 0.3), transparent 55%),
		#031a18;
	color: #fff;
	text-align: center;
}

.close-cta__inner {
	max-width: 640px;
	margin: 0 auto;
}

.close-cta__brand {
	font-size: clamp(2rem, 5vw, 3rem) !important;
	margin-bottom: 1rem !important;
}

.close-cta h2 {
	color: #fff;
	font-size: clamp(1.75rem, 3.5vw, 2.5rem);
	max-width: 14ch;
	margin: 0 auto 0.85rem;
}

.close-cta p {
	color: rgba(255, 255, 255, 0.7);
	max-width: 38ch;
	margin: 0 auto 1.75rem;
	font-size: 1.05rem;
}

.close-cta .hero__actions {
	justify-content: center;
}

/* ---- Sections (inner pages) ---- */

.section {
	padding: clamp(3.5rem, 8vw, 5.5rem) clamp(1.25rem, 4vw, 2rem);
	background: #fff;
}

.section.section--mesh {
	background:
		radial-gradient(ellipse 70% 60% at 0% 50%, rgba(45, 212, 191, 0.12), transparent 55%),
		linear-gradient(180deg, #eef8f6 0%, #f6f9fc 100%);
}

.pricing-section.section {
	background: var(--cx-slate-50);
}

.section__inner {
	max-width: 1180px;
	margin: 0 auto;
}

.section__label {
	display: inline-block;
	font-family: "Instrument Sans", system-ui, sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--cx-teal);
	margin-bottom: 0.75rem;
}

.section h2 {
	font-size: clamp(1.75rem, 3.5vw, 2.65rem);
	margin: 0 0 0.75rem;
	max-width: 18ch;
}

.section__lead {
	max-width: 48ch;
	color: var(--cx-slate-600);
	font-size: 1.1rem;
	margin: 0 0 2.5rem;
}

.section--dark {
	background: var(--cx-brand-deep);
	color: #fff;
}

.section--dark h2,
.section--dark .section__label {
	color: #fff;
}

.section--dark .section__label {
	color: var(--cx-mint);
}

.section--dark .section__lead {
	color: rgba(255, 255, 255, 0.65);
}

.section--mesh {
	background:
		radial-gradient(ellipse 70% 60% at 0% 50%, rgba(45, 212, 191, 0.12), transparent 55%),
		linear-gradient(180deg, #eef8f6 0%, #f6f9fc 100%);
}

/* ---- Reveal motion ---- */

[data-reveal] {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.7s var(--cx-ease), transform 0.7s var(--cx-ease);
}

[data-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* ---- Proof strip (legacy) ---- */

.proof-strip {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	text-align: center;
}

.proof-item strong {
	display: block;
	font-family: "Instrument Sans", system-ui, sans-serif;
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	letter-spacing: -0.02em;
	color: var(--cx-whatsapp);
	margin-bottom: 0.35rem;
}

.proof-item span {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.95rem;
}

@media (max-width: 640px) {
	.proof-strip {
		grid-template-columns: 1fr;
	}
}

/* ---- Pricing ---- */

.pricing-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	align-items: stretch;
}

.price-tier {
	position: relative;
	padding: 1.5rem 1.35rem 1.75rem;
	border-radius: var(--cx-radius);
	background: #fff;
	border: 1px solid rgba(10, 37, 64, 0.08);
	display: flex;
	flex-direction: column;
	transition: transform 0.3s var(--cx-ease), box-shadow 0.3s var(--cx-ease), border-color 0.3s ease;
}

.price-tier:hover {
	transform: translateY(-6px);
	box-shadow: 0 22px 48px rgba(10, 37, 64, 0.08);
}

.price-tier--featured {
	border-color: rgba(13, 148, 136, 0.45);
	box-shadow: 0 18px 40px rgba(13, 148, 136, 0.12);
	background: linear-gradient(180deg, #eef8f6 0%, #fff 45%);
}

.price-tier__badge {
	position: absolute;
	top: -0.7rem;
	left: 50%;
	transform: translateX(-50%);
	background: var(--cx-brand-deep);
	color: var(--cx-mint);
	font-family: "Instrument Sans", system-ui, sans-serif;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 0.3rem 0.7rem;
	border-radius: 999px;
	white-space: nowrap;
}

.price-tier h3 {
	margin: 0.5rem 0 0.25rem;
	font-size: 1.25rem;
}

.price-tier__price {
	font-family: "Instrument Sans", system-ui, sans-serif;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin: 0.35rem 0;
	color: var(--cx-brand-deep);
}

.price-tier__price small {
	font-size: 0.95rem;
	font-weight: 600;
	color: var(--cx-slate-600);
}

.price-tier__pitch {
	font-size: 0.9rem;
	color: var(--cx-slate-600);
	margin: 0 0 1rem;
	min-height: 2.8em;
}

.price-tier ul {
	list-style: none;
	padding: 0;
	margin: 0 0 1.5rem;
	flex: 1;
}

.price-tier li {
	position: relative;
	padding: 0.4rem 0 0.4rem 1.35rem;
	font-size: 0.9rem;
	color: var(--cx-slate-600);
	border-top: 1px solid rgba(10, 37, 64, 0.06);
}

.price-tier li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.75rem;
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	background: var(--cx-teal);
}

.price-tier .wp-block-buttons,
.price-tier .tier-cta {
	margin-top: auto;
}

.price-note {
	margin-top: 1.5rem;
	font-size: 0.875rem;
	color: var(--cx-slate-600);
	max-width: 62ch;
}

@media (max-width: 1100px) {
	.pricing-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 640px) {
	.pricing-grid {
		grid-template-columns: 1fr;
	}
}

/* ---- FAQ ---- */

.faq-list {
	max-width: 720px;
	margin: 0 auto;
	display: grid;
	gap: 0.75rem;
}

.faq-item {
	padding: 1.15rem 1.25rem;
	border-radius: 1rem;
	background: #fff;
	border: 1px solid rgba(10, 37, 64, 0.08);
}

.faq-item h3 {
	margin: 0 0 0.4rem;
	font-size: 1.05rem;
}

.faq-item p {
	margin: 0;
	color: var(--cx-slate-600);
	font-size: 0.95rem;
}

/* ---- Page heroes (inner) ---- */

.page-hero {
	padding: clamp(4.5rem, 10vw, 6.5rem) clamp(1.25rem, 4vw, 2rem) clamp(2.5rem, 5vw, 3.5rem);
	background:
		radial-gradient(ellipse 80% 60% at 10% -10%, rgba(45, 212, 191, 0.22), transparent 50%),
		radial-gradient(ellipse 60% 50% at 90% 10%, rgba(37, 211, 102, 0.12), transparent 45%),
		linear-gradient(180deg, #eef8f6 0%, #f6f9fc 100%);
	color: var(--cx-brand-deep);
	border-bottom: 1px solid rgba(10, 37, 64, 0.06);
}

.page-hero__inner {
	max-width: 1180px;
	margin: 0 auto;
}

.page-hero h1 {
	color: var(--cx-brand-deep);
	font-size: clamp(2rem, 4.5vw, 3rem);
	letter-spacing: -0.03em;
	margin: 0 0 0.75rem;
	max-width: 16ch;
}

.page-hero p {
	max-width: 42ch;
	color: var(--cx-muted);
	font-size: 1.125rem;
	line-height: 1.6;
	margin: 0;
}

.site-main--page {
	padding-top: 0;
	padding-bottom: 0;
}

.page-title {
	max-width: 1180px;
	margin: 0 auto 1.5rem;
	padding: 0 1.25rem;
}

/* ---- Contact ---- */

.contact-panel {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 2rem;
	align-items: start;
}

.contact-card {
	padding: 2rem;
	border-radius: var(--cx-radius);
	background: var(--cx-brand-deep);
	color: #fff;
}

.contact-card .section__label {
	color: var(--cx-mint);
}

.contact-card a {
	color: var(--cx-mint);
	text-decoration: none;
	font-family: "Instrument Sans", system-ui, sans-serif;
	font-weight: 700;
	font-size: 1.25rem;
}

.contact-card p {
	color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 780px) {
	.contact-panel {
		grid-template-columns: 1fr;
	}
}

/* ---- CTA band ---- */

.cta-band {
	text-align: center;
	padding: clamp(3.5rem, 8vw, 5rem) 1.25rem;
	background:
		radial-gradient(ellipse 50% 80% at 50% 120%, rgba(45, 212, 191, 0.2), transparent 55%),
		var(--cx-brand-deep);
	color: #fff;
}

.cta-band h2 {
	color: #fff;
	max-width: 16ch;
	margin: 0 auto 0.75rem;
}

.cta-band p {
	color: rgba(255, 255, 255, 0.65);
	max-width: 40ch;
	margin: 0 auto 1.75rem;
}

/* ---- Footer bar (dark strip; link columns live in resources.css) ---- */

.site-branding--footer .wp-block-site-title,
.site-branding--footer .wp-block-site-title a {
	color: #fff;
	font-size: 1rem;
}

.site-branding--footer:not(:has(.wp-block-site-logo img)) .wp-block-site-title a::before {
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 0.35rem;
	box-shadow: none;
	vertical-align: -0.2rem;
}

.site-footer .site-logo-image img {
	max-height: 1.75rem;
	filter: brightness(0) invert(1);
}

.site-footer__legal {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.4);
}

/* ---- Feature grid (features page) ---- */

.feature-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem;
}

.feature-card {
	padding: 1.5rem;
	border-radius: var(--cx-radius);
	background: #fff;
	border: 1px solid rgba(10, 37, 64, 0.08);
	transition: transform 0.3s var(--cx-ease), box-shadow 0.3s var(--cx-ease), border-color 0.2s ease;
}

.feature-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 36px rgba(10, 37, 64, 0.08);
	border-color: rgba(13, 148, 136, 0.3);
}

.feature-card__icon {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 0.75rem;
	margin-bottom: 1rem;
	background: linear-gradient(145deg, #14b8a6, #0d9488);
}

.feature-card h3 {
	margin: 0 0 0.5rem;
	font-size: 1.15rem;
	color: var(--cx-brand-deep);
}

.feature-card p {
	margin: 0;
	color: var(--cx-slate-600);
	font-size: 0.95rem;
}

@media (max-width: 900px) {
	.feature-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 560px) {
	.feature-grid {
		grid-template-columns: 1fr;
	}
}
