:root {
	--rad-ink: #f7fbff;
	--rad-body: #d6e0ea;
	--rad-muted: #8fa0b2;
	--rad-deep: #121820;
	--rad-graphite: #1e2832;
	--rad-panel: #26323f;
	--rad-panel-soft: #303d4a;
	--rad-line: rgba(255, 255, 255, 0.13);
	--rad-line-strong: rgba(255, 255, 255, 0.22);
	--rad-white: #ffffff;
	--rad-teal: #2fc0aa;
	--rad-teal-dark: #1f9d8a;
	--rad-amber: #f2b84b;
	--rad-red: #e07070;
	--rad-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
	--rad-gutter: clamp(14px, 2vw, 28px);
	--rad-content-max: 1680px;
	--rad-font-main: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--rad-button-font-size: 1rem;
	--rad-button-font-weight: 700;
	--rad-button-line-height: 1.2;
	--rad-button-min-height: 46px;
	--rad-button-padding: 11px 18px;
	--rad-button-radius: 7px;
}

html {
	scroll-behavior: smooth;
	background: var(--rad-deep);
}

body {
	background:
		radial-gradient(circle at 12% 0%, rgba(47, 192, 170, 0.12), transparent 26rem),
		linear-gradient(180deg, #121820 0%, #1e2832 52%, #121820 100%);
	color: var(--rad-body);
	font-family: var(--rad-font-main);
	font-weight: 400;
}

a {
	color: var(--rad-teal);
}

a:hover {
	color: #66ddcc;
}

body,
#wrapper,
#inner-wrap,
.site,
.site-container,
.content-container,
.content-wrap,
.site-main,
.content-area,
.entry,
.single-entry,
.entry-content,
.entry-content-wrap,
.content-bg,
.content-style-boxed .entry-content-wrap,
.content-style-unboxed .entry-content-wrap,
.wp-site-blocks {
	background: transparent !important;
}

.content-container,
.site-container,
.entry.single-entry,
.content-style-boxed .content-bg:not(.loop-entry) {
	max-width: none;
	box-shadow: none;
}

.content-container,
.site-container,
.entry.single-entry,
.entry-content-wrap {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 !important;
}

.site-header-row-layout-contained,
.site-header-row-container-inner > .site-container,
.mobile-header-row-container-inner > .site-container {
	max-width: none;
	padding-left: var(--rad-gutter) !important;
	padding-right: var(--rad-gutter) !important;
}

.entry-content {
	background: var(--rad-deep);
}

.has-white-background-color,
.has-pale-cyan-blue-background-color,
.has-luminous-vivid-amber-background-color,
.has-light-green-cyan-background-color,
.has-very-light-gray-background-color,
.has-cyan-bluish-gray-background-color,
.has-background:not(.hero):not(.section--founders-cta):not(.section--final-cta):not(.founders-pricing-note) {
	background-color: var(--rad-graphite) !important;
	color: var(--rad-body);
}

.has-black-color,
.has-primary-color,
.has-theme-palette-3-color,
.has-theme-palette-4-color,
.has-theme-palette-5-color {
	color: var(--rad-body) !important;
}

#masthead {
	position: sticky;
	top: 0;
	z-index: 20;
	background: rgba(18, 24, 32, 0.9);
	border-bottom: 1px solid var(--rad-line);
	backdrop-filter: blur(18px);
}

.site-header-wrap,
.site-header-row-container,
.site-header-row-container-inner,
.site-main-header-inner-wrap,
.site-header-row,
.site-main-header-wrap,
.site-header-main-section-left,
.site-header-main-section-right,
.mobile-header-wrap,
.mobile-header-row,
.mobile-header-row-container,
.mobile-header-row-container-inner {
	background: var(--rad-deep) !important;
}

.site-branding a.brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-height: 42px;
	color: var(--rad-white);
	font-weight: 600;
	letter-spacing: 0;
}

.site-branding a.brand::before {
	content: "";
	display: inline-block;
	width: clamp(205px, 23vw, 256px);
	aspect-ratio: 512 / 100;
	height: auto;
	background: url("../images/radarion-logo-largo-clasico.png") left center / contain no-repeat;
	filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.24));
}

.site-branding .site-title,
.site-branding .site-description {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.header-navigation .header-menu-container > ul > li.menu-item > a,
.mobile-toggle-open-container .menu-toggle-open {
	color: #eef5fb !important;
	font-weight: 500;
}

.header-navigation .header-menu-container > ul > li.menu-item > a:hover,
.mobile-toggle-open-container .menu-toggle-open:hover {
	color: var(--rad-white);
}

.header-navigation .header-menu-container > ul > li.menu-item.current-menu-item > a,
.header-navigation .header-menu-container > ul > li.menu-item.current_page_item > a {
	color: #f5cb6f !important;
}

.popup-drawer .drawer-inner {
	background: var(--rad-deep);
	color: var(--rad-body);
}

.popup-drawer .drawer-inner .drawer-navigation .menu-item a,
.mobile-navigation ul li a,
.mobile-navigation ul li.current-menu-item > a,
.mobile-navigation ul li.current_page_item > a {
	color: #eef5fb !important;
}

.popup-drawer .drawer-inner .drawer-navigation .menu-item a:hover,
.mobile-navigation ul li a:hover {
	color: var(--rad-white) !important;
}

.site-main .entry-content,
.content-area {
	overflow: hidden;
}

.entry-content > .wp-block-group,
.entry-content > .wp-block-columns,
.entry-content > .wp-block-heading,
.entry-content > .wp-block-paragraph,
.entry-content > .wp-block-table,
.entry-content > .wp-block-list,
.entry-content > .wp-block-details,
.entry-content > .wp-block-buttons {
	width: calc(100% - (var(--rad-gutter) * 2));
	max-width: var(--rad-content-max);
	margin-left: auto;
	margin-right: auto;
}

.entry-content > .wp-block-group.alignfull,
.entry-content > .hero,
.entry-content > .section {
	max-width: none;
}

.hero {
	position: relative;
	min-height: 590px;
	padding: clamp(48px, 5.5vw, 76px) var(--rad-gutter) clamp(38px, 4.5vw, 58px);
	background:
		linear-gradient(90deg, rgba(18, 24, 32, 0.98) 0%, rgba(30, 40, 50, 0.94) 45%, rgba(30, 40, 50, 0.46) 76%),
		url("/wp-content/uploads/radarion/hero-intelligence-workflow.png") right center / cover no-repeat,
		var(--rad-graphite);
	color: var(--rad-white);
	isolation: isolate;
}

.hero::before {
	content: "";
	position: absolute;
	right: var(--rad-gutter);
	bottom: clamp(34px, 6vw, 76px);
	width: clamp(150px, 23vw, 310px);
	aspect-ratio: 1;
	background: url("../images/radarion-logo-basico.png") center / contain no-repeat;
	opacity: 0.16;
	filter: drop-shadow(0 28px 38px rgba(0, 0, 0, 0.42));
	z-index: 0;
}

.hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 8px;
	background: linear-gradient(90deg, var(--rad-teal), var(--rad-amber), var(--rad-red));
}

.hero > * {
	position: relative;
	max-width: 690px;
	z-index: 1;
}

.hero h1 {
	max-width: 670px;
	margin: 0 0 22px;
	color: var(--rad-white);
	font-size: clamp(2.65rem, 5vw, 5rem);
	font-weight: 600;
	line-height: 0.98;
	letter-spacing: 0;
	text-wrap: balance;
}

.hero .subtitle,
.lead,
.entry-content > p:first-of-type {
	color: #dbe5ef;
	font-size: clamp(1.08rem, 1.7vw, 1.28rem);
	font-weight: 400;
	line-height: 1.65;
}

.hero .microcopy {
	color: #aebdca;
	font-size: 0.95rem;
	font-weight: 400;
	margin-top: 14px;
}

.wp-block-button__link,
button,
input[type="submit"] {
	min-height: var(--rad-button-min-height);
	border-radius: var(--rad-button-radius) !important;
	padding: var(--rad-button-padding);
	font-family: var(--rad-font-main);
	font-size: var(--rad-button-font-size);
	font-weight: var(--rad-button-font-weight);
	line-height: var(--rad-button-line-height);
	letter-spacing: 0;
	box-shadow: none !important;
}

.wp-block-button__link,
button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link,
input[type="submit"] {
	border: 1px solid var(--rad-amber);
	background: var(--rad-amber);
	color: #161b20;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
input[type="submit"]:hover {
	background: #ffd173;
	border-color: #ffd173;
	color: #111827;
}

.wp-block-button.is-style-outline .wp-block-button__link {
	border: 1px solid var(--rad-line-strong);
	color: var(--rad-white);
	background: rgba(255, 255, 255, 0.07);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.72);
}

.section {
	position: relative;
	padding: clamp(34px, 4.2vw, 54px) var(--rad-gutter);
	background: var(--rad-graphite);
	color: var(--rad-body);
}

.section:nth-of-type(odd) {
	background: var(--rad-deep);
}

.section h2,
.entry-content > h1,
.entry-content > h2 {
	max-width: 820px;
	margin-top: 0;
	color: var(--rad-white);
	font-size: clamp(2rem, 3.2vw, 3.25rem);
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: 0;
	text-wrap: balance;
}

.section h3,
.wp-block-column h3 {
	color: var(--rad-white);
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0;
}

.section h4,
.wp-block-column h4 {
	color: var(--rad-white);
	font-size: clamp(1.1rem, 1.1vw, 1.24rem);
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0;
}

.section--method .wp-block-column h4 {
	margin-top: 0;
	margin-bottom: 12px;
	color: var(--step-color, #f6fbff);
}

.section p,
.section li,
.wp-block-column p,
.wp-block-column li {
	color: var(--rad-body);
}

.section li::marker,
.wp-block-column li::marker {
	color: var(--rad-amber);
	font-weight: 600;
}

.section--method .wp-block-column li::marker {
	color: var(--rad-teal);
}

.wp-block-columns {
	gap: clamp(12px, 1.4vw, 18px);
}

.wp-block-buttons {
	gap: 10px;
}

.wp-block-column {
	min-width: 0;
}

.section .wp-block-column,
.entry-content > .wp-block-columns .wp-block-column,
.pricing-cards .wp-block-column {
	border: 1px solid var(--rad-line);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 58%),
		var(--rad-panel);
	padding: clamp(15px, 1.25vw, 19px);
	box-shadow: var(--rad-shadow);
}

.section--method .wp-block-column {
	--step-color: var(--rad-teal);
	--step-glow: rgba(47, 192, 170, 0.28);
	border-top: 4px solid var(--step-color);
	background:
		linear-gradient(180deg, var(--step-glow), transparent 42%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 58%),
		var(--rad-panel);
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.02) inset,
		0 14px 34px var(--step-glow) inset,
		var(--rad-shadow);
}

.section--method .wp-block-column:nth-child(1) {
	--step-color: #38d8c6;
	--step-glow: rgba(56, 216, 198, 0.26);
}

.section--method .wp-block-column:nth-child(2) {
	--step-color: #f5cb6f;
	--step-glow: rgba(245, 203, 111, 0.25);
}

.section--method .wp-block-column:nth-child(3) {
	--step-color: #6aa8ff;
	--step-glow: rgba(106, 168, 255, 0.24);
}

.section--method .wp-block-column:nth-child(4) {
	--step-color: #b58cff;
	--step-glow: rgba(181, 140, 255, 0.23);
}

.section--method .wp-block-column:nth-child(5) {
	--step-color: #ff9a76;
	--step-glow: rgba(255, 154, 118, 0.24);
}

.section--problem .wp-block-column:nth-child(2) {
	border-top-color: var(--rad-amber);
}

.section--problem .wp-block-column:nth-child(3) {
	border-top: 4px solid var(--rad-red);
}

.section--comparison {
	background: #0f141b;
	color: #e8eef5;
}

.section--comparison h2,
.section--comparison strong {
	color: var(--rad-white);
}

.wp-block-table {
	overflow-x: auto;
}

.wp-block-table table {
	border-collapse: separate;
	border-spacing: 0;
	min-width: 760px;
	border: 1px solid var(--rad-line);
	border-radius: 8px;
	overflow: hidden;
	background: var(--rad-panel);
	box-shadow: var(--rad-shadow);
}

.wp-block-table th {
	background: #141b24;
	color: var(--rad-white);
	font-weight: 600;
}

.wp-block-table th,
.wp-block-table td {
	border-color: var(--rad-line);
	padding: 14px 16px;
	color: var(--rad-body);
	vertical-align: top;
}

.wp-block-table tbody tr:nth-child(even) td {
	background: rgba(255, 255, 255, 0.025);
}

.comparison-table table {
	box-shadow: none;
}

.comparison-table td:first-child,
.pricing-table td:first-child {
	font-weight: 600;
	color: var(--rad-white);
}

.signal-ok {
	color: #50d9c6;
	font-weight: 600;
}

.signal-no {
	color: #ff8989;
	font-weight: 600;
}

.signal-partial {
	color: #f5cb6f;
	font-weight: 600;
}

.rad-pricing-page {
	background: var(--rad-deep);
	color: var(--rad-body);
	padding-top: 0;
}

/* Product page ---------------------------------------------------------- */

.rad-product-page {
	background: var(--rad-deep);
	color: var(--rad-body);
	padding: 0 0 clamp(34px, 5vw, 72px);
}

.rad-product-hero,
.rad-product-section,
.rad-product-final {
	width: min(calc(100% - (var(--rad-gutter) * 2)), var(--rad-content-max));
	margin: 0 auto;
}

.rad-product-hero {
	display: grid;
	grid-template-columns: minmax(320px, 0.48fr) minmax(560px, 1.52fr);
	grid-template-areas:
		"eyebrow eyebrow"
		"title title"
		"copy visual";
	column-gap: clamp(30px, 3.5vw, 54px);
	row-gap: clamp(18px, 2.2vw, 32px);
	align-items: start;
	overflow: hidden;
	padding: clamp(34px, 4.2vw, 58px) clamp(24px, 4.5vw, 62px) clamp(26px, 3vw, 42px);
	border: 1px solid var(--rad-line);
	border-bottom-color: rgba(242, 184, 75, 0.34);
	border-radius: 14px;
	background:
		radial-gradient(circle at 80% 30%, rgba(76, 139, 245, 0.17), transparent 29rem),
		linear-gradient(135deg, rgba(47, 192, 170, 0.2), rgba(242, 184, 75, 0.08)),
		var(--rad-panel);
}

.rad-product-eyebrow {
	margin: 0 0 12px;
	color: var(--rad-teal);
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.rad-product-hero > .rad-product-eyebrow {
	grid-area: eyebrow;
	align-self: start;
	margin-bottom: 2px;
}

.rad-product-hero h1,
.rad-product-section h2,
.rad-product-final h2 {
	margin: 0;
	color: var(--rad-white);
	font-weight: 650;
	line-height: 1.04;
	text-wrap: balance;
}

.rad-product-hero h1 {
	grid-area: title;
	width: fit-content;
	max-width: 100%;
	margin-top: 0;
	background: transparent;
	padding: 0;
	font-size: clamp(2.3rem, 3.35vw, 3.75rem);
}

.rad-product-hero__copy {
	grid-area: copy;
	align-self: start;
	padding: 4px 0 0;
}

.rad-product-hero__copy > p:not(.rad-product-eyebrow) {
	max-width: 340px;
	margin: 0;
	color: #dce7f2;
	font-size: clamp(0.98rem, 1.12vw, 1.08rem);
	line-height: 1.7;
}

.rad-product-actions {
	display: flex;
	flex-wrap: nowrap;
	gap: 12px;
	margin-top: 22px;
}

.rad-product-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: var(--rad-button-min-height);
	border-radius: var(--rad-button-radius);
	padding: var(--rad-button-padding);
	font-size: var(--rad-button-font-size);
	font-weight: var(--rad-button-font-weight);
	line-height: var(--rad-button-line-height);
	white-space: nowrap;
	text-decoration: none;
	transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.rad-product-button:hover {
	transform: translateY(-1px);
}

.rad-product-button--primary {
	border: 1px solid var(--rad-amber);
	background: var(--rad-amber);
	color: #151a20 !important;
}

.rad-product-button--primary:hover {
	border-color: #ffd173;
	background: #ffd173;
	color: #111827 !important;
}

.rad-product-button--secondary {
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.065);
	color: var(--rad-white) !important;
}

.rad-product-button--secondary:hover {
	border-color: rgba(255, 255, 255, 0.65);
	background: rgba(255, 255, 255, 0.11);
	color: var(--rad-white) !important;
}

.rad-product-visual {
	overflow: hidden;
	margin: 0;
	border: 1px solid rgba(115, 155, 209, 0.36);
	border-radius: 14px;
	background: #0d1423;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
}

.rad-product-visual--overview {
	grid-area: visual;
	border-color: rgba(102, 156, 245, 0.58);
	box-shadow:
		0 20px 50px rgba(5, 13, 27, 0.38),
		0 0 36px rgba(76, 139, 245, 0.12);
}

.rad-product-visual--overview img {
	aspect-ratio: 4.2 / 1;
	object-fit: cover;
	object-position: center;
}

.rad-product-visual__bar {
	display: flex;
	align-items: center;
	gap: 6px;
	height: 28px;
	padding: 0 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background: #151e2e;
}

.rad-product-visual__bar span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.24);
}

.rad-product-visual__bar span:first-child {
	background: var(--rad-amber);
}

.rad-product-visual__bar span:nth-child(2) {
	background: var(--rad-teal);
}

.rad-product-visual img {
	display: block;
	width: 100%;
	height: auto;
}

.rad-product-section {
	padding: clamp(56px, 7vw, 104px) clamp(10px, 2.5vw, 38px);
}

.rad-product-section__intro {
	max-width: 900px;
	margin: 0 0 clamp(30px, 4vw, 52px);
}

.rad-product-section h2,
.rad-product-final h2 {
	font-size: clamp(2.15rem, 3.8vw, 3.75rem);
}

.rad-product-section__intro > p:not(.rad-product-eyebrow),
.rad-product-reports__copy > p:not(.rad-product-eyebrow),
.rad-product-final > div > p:not(.rad-product-eyebrow) {
	margin: 20px 0 0;
	color: var(--rad-body);
	font-size: clamp(1rem, 1.25vw, 1.16rem);
	line-height: 1.75;
}

.rad-product-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: clamp(28px, 4vw, 52px);
}

.rad-product-steps article {
	position: relative;
	min-height: 190px;
	border: 1px solid var(--rad-line);
	border-radius: 12px;
	background: linear-gradient(145deg, rgba(48, 61, 74, 0.95), rgba(30, 40, 50, 0.96));
	padding: 26px;
}

.rad-product-steps article::before {
	content: "";
	position: absolute;
	top: 0;
	left: 26px;
	width: 54px;
	height: 3px;
	background: var(--rad-teal);
}

.rad-product-steps article:nth-child(2)::before {
	background: var(--rad-amber);
}

.rad-product-steps article:nth-child(3)::before {
	background: #669cf5;
}

.rad-product-steps span {
	color: var(--rad-muted);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.rad-product-steps h3 {
	margin: 13px 0 9px;
	color: var(--rad-white);
	font-size: clamp(1.35rem, 1.8vw, 1.8rem);
}

.rad-product-steps p {
	margin: 0;
	color: var(--rad-body);
	line-height: 1.65;
}

.rad-product-visual figcaption {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding: 13px 17px;
	color: #aebdca;
	font-size: 0.88rem;
	line-height: 1.5;
}

.rad-product-reports {
	display: grid;
	grid-template-columns: minmax(360px, 0.82fr) minmax(360px, 0.78fr);
	gap: clamp(38px, 7vw, 110px);
	align-items: center;
	border-top: 1px solid var(--rad-line);
}

.rad-product-visual--reports {
	max-width: 780px;
}

.rad-product-reports__copy ul {
	display: grid;
	gap: 13px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.rad-product-reports__copy li {
	position: relative;
	padding-left: 25px;
	color: #e0e8f0;
	line-height: 1.55;
}

.rad-product-reports__copy li::before {
	content: "";
	position: absolute;
	top: 0.58em;
	left: 2px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--rad-teal);
	box-shadow: 0 0 0 5px rgba(47, 192, 170, 0.12);
}

.rad-product-final {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 34px;
	align-items: end;
	border: 1px solid rgba(242, 184, 75, 0.3);
	border-radius: 14px;
	background:
		linear-gradient(120deg, rgba(47, 192, 170, 0.2), rgba(242, 184, 75, 0.09)),
		var(--rad-panel);
	padding: clamp(34px, 5vw, 68px);
}

.rad-product-final > div:first-child {
	max-width: 900px;
}

.rad-product-final .rad-product-actions {
	justify-content: flex-end;
	margin-top: 0;
}

.rad-pricing-hero,
.rad-pricing-section,
.rad-pricing-final {
	width: min(calc(100% - (var(--rad-gutter) * 2)), var(--rad-content-max));
	margin: 0 auto;
}

.rad-pricing-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(30px, 5vw, 66px);
	border-bottom: 1px solid rgba(242, 184, 75, 0.34);
	background:
		linear-gradient(135deg, rgba(47, 192, 170, 0.2), rgba(242, 184, 75, 0.09)),
		linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 58%),
		var(--rad-panel);
	isolation: isolate;
}

.rad-pricing-hero::after {
	content: "";
	position: absolute;
	right: clamp(22px, 6vw, 92px);
	bottom: -64px;
	width: clamp(180px, 26vw, 360px);
	aspect-ratio: 1;
	background: url("../images/radarion-logo-cuadrado.png") center / contain no-repeat;
	opacity: 0.11;
	pointer-events: none;
	z-index: -1;
}

.rad-pricing-eyebrow {
	margin: 0 0 12px;
	color: var(--rad-amber);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.rad-pricing-hero h1,
.rad-pricing-section h2,
.rad-pricing-final h2 {
	max-width: 920px;
	margin: 0 0 18px;
	color: var(--rad-white);
	font-weight: 650;
	line-height: 1.03;
	text-wrap: balance;
}

.rad-pricing-hero h1 {
	max-width: 800px;
	margin: 0 0 20px;
	font-size: clamp(2.4rem, 4.7vw, 5rem);
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
}

.rad-pricing-hero > p:not(.rad-pricing-eyebrow):not(.rad-pricing-note) {
	max-width: 760px;
	margin: 0;
	color: #dce7f2;
	font-size: clamp(1.05rem, 1.55vw, 1.28rem);
	line-height: 1.7;
}

.rad-pricing-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.rad-pricing-button,
.rad-pricing-card > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: var(--rad-button-min-height);
	border-radius: var(--rad-button-radius);
	padding: var(--rad-button-padding);
	font-size: var(--rad-button-font-size);
	font-weight: var(--rad-button-font-weight);
	line-height: var(--rad-button-line-height);
	text-decoration: none;
	transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

.rad-pricing-button:hover,
.rad-pricing-card > a:hover {
	transform: translateY(-1px);
}

.rad-pricing-button--primary,
.rad-pricing-card > a {
	border: 1px solid var(--rad-amber);
	background: var(--rad-amber);
	color: #151a20 !important;
}

.rad-pricing-button--primary:hover,
.rad-pricing-card > a:hover {
	border-color: #ffd173;
	background: #ffd173;
	color: #111827 !important;
}

.rad-pricing-button--secondary {
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.065);
	color: var(--rad-white) !important;
}

.rad-pricing-button--secondary:hover {
	border-color: rgba(255, 255, 255, 0.7);
	background: rgba(255, 255, 255, 0.12);
	color: var(--rad-white) !important;
}

.rad-pricing-note {
	max-width: 760px;
	margin: 18px 0 0;
	color: #b9c6d3;
	font-size: 0.93rem;
	line-height: 1.65;
}

.rad-pricing-note--plans {
	max-width: none;
	margin-top: 18px;
	border: 1px solid rgba(242, 184, 75, 0.28);
	border-radius: 10px;
	background: rgba(242, 184, 75, 0.07);
	padding: 12px 15px;
	color: #dce7f2;
}

.rad-pricing-section,
.rad-pricing-final {
	padding: clamp(42px, 5.5vw, 76px) 0;
}

.rad-pricing-section__intro {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.85fr);
	gap: clamp(18px, 4vw, 72px);
	align-items: end;
	margin-bottom: clamp(24px, 3vw, 38px);
}

.rad-pricing-section h2,
.rad-pricing-final h2 {
	font-size: clamp(2rem, 3.4vw, 3.35rem);
}

.rad-pricing-section__intro p,
.rad-pricing-final p,
.rad-pricing-radars p,
.rad-pricing-choice__grid span {
	color: var(--rad-body);
	line-height: 1.7;
}

.rad-pricing-cards {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(14px, 1.6vw, 22px);
	align-items: stretch;
}

.rad-pricing-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	border: 1px solid var(--rad-line);
	border-radius: 12px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 54%),
		var(--rad-panel);
	padding: clamp(12px, 1.2vw, 16px) clamp(18px, 2vw, 26px) clamp(18px, 2vw, 26px);
	box-shadow: var(--rad-shadow);
}

.rad-pricing-card__kicker {
	height: 34px;
	margin-right: 118px;
}

.rad-pricing-card--featured {
	border-color: rgba(242, 184, 75, 0.8);
	background:
		linear-gradient(180deg, rgba(242, 184, 75, 0.18), transparent 48%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 54%),
		var(--rad-panel);
	transform: none;
}

.rad-pricing-card--featured::before {
	content: attr(data-badge);
	position: absolute;
	top: 0;
	right: clamp(18px, 1.8vw, 28px);
	transform: translateY(-50%);
	z-index: 2;
	border: 1px solid rgba(242, 184, 75, 0.7);
	border-radius: 999px;
	background:
		linear-gradient(180deg, rgba(242, 184, 75, 0.22), rgba(242, 184, 75, 0.12)),
		var(--rad-panel);
	padding: 5px 9px;
	color: #ffd173;
	font-size: 0.74rem;
	font-weight: 800;
	line-height: 1.25;
	text-transform: uppercase;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.24);
	pointer-events: none;
}

.rad-pricing-card--enterprise {
	border-color: rgba(47, 192, 170, 0.5);
}

.rad-pricing-card__badge {
	position: absolute;
	top: 0;
	right: clamp(18px, 1.8vw, 28px);
	transform: translateY(-50%);
	margin: 0;
	border: 1px solid rgba(242, 184, 75, 0.7);
	border-radius: 999px;
	background:
		linear-gradient(180deg, rgba(242, 184, 75, 0.22), rgba(242, 184, 75, 0.12)),
		var(--rad-panel);
	padding: 5px 9px;
	color: #ffd173;
	font-size: 0.74rem;
	font-weight: 800;
	text-transform: uppercase;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.24);
}

.rad-pricing-card__kicker {
	display: flex;
	align-items: flex-start;
	margin-top: 0;
	margin-bottom: 0;
	color: var(--rad-teal);
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.28;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.rad-pricing-card__kicker--pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	height: 28px;
	margin-right: 0;
	margin-bottom: 0;
	border: 1px solid rgba(47, 192, 170, 0.76);
	border-radius: 999px;
	background: rgba(47, 192, 170, 0.14);
	padding: 5px 11px;
	color: #5eead4;
	letter-spacing: 0.06em;
	box-shadow: 0 0 0 1px rgba(47, 192, 170, 0.08) inset;
}

.rad-pricing-card h3 {
	display: flex;
	align-items: flex-start;
	min-height: 38px;
	margin: 0 0 6px;
	color: var(--rad-white);
	font-size: clamp(1.35rem, 2vw, 1.72rem);
	line-height: 1.12;
}

.rad-pricing-card__price {
	margin: 0;
	color: var(--rad-white);
	font-size: clamp(1.85rem, 2.35vw, 2.35rem);
	font-weight: 750;
	letter-spacing: -0.04em;
	line-height: 1;
	white-space: nowrap;
}

.rad-pricing-card__price span {
	margin-left: 6px;
	color: #b9c6d3;
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 0;
}

.rad-pricing-card__annual {
	margin: 8px 0 16px;
	color: var(--rad-amber);
	font-size: 0.94rem;
	font-weight: 700;
}

.rad-pricing-card p:not(.rad-pricing-card__kicker):not(.rad-pricing-card__price):not(.rad-pricing-card__annual):not(.rad-pricing-card__badge) {
	margin: 0 0 16px;
	color: var(--rad-body);
	line-height: 1.62;
}

.rad-pricing-page .rad-pricing-card ul {
	display: grid;
	gap: 9px;
	margin: 0 0 22px;
	padding: 0;
	list-style: none;
}

.rad-pricing-card li {
	position: relative;
	padding-left: 18px;
	color: #dce7f2;
	font-size: 0.95rem;
	line-height: 1.45;
}

.rad-pricing-card li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--rad-teal);
	box-shadow: 0 0 0 3px rgba(47, 192, 170, 0.12);
}

@media (min-width: 621px) {
	.rad-pricing-card p:not(.rad-pricing-card__kicker):not(.rad-pricing-card__price):not(.rad-pricing-card__annual):not(.rad-pricing-card__badge) {
		min-height: 3.24em;
	}
}

.rad-pricing-card > a {
	margin-top: auto;
}

.rad-pricing-section--table {
	padding-top: 0;
}

.rad-pricing-table {
	margin: 0;
	overflow-x: auto;
}

.rad-pricing-table table {
	width: 100%;
	min-width: 920px;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	border: 1px solid var(--rad-line);
	border-radius: 12px;
	background: var(--rad-panel);
	box-shadow: var(--rad-shadow);
}

.rad-pricing-table th,
.rad-pricing-table td {
	border-bottom: 1px solid var(--rad-line);
	border-right: 1px solid var(--rad-line);
	padding: 14px 16px;
	color: var(--rad-body);
	text-align: left;
	vertical-align: top;
}

.rad-pricing-table th:last-child,
.rad-pricing-table td:last-child {
	border-right: 0;
}

.rad-pricing-table tr:last-child th,
.rad-pricing-table tr:last-child td {
	border-bottom: 0;
}

.rad-pricing-table thead th {
	background: #141b24;
	color: var(--rad-white);
	font-weight: 800;
}

.rad-pricing-table tbody th {
	color: var(--rad-white);
	font-weight: 700;
}

.rad-pricing-table tbody tr:nth-child(even) td,
.rad-pricing-table tbody tr:nth-child(even) th {
	background: rgba(255, 255, 255, 0.026);
}

.rad-pricing-radars {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
	gap: clamp(18px, 4vw, 70px);
	align-items: center;
	border-top: 1px solid var(--rad-line);
	border-bottom: 1px solid var(--rad-line);
}

.rad-pricing-radars__panel {
	display: grid;
	gap: 12px;
	border: 1px solid rgba(47, 192, 170, 0.38);
	border-radius: 12px;
	background:
		linear-gradient(135deg, rgba(47, 192, 170, 0.2), rgba(18, 24, 32, 0.78)),
		var(--rad-panel);
	padding: clamp(20px, 3vw, 32px);
	box-shadow: var(--rad-shadow);
}

.rad-pricing-radars__panel strong {
	color: var(--rad-white);
	font-size: clamp(1.3rem, 2.2vw, 2rem);
	line-height: 1.1;
}

.rad-pricing-radars__panel span {
	color: var(--rad-body);
	line-height: 1.7;
}

.rad-pricing-extras,
.rad-pricing-choice__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.rad-pricing-extra-block {
	margin-top: clamp(22px, 3vw, 36px);
}

.rad-pricing-extra-block + .rad-pricing-extra-block {
	margin-top: clamp(28px, 4vw, 48px);
	padding-top: clamp(22px, 3vw, 36px);
	border-top: 1px solid var(--rad-line);
}

.rad-pricing-extra-block h3 {
	margin: 0 0 8px;
	color: var(--rad-white);
	font-size: clamp(1.35rem, 2vw, 2rem);
	line-height: 1.15;
}

.rad-pricing-extra-block > p {
	max-width: 720px;
	margin: 0 0 18px;
	color: var(--rad-body);
	line-height: 1.65;
}

.rad-pricing-extras--setup {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rad-pricing-extras div,
.rad-pricing-choice__grid div {
	display: grid;
	gap: 8px;
	border: 1px solid var(--rad-line);
	border-radius: 10px;
	background: rgba(38, 50, 63, 0.78);
	padding: 16px;
}

.rad-pricing-extras strong,
.rad-pricing-choice__grid strong {
	color: var(--rad-white);
	font-weight: 750;
	line-height: 1.25;
}

.rad-pricing-extras span {
	color: var(--rad-amber);
	font-weight: 750;
}

.rad-pricing-extras > div {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	min-height: 92px;
	padding: 18px 20px;
}

.rad-pricing-extras > div > span {
	justify-self: end;
	padding-left: 18px;
	border-left: 1px solid var(--rad-line);
	font-size: 1rem;
	line-height: 1.25;
	text-align: right;
	white-space: nowrap;
}

.rad-pricing-choice {
	border-top: 1px solid var(--rad-line);
}

.rad-pricing-final {
	position: relative;
	overflow: hidden;
	margin-bottom: clamp(42px, 6vw, 76px);
	border: 1px solid rgba(242, 184, 75, 0.34);
	border-radius: 14px;
	background:
		linear-gradient(135deg, rgba(47, 192, 170, 0.17), rgba(242, 184, 75, 0.12)),
		var(--rad-panel);
	padding-top: clamp(21px, 2.75vw, 38px);
	padding-bottom: clamp(21px, 2.75vw, 38px);
	padding-left: clamp(22px, 4vw, 58px);
	padding-right: clamp(22px, 4vw, 58px);
}

.rad-pricing-final p {
	max-width: 780px;
	margin: 0;
}

.section--ia-trust .wp-block-column:first-child {
	border-top: 4px solid var(--rad-teal);
}

.section--ia-trust .wp-block-column:last-child {
	border-top: 4px solid var(--rad-red);
}

.section--founders-cta,
.section--final-cta,
.founders-pricing-note {
	overflow: hidden;
	border-top: 1px solid rgba(242, 184, 75, 0.38);
	border-bottom: 1px solid rgba(242, 184, 75, 0.38);
	background:
		linear-gradient(135deg, rgba(47, 192, 170, 0.17), rgba(242, 184, 75, 0.12)),
		var(--rad-panel) !important;
	color: var(--rad-white);
}

.section--founders-cta {
	position: relative;
	overflow: hidden;
	margin-top: 0;
	padding-top: clamp(38px, 4.5vw, 56px);
}

.founders-program-lockup {
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: 10px;
	width: 100%;
	margin: 0 auto 26px !important;
}

.founders-wordmark {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 44px;
	margin: 0 !important;
	padding: 7px 17px 7px 39px;
	border: 1px solid rgba(255, 255, 255, 0.52);
	border-radius: 6px;
	background: rgba(8, 15, 24, 0.52);
	color: var(--rad-white) !important;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.founders-wordmark::before {
	content: "F";
	position: absolute;
	left: 11px;
	top: 50%;
	display: grid;
	width: 21px;
	height: 25px;
	transform: translateY(-50%);
	place-items: center;
	border-left: 3px solid var(--rad-amber);
	color: var(--rad-amber);
	font-size: 1.15rem;
	font-weight: 900;
	line-height: 1;
}

.founders-wordmark span {
	display: block;
	margin-bottom: 3px;
	color: rgba(255, 255, 255, 0.64);
	font-size: 0.53rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.08em;
}

.founders-availability-badge {
	position: relative !important;
	top: auto;
	left: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	max-width: calc(100% - 48px);
	min-height: 44px;
	margin: 0 !important;
	padding: 12px 22px;
	transform: none;
	border-radius: 6px;
	border: 1px solid #ff5b75;
	background: #ff003c;
	color: var(--rad-white) !important;
	font-size: 0.92rem;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
	box-shadow:
		0 0 0 1px rgba(255, 0, 60, 0.22),
		0 0 24px rgba(255, 0, 60, 0.58),
		0 14px 32px rgba(255, 0, 60, 0.32);
}

@media (max-width: 520px) {
	.founders-program-lockup {
		flex-direction: column;
		align-items: center;
	}

	.founders-wordmark,
	.founders-availability-badge {
		width: max-content;
		max-width: 100%;
	}
}

.section--founders-cta > *,
.section--final-cta > * {
	position: relative;
	z-index: 1;
}

.section--founders-cta::after,
.section--final-cta::after {
	content: "";
	position: absolute;
	right: var(--rad-gutter);
	bottom: -58px;
	width: clamp(160px, 23vw, 300px);
	aspect-ratio: 1;
	background: url("../images/radarion-logo-cuadrado.png") center / contain no-repeat;
	opacity: 0.12;
	z-index: 0;
	pointer-events: none;
}

.site-footer,
.site-footer-wrap,
.site-middle-footer-wrap,
.site-bottom-footer-wrap {
	background: #0f141b;
	border-top: 1px solid var(--rad-line);
	color: var(--rad-muted);
}

.site-footer a {
	color: var(--rad-body);
}

.site-footer a:hover {
	color: var(--rad-white);
}

.radarion-footer {
	background:
		radial-gradient(circle at 12% 0%, rgba(47, 192, 170, 0.09), transparent 24rem),
		#0f141b !important;
	border-top: 1px solid var(--rad-line);
	color: var(--rad-muted);
}

.radarion-footer__inner {
	display: grid;
	grid-template-columns: minmax(260px, 1.7fr) repeat(3, minmax(150px, 0.8fr));
	gap: clamp(28px, 4vw, 68px);
	width: min(calc(100% - 2 * var(--rad-gutter)), 1236px);
	margin: 0 auto;
	padding: clamp(44px, 6vw, 72px) 0 34px;
}

.radarion-footer__brand {
	max-width: 430px;
}

.radarion-footer__logo {
	display: block;
	width: min(260px, 100%);
	height: 54px;
	margin-bottom: 18px;
	background: url("../images/radarion-logo-largo-clasico.png") left center / contain no-repeat;
}

.radarion-footer__brand p,
.radarion-footer__contact span,
.radarion-footer__bottom p {
	margin: 0;
	color: var(--rad-muted);
	font-size: 0.94rem;
	line-height: 1.7;
}

.radarion-footer h2 {
	margin: 0 0 14px;
	color: var(--rad-white);
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.radarion-footer ul {
	display: grid;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.radarion-footer a,
.radarion-footer li span {
	color: var(--rad-body);
	font-size: 0.95rem;
	text-decoration: none;
}

.radarion-footer a:hover,
.radarion-footer a:focus {
	color: var(--rad-amber);
}

.radarion-footer li span {
	color: var(--rad-muted);
}

.radarion-footer__contact {
	display: grid;
	align-content: start;
	gap: 8px;
}

.radarion-footer__social {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.radarion-footer__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid var(--rad-line-strong);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.035);
	color: var(--rad-body);
	opacity: 0.82;
	transition:
		border-color 0.18s ease,
		color 0.18s ease,
		background 0.18s ease,
		opacity 0.18s ease,
		transform 0.18s ease;
}

.radarion-footer__social-link svg {
	width: 19px;
	height: 19px;
	fill: currentColor;
}

.radarion-footer__social-link:hover {
	border-color: rgba(242, 184, 75, 0.72);
	background: rgba(242, 184, 75, 0.1);
	color: var(--rad-amber);
	opacity: 1;
	transform: translateY(-1px);
}

.radarion-footer__bottom {
	width: min(calc(100% - 2 * var(--rad-gutter)), 1236px);
	margin: 0 auto;
	padding: 22px 0 30px;
	border-top: 1px solid var(--rad-line);
}

@media (max-width: 900px) {
	.radarion-footer__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rad-product-hero,
	.rad-product-reports {
		grid-template-columns: 1fr;
	}

	.rad-product-hero {
		grid-template-areas:
			"eyebrow"
			"title"
			"copy"
			"visual";
		gap: 34px;
	}

	.rad-product-hero > .rad-product-eyebrow {
		margin-bottom: -18px;
	}

	.rad-product-hero h1 {
		width: auto;
	}

	.rad-product-hero__copy {
		padding-left: 0;
	}

	.rad-product-hero__copy > p:not(.rad-product-eyebrow) {
		max-width: 720px;
	}

	.rad-product-hero__copy {
		max-width: 780px;
	}

	.rad-product-reports__copy {
		grid-row: 1;
	}

	.rad-product-visual--reports {
		max-width: none;
	}

	.rad-product-final {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.rad-product-final .rad-product-actions {
		justify-content: flex-start;
	}

	.radarion-footer__brand {
		grid-column: 1 / -1;
	}

	.rad-pricing-section__intro,
	.rad-pricing-radars {
		grid-template-columns: 1fr;
	}

	.rad-pricing-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rad-pricing-card--featured {
		transform: none;
	}

	.rad-pricing-extras,
	.rad-pricing-extras--setup,
	.rad-pricing-choice__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.radarion-footer__inner {
		grid-template-columns: 1fr;
		padding-top: 38px;
	}

	.rad-product-hero {
		padding: 34px 20px;
	}

	.rad-product-section {
		padding-right: 0;
		padding-left: 0;
	}

	.rad-product-steps {
		grid-template-columns: 1fr;
	}

	.rad-product-steps article {
		min-height: 0;
	}

	.rad-product-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.rad-product-button {
		width: 100%;
	}

	.rad-product-final {
		padding: 30px 20px;
	}

	.radarion-footer__logo {
		width: min(230px, 100%);
	}

	.rad-pricing-page {
		padding-top: 0;
	}

	.rad-pricing-hero {
		padding: 30px 18px;
	}

	.rad-pricing-cards,
	.rad-pricing-extras,
	.rad-pricing-extras--setup,
	.rad-pricing-choice__grid {
		grid-template-columns: 1fr;
	}

	.rad-pricing-hero__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.rad-pricing-button,
	.rad-pricing-card > a {
		width: 100%;
	}
}

.wp-block-details {
	max-width: 900px;
	margin: 12px auto;
	border: 1px solid var(--rad-line);
	border-radius: 8px;
	background: var(--rad-panel);
	padding: 18px 22px;
	box-shadow: 0 16px 46px rgba(0, 0, 0, 0.18);
}

.wp-block-details summary {
	cursor: pointer;
	font-weight: 600;
	color: var(--rad-white);
}

.wpcf7 {
	max-width: 760px;
	border: 1px solid var(--rad-line);
	border-radius: 8px;
	background: var(--rad-panel);
	padding: clamp(24px, 4vw, 38px);
	box-shadow: var(--rad-shadow);
}

.wpcf7 label {
	display: block;
	font-weight: 600;
	color: var(--rad-white);
}

.radarion-form-captcha {
	margin-top: 14px;
}

.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
	width: 100%;
	margin-top: 6px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 7px;
	background: rgba(18, 24, 32, 0.86);
	padding: 12px 14px;
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	caret-color: var(--rad-teal);
	color-scheme: dark;
	opacity: 1;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
	color: #b8c3ce;
	-webkit-text-fill-color: #b8c3ce;
	opacity: 1;
}

.wpcf7 select option {
	background: #121820;
	color: #ffffff;
}

.wpcf7 input:-webkit-autofill,
.wpcf7 input:-webkit-autofill:hover,
.wpcf7 input:-webkit-autofill:focus,
.wpcf7 textarea:-webkit-autofill,
.wpcf7 textarea:-webkit-autofill:hover,
.wpcf7 textarea:-webkit-autofill:focus {
	border-color: rgba(255, 255, 255, 0.28);
	-webkit-text-fill-color: #ffffff;
	-webkit-box-shadow: 0 0 0 1000px #121820 inset;
	transition: background-color 9999s ease-out;
}

.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
	border-color: var(--rad-teal);
	outline: 2px solid rgba(47, 192, 170, 0.28);
	outline-offset: 1px;
}

.wpcf7 textarea {
	min-height: 130px;
}

.wpcf7 .form-optional {
	color: #b8c3ce;
	font-weight: 400;
}

.wpcf7 .wpcf7-not-valid-tip {
	color: #ffb4ab;
}

.wpcf7 .wpcf7-response-output {
	color: #ffffff;
}

.radarion-form-captcha .wpcf7-quiz {
	max-width: 180px;
}

/* Compact, centred contact form in both languages. */
.radarion-contact-page .entry-content > .wpcf7 {
	width: min(100%, 640px);
	max-width: 640px;
	margin: 28px auto 0 !important;
	padding: clamp(18px, 2.5vw, 24px);
}

.radarion-contact-page .wpcf7 form > p {
	margin: 0 0 7px;
}

.radarion-contact-page .wpcf7 form > p:last-of-type {
	margin-bottom: 0;
}

.radarion-contact-page .wpcf7 form > p > br:first-child {
	display: none;
}

.radarion-contact-page .wpcf7 input,
.radarion-contact-page .wpcf7 select,
.radarion-contact-page .wpcf7 textarea {
	margin-top: 5px;
	padding: 9px 12px;
}

.radarion-contact-page .wpcf7 textarea {
	min-height: 104px;
}

.radarion-contact-page .wpcf7 input[type="submit"] {
	width: auto;
	min-width: 180px;
}

.rad-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
	color: #67dfcf;
	font-size: 0.82rem;
	font-weight: 600;
	text-transform: uppercase;
}

.rad-eyebrow::before {
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--rad-amber);
}

/* Blog archive */
body.blog .content-area,
body.tag .content-area {
	padding: 0 0 clamp(54px, 7vw, 90px);
}

.rad-blog-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
	gap: clamp(24px, 5vw, 72px);
	align-items: center;
	width: calc(100% - (var(--rad-gutter) * 2));
	max-width: var(--rad-content-max);
	margin: 0 auto clamp(30px, 4vw, 54px);
	overflow: hidden;
	border: 1px solid var(--rad-line);
	border-bottom: 5px solid var(--rad-teal);
	border-radius: 8px;
	background:
		linear-gradient(115deg, rgba(47, 192, 170, 0.18), transparent 46%),
		var(--rad-panel);
	padding: clamp(30px, 5vw, 66px);
	box-shadow: var(--rad-shadow);
}

.rad-blog-hero::after {
	content: "";
	position: absolute;
	right: clamp(18px, 4vw, 58px);
	top: 50%;
	width: clamp(180px, 23vw, 340px);
	aspect-ratio: 1;
	transform: translateY(-50%);
	background: url("../images/radarion-logo-basico.png") center / contain no-repeat;
	opacity: 0.1;
	pointer-events: none;
}

.rad-blog-hero__copy,
.rad-blog-hero__visual {
	position: relative;
	z-index: 1;
}

.rad-blog-eyebrow {
	margin: 0 0 14px;
	color: #67dfcf;
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.rad-blog-hero h1 {
	max-width: 800px;
	margin: 0;
	color: var(--rad-white);
	font-size: clamp(2.4rem, 4.7vw, 5rem);
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	text-wrap: balance;
}

.rad-blog-hero__copy > p:not(.rad-blog-eyebrow) {
	max-width: 720px;
	margin: 20px 0 0;
	color: #e4edf5;
	font-size: clamp(1.02rem, 1.4vw, 1.24rem);
	line-height: 1.62;
}

.rad-blog-topics {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 24px;
}

.rad-blog-topics a,
.rad-post-tags a {
	border: 1px solid rgba(47, 192, 170, 0.44);
	border-radius: 999px;
	background: rgba(47, 192, 170, 0.12);
	padding: 7px 11px;
	color: #9ff1e5 !important;
	font-size: 0.76rem;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
}

.rad-blog-topics a:hover,
.rad-post-tags a:hover {
	border-color: var(--rad-teal);
	background: rgba(47, 192, 170, 0.22);
	color: var(--rad-white) !important;
}

.rad-blog-hero__visual {
	display: grid;
	gap: 10px;
	padding: 20px 0;
}

.rad-blog-hero__visual span {
	position: relative;
	display: block;
	width: min(100%, 330px);
	margin-left: auto;
	border: 1px solid var(--rad-line);
	border-left: 4px solid var(--rad-teal);
	border-radius: 7px;
	background: rgba(12, 18, 25, 0.7);
	padding: 14px 18px;
	color: var(--rad-white);
	font-weight: 600;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.rad-blog-hero__visual span:nth-child(2) {
	width: min(88%, 290px);
	border-left-color: var(--rad-amber);
}

.rad-blog-hero__visual span:nth-child(3) {
	width: min(76%, 250px);
	border-left-color: #6aa8ff;
}

.rad-pricing-hero .rad-pricing-eyebrow {
	margin: 0 0 14px !important;
}

.rad-pricing-hero h1 {
	margin: 0 0 20px !important;
}

body.blog #archive-container,
body.tag #archive-container {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: clamp(16px, 2vw, 28px);
	width: calc(100% - (var(--rad-gutter) * 2));
	max-width: var(--rad-content-max);
	margin: 0 auto;
	padding: 0;
}

body.blog .loop-entry,
body.tag .loop-entry {
	position: relative;
	height: 100%;
	overflow: hidden;
	border: 1px solid var(--rad-line);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(47, 192, 170, 0.09), transparent 42%),
		var(--rad-panel) !important;
	box-shadow: var(--rad-shadow);
}

body.blog .loop-entry::before,
body.tag .loop-entry::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 4px;
	background: linear-gradient(90deg, var(--rad-teal), var(--rad-amber), #6aa8ff);
}

body.blog .loop-entry .entry-content-wrap,
body.tag .loop-entry .entry-content-wrap {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: clamp(22px, 3vw, 36px) !important;
}

body.blog .loop-entry .entry-header,
body.tag .loop-entry .entry-header {
	margin-bottom: 16px;
}

body.blog .entry-taxonomies,
body.blog .posted-by,
body.tag .entry-taxonomies,
body.tag .posted-by {
	display: none;
}

.rad-post-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 15px;
}

body.blog .loop-entry .entry-title,
body.tag .loop-entry .entry-title {
	margin: 0 0 12px;
	font-size: clamp(1.45rem, 2.1vw, 2rem);
	line-height: 1.18;
	letter-spacing: 0;
}

body.blog .loop-entry .entry-title a,
body.tag .loop-entry .entry-title a {
	color: var(--rad-white) !important;
	text-decoration: none;
}

body.blog .loop-entry .entry-title a:hover,
body.tag .loop-entry .entry-title a:hover {
	color: #83e7d9 !important;
}

body.blog .loop-entry .entry-meta,
body.blog .loop-entry .entry-meta time,
body.tag .loop-entry .entry-meta,
body.tag .loop-entry .entry-meta time {
	color: #b7c6d4 !important;
	font-size: 0.82rem;
}

body.blog .loop-entry .entry-summary,
body.tag .loop-entry .entry-summary {
	flex: 1;
}

body.blog .loop-entry .entry-summary,
body.blog .loop-entry .entry-summary p,
body.tag .loop-entry .entry-summary,
body.tag .loop-entry .entry-summary p {
	color: #e2ebf3 !important;
	font-size: 0.98rem;
	line-height: 1.65;
}

body.blog .loop-entry .entry-footer,
body.tag .loop-entry .entry-footer {
	margin-top: 22px;
}

body.blog .loop-entry .post-more-link,
body.tag .loop-entry .post-more-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #ffd173 !important;
	font-weight: 650;
	text-decoration: none;
}

body.blog .loop-entry .post-more-link:hover,
body.tag .loop-entry .post-more-link:hover {
	color: var(--rad-white) !important;
}

/* Single blog article */
body.single-post .content-area {
	margin: 0 !important;
	padding: clamp(32px, 5vw, 72px) var(--rad-gutter);
	overflow: visible;
}

body.single-post .content-container {
	display: block;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

body.single-post article.entry.single-entry {
	overflow: hidden;
	border: 1px solid var(--rad-line);
	border-radius: 10px;
	background:
		linear-gradient(180deg, rgba(47, 192, 170, 0.08), transparent 260px),
		var(--rad-panel) !important;
	box-shadow: var(--rad-shadow);
}

body.single-post article.entry.single-entry .entry-content-wrap {
	padding: clamp(26px, 5vw, 64px) !important;
}

body.single-post article.entry.single-entry .entry-header {
	margin: 0 0 clamp(28px, 4vw, 46px);
	padding-bottom: clamp(22px, 3vw, 34px);
	border-bottom: 1px solid var(--rad-line-strong);
}

body.single-post article.entry.single-entry .entry-title {
	max-width: 860px;
	margin: 0;
	color: var(--rad-white) !important;
	font-size: clamp(2.2rem, 5vw, 4.6rem);
	font-weight: 650;
	line-height: 1.04;
	letter-spacing: -0.035em;
	text-wrap: balance;
}

body.single-post article.entry.single-entry .entry-meta,
body.single-post article.entry.single-entry .entry-meta a,
body.single-post article.entry.single-entry .entry-meta time {
	color: #b9c8d6 !important;
	font-size: 0.9rem;
}

body.single-post article.entry.single-entry .entry-meta {
	margin-top: 18px;
}

body.single-post article.entry.single-entry .entry-taxonomies,
body.single-post article.entry.single-entry .posted-by {
	display: none;
}

body.single-post article.entry.single-entry .entry-content {
	max-width: 780px;
	margin: 0 auto;
	background: transparent;
	color: #e7eef5 !important;
	font-size: clamp(1.04rem, 1.4vw, 1.16rem);
	line-height: 1.82;
}

body.single-post article.entry.single-entry .entry-content p,
body.single-post article.entry.single-entry .entry-content li,
body.single-post article.entry.single-entry .entry-content figcaption {
	color: #e7eef5 !important;
}

body.single-post article.entry.single-entry .entry-content > p:first-child {
	color: #ffffff !important;
	font-size: clamp(1.12rem, 1.7vw, 1.3rem);
	line-height: 1.68;
}

body.single-post article.entry.single-entry .entry-content h2,
body.single-post article.entry.single-entry .entry-content h3,
body.single-post article.entry.single-entry .entry-content h4 {
	color: var(--rad-white) !important;
	font-weight: 620;
	line-height: 1.18;
	letter-spacing: -0.02em;
}

body.single-post article.entry.single-entry .entry-content h2 {
	margin-top: 2.25em;
	font-size: clamp(1.65rem, 3vw, 2.45rem);
}

body.single-post article.entry.single-entry .entry-content h3 {
	margin-top: 1.8em;
	font-size: clamp(1.35rem, 2.3vw, 1.85rem);
}

body.single-post article.entry.single-entry .entry-content a {
	color: #75e4d5 !important;
	text-decoration-color: rgba(117, 228, 213, 0.48);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

body.single-post article.entry.single-entry .entry-content a:hover {
	color: #ffffff !important;
	text-decoration-color: var(--rad-amber);
}

body.single-post article.entry.single-entry .entry-content strong {
	color: #ffffff;
}

body.single-post article.entry.single-entry .entry-content blockquote {
	margin-inline: 0;
	border-left: 4px solid var(--rad-teal);
	background: rgba(18, 24, 32, 0.62);
	padding: 18px 22px;
	color: #ffffff;
}

body.single-post article.entry.single-entry .entry-content code {
	border: 1px solid var(--rad-line);
	border-radius: 4px;
	background: #101720;
	padding: 0.12em 0.35em;
	color: #ffd173;
}

body.single-post .post-navigation,
body.single-post .entry-related {
	width: 100%;
	max-width: 980px;
	margin: clamp(20px, 3vw, 34px) auto 0;
	border: 1px solid var(--rad-line);
	border-radius: 10px;
	background: var(--rad-panel) !important;
	padding: clamp(20px, 3vw, 34px);
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

body.single-post .post-navigation *,
body.single-post .entry-related * {
	color: #e7eef5;
}

body.single-post .post-navigation a,
body.single-post .entry-related a {
	color: #ffffff !important;
}

body.single-post .post-navigation a:hover,
body.single-post .entry-related a:hover {
	color: #75e4d5 !important;
}

body.single-post .post-navigation .nav-title,
body.single-post .entry-related-title,
body.single-post .entry-related .entry-title a {
	color: #ffffff !important;
}

body.single-post .entry-related .loop-entry {
	border: 1px solid var(--rad-line);
	border-radius: 8px;
	background: rgba(18, 24, 32, 0.66) !important;
}

.founders-page {
	background: var(--rad-deep);
	color: var(--rad-body);
}

.founders-hero,
.founders-section {
	width: calc(100% - (var(--rad-gutter) * 2));
	max-width: var(--rad-content-max);
	margin: 0 auto;
}

.founders-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
	gap: clamp(18px, 3vw, 44px);
	align-items: stretch;
	padding: clamp(54px, 7vw, 92px) 0 clamp(34px, 5vw, 62px);
}

.founders-hero__copy,
.founders-hero__panel,
.founders-section {
	border: 1px solid var(--rad-line);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 56%),
		var(--rad-panel);
	box-shadow: var(--rad-shadow);
}

.founders-hero__copy {
	position: relative;
	overflow: hidden;
	padding: clamp(28px, 4.5vw, 58px);
}

.founders-hero__copy::after {
	content: "";
	position: absolute;
	right: -42px;
	bottom: -68px;
	width: clamp(180px, 22vw, 330px);
	aspect-ratio: 1;
	background: url("../images/radarion-logo-basico.png") center / contain no-repeat;
	opacity: 0.08;
	pointer-events: none;
}

.founders-hero h1,
.founders-section h2 {
	position: relative;
	z-index: 1;
	margin: 0;
	color: var(--rad-white);
	font-weight: 600;
	line-height: 1.02;
	letter-spacing: 0;
	text-wrap: balance;
}

.founders-hero h1 {
	max-width: 980px;
	font-size: clamp(2.85rem, 5.6vw, 5.8rem);
}

.founders-hero__lead {
	position: relative;
	z-index: 1;
	max-width: 760px;
	margin: 22px 0 0;
	color: #ffffff;
	font-size: clamp(1.06rem, 1.5vw, 1.32rem);
	line-height: 1.55;
}

.founders-hero__actions {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 16px;
	align-items: center;
	margin-top: 28px;
}

.founders-hero__actions span {
	color: #dce8f3;
	font-size: 0.95rem;
}

.founders-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	border: 1px solid var(--rad-amber);
	border-radius: 7px;
	background: var(--rad-amber);
	padding: 12px 20px;
	color: #141820 !important;
	font-weight: 600;
	text-decoration: none;
}

.founders-cta:hover {
	background: #ffd173;
	border-color: #ffd173;
	color: #111827 !important;
}

.founders-hero__panel {
	display: grid;
	align-content: center;
	gap: 14px;
	padding: clamp(22px, 3vw, 34px);
	border-top: 4px solid var(--rad-amber);
	background:
		linear-gradient(180deg, rgba(242, 184, 75, 0.2), transparent 48%),
		var(--rad-panel);
}

.founders-hero__panel strong {
	display: block;
	color: var(--rad-white);
	font-size: clamp(1.8rem, 3vw, 3rem);
	line-height: 0.98;
}

.founders-hero__panel span {
	display: block;
	border: 1px solid var(--rad-line);
	border-radius: 7px;
	background: rgba(18, 24, 32, 0.55);
	padding: 12px 14px;
	color: #ffffff;
}

.founders-section {
	margin-top: 18px;
	padding: clamp(26px, 4vw, 46px);
}

.founders-section h2 {
	max-width: 860px;
	font-size: clamp(2rem, 3vw, 3.5rem);
}

.founders-section p {
	color: #ffffff;
}

.founders-fit {
	display: grid;
	grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1.14fr);
	gap: clamp(18px, 3vw, 36px);
	align-items: start;
}

.founders-fit > div:first-child p:not(.rad-eyebrow) {
	max-width: 680px;
	color: #dce8f3;
	font-size: 1.05rem;
	line-height: 1.6;
}

.founders-checklist,
.founders-exchange__items {
	display: grid;
	gap: 10px;
}

.founders-checklist div,
.founders-exchange__items p {
	position: relative;
	margin: 0;
	border: 1px solid var(--rad-line);
	border-radius: 8px;
	background: rgba(18, 24, 32, 0.58);
	padding: 14px 16px 14px 42px;
	color: #ffffff;
	line-height: 1.5;
}

.founders-checklist div::before,
.founders-exchange__items p::before {
	content: "";
	position: absolute;
	left: 16px;
	top: 1.35em;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--rad-teal);
	box-shadow: 0 0 0 4px rgba(47, 192, 170, 0.14);
}

.founders-grid-section > h2 {
	margin-bottom: 22px;
}

.founders-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(12px, 1.4vw, 18px);
}

.founders-cards > div {
	border: 1px solid var(--rad-line);
	border-top: 4px solid var(--rad-teal);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(47, 192, 170, 0.13), transparent 45%),
		rgba(18, 24, 32, 0.56);
	padding: clamp(16px, 1.6vw, 24px);
}

.founders-cards > div:nth-child(2),
.founders-cards > div:nth-child(5) {
	border-top-color: var(--rad-amber);
	background:
		linear-gradient(180deg, rgba(242, 184, 75, 0.13), transparent 45%),
		rgba(18, 24, 32, 0.56);
}

.founders-cards > div:nth-child(3),
.founders-cards > div:nth-child(6) {
	border-top-color: #6aa8ff;
	background:
		linear-gradient(180deg, rgba(106, 168, 255, 0.13), transparent 45%),
		rgba(18, 24, 32, 0.56);
}

.founders-cards h3 {
	margin: 0 0 10px;
	color: var(--rad-white);
	font-size: 1.12rem;
	font-weight: 600;
}

.founders-cards p {
	margin: 0;
	color: #dce8f3;
	line-height: 1.55;
}

.founders-exchange {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1.2fr);
	gap: clamp(18px, 3vw, 36px);
	border-top: 1px solid rgba(242, 184, 75, 0.38);
	background:
		linear-gradient(135deg, rgba(47, 192, 170, 0.14), rgba(242, 184, 75, 0.1)),
		var(--rad-panel);
}

.founders-urgency {
	border-color: rgba(242, 184, 75, 0.42);
	border-top: 4px solid var(--rad-amber);
	background:
		linear-gradient(180deg, rgba(242, 184, 75, 0.16), transparent 52%),
		var(--rad-panel);
}

.founders-urgency p {
	max-width: 900px;
	color: #ffffff;
	font-size: 1.08rem;
	line-height: 1.62;
}

.founders-form-shell {
	display: grid;
	grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
	gap: clamp(18px, 3vw, 42px);
	align-items: start;
	margin-bottom: clamp(42px, 6vw, 76px);
	border-top: 4px solid var(--rad-teal);
}

.founders-form-copy p:not(.rad-eyebrow) {
	max-width: 560px;
	color: #dce8f3;
	line-height: 1.62;
}

.founders-form-card .wpcf7 {
	max-width: none;
	margin: 0;
	background: rgba(18, 24, 32, 0.62);
}

.founders-form-card .wpcf7 form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 16px;
}

.founders-form-card .wpcf7 form > p {
	margin: 0;
}

.founders-form-card .wpcf7 form > p:nth-last-child(-n+4) {
	grid-column: 1 / -1;
}

.founders-form-card .wpcf7 textarea {
	min-height: 118px;
}

.founders-form-card .wpcf7-radio {
	display: grid;
	gap: 8px;
	margin-top: 8px;
}

.founders-form-card .wpcf7-list-item {
	display: block;
	margin: 0;
	border: 1px solid var(--rad-line);
	border-radius: 7px;
	background: rgba(18, 24, 32, 0.76);
	padding: 10px 12px;
	color: #ffffff;
}

.founders-form-card .wpcf7-list-item label {
	display: flex;
	gap: 8px;
	align-items: center;
	font-weight: 400;
}

.founders-form-card .wpcf7-not-valid-tip {
	margin-top: 6px;
	color: #ff9a76;
}

.founders-form-card .wpcf7-response-output {
	grid-column: 1 / -1;
	margin: 0 !important;
	border-color: var(--rad-amber) !important;
	color: #ffffff;
}

.founders-form-card__fallback {
	margin: 0;
	border: 1px solid var(--rad-amber);
	border-radius: 8px;
	background: rgba(242, 184, 75, 0.12);
	padding: 18px;
	color: #ffffff;
}

.founders-form-card .wpcf7 input[type="submit"] {
	width: 100%;
	min-height: 52px;
	font-size: 1rem;
}

.founders-page .rad-eyebrow {
	display: none;
}

.founders-page {
	padding-top: clamp(18px, 3vw, 34px);
}

.founders-hero {
	grid-template-columns: minmax(0, 1.42fr) minmax(260px, 0.58fr);
	gap: clamp(12px, 1.5vw, 20px);
	padding: 0;
}

.founders-hero__copy,
.founders-hero__panel,
.founders-section {
	box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
}

.founders-hero__copy {
	padding: clamp(24px, 3.2vw, 42px);
}

.founders-hero__copy::after {
	width: clamp(140px, 16vw, 220px);
	right: -34px;
	bottom: -54px;
	opacity: 0.055;
}

.founders-hero h1 {
	max-width: 820px;
	font-size: clamp(2.25rem, 3.45vw, 3.85rem);
	line-height: 1.02;
}

.founders-hero__lead {
	max-width: 690px;
	margin-top: 16px;
	font-size: clamp(1rem, 1.15vw, 1.16rem);
	line-height: 1.52;
}

.founders-hero__actions {
	margin-top: 20px;
}

.founders-hero__panel {
	align-content: start;
	gap: 12px;
	padding: clamp(18px, 2.1vw, 26px);
}

.founders-hero__panel strong {
	color: var(--rad-amber);
	font-size: clamp(1.35rem, 2vw, 2rem);
	line-height: 1.05;
}

.founders-hero__chips {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
}

.founders-hero__panel span {
	padding: 10px 12px;
}

.founders-section {
	margin-top: 12px;
	padding: clamp(20px, 2.7vw, 34px);
}

.founders-section h2 {
	max-width: 760px;
	font-size: clamp(1.55rem, 2.25vw, 2.55rem);
	line-height: 1.08;
}

.founders-fit,
.founders-exchange {
	grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1.28fr);
	gap: clamp(16px, 2vw, 26px);
}

.founders-checklist,
.founders-exchange__items {
	gap: 8px;
}

.founders-checklist div,
.founders-exchange__items p {
	padding: 12px 14px;
}

.founders-checklist div::before,
.founders-exchange__items p::before {
	display: none;
}

.founders-grid-section > h2 {
	margin-bottom: 16px;
}

.founders-cards {
	gap: clamp(10px, 1.2vw, 14px);
}

.founders-cards > div {
	padding: clamp(14px, 1.25vw, 18px);
}

.founders-cards > .founders-card--featured {
	border-color: rgba(242, 184, 75, 0.5);
	border-top-color: var(--rad-amber);
	background:
		linear-gradient(180deg, rgba(242, 184, 75, 0.22), transparent 52%),
		rgba(18, 24, 32, 0.7);
	box-shadow:
		0 0 0 1px rgba(242, 184, 75, 0.1) inset,
		0 20px 46px rgba(242, 184, 75, 0.1);
}

.founders-cards > .founders-card--featured h3 {
	color: var(--rad-amber);
}

.founders-cards h3 {
	margin-bottom: 7px;
	font-size: 1.03rem;
}

.founders-cards p {
	font-size: 0.96rem;
	line-height: 1.5;
}

.founders-urgency p {
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.55;
}

.founders-form-shell {
	grid-template-columns: minmax(280px, 0.52fr) minmax(0, 1.48fr);
	gap: clamp(16px, 2vw, 28px);
	margin-bottom: clamp(28px, 4vw, 52px);
}

.founders-form-copy p:not(.rad-eyebrow) {
	line-height: 1.55;
}

.founders-form-card .wpcf7 {
	padding: clamp(18px, 2.3vw, 28px);
}

.founders-form-card .wpcf7 form {
	gap: 12px;
}

.founders-form-card .wpcf7 input[type="text"],
.founders-form-card .wpcf7 input[type="email"],
.founders-form-card .wpcf7 select {
	box-sizing: border-box;
	height: 48px;
	min-height: 48px;
	padding: 10px 14px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	background-color: #121820 !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff;
	line-height: 1.25;
	opacity: 1;
}

.founders-form-card .wpcf7 select {
	appearance: auto;
	color-scheme: dark;
}

.founders-form-card .wpcf7 select option {
	background-color: #121820;
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
}

.founders-form-card .wpcf7 select option:disabled {
	color: #b8c3ce;
}

.founders-form-card .wpcf7 input[type="text"]:-webkit-autofill,
.founders-form-card .wpcf7 input[type="text"]:-webkit-autofill:hover,
.founders-form-card .wpcf7 input[type="text"]:-webkit-autofill:focus,
.founders-form-card .wpcf7 input[type="email"]:-webkit-autofill,
.founders-form-card .wpcf7 input[type="email"]:-webkit-autofill:hover,
.founders-form-card .wpcf7 input[type="email"]:-webkit-autofill:focus {
	-webkit-text-fill-color: #ffffff !important;
	-webkit-box-shadow: 0 0 0 1000px #121820 inset !important;
	caret-color: #ffffff;
}

.founders-cta {
	min-height: 50px;
	padding: 13px 22px;
	box-shadow: 0 12px 28px rgba(242, 184, 75, 0.18);
}

.founders-exchange {
	border-top-color: rgba(47, 192, 170, 0.42);
	background:
		linear-gradient(135deg, rgba(47, 192, 170, 0.13), rgba(106, 168, 255, 0.08)),
		var(--rad-panel);
}

.founders-exchange__items p {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 2px 12px;
	align-items: start;
}

.founders-exchange__items p span {
	grid-row: span 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(47, 192, 170, 0.42);
	border-radius: 7px;
	background: rgba(47, 192, 170, 0.12);
	color: #67dfcf;
	font-size: 0.82rem;
	font-weight: 600;
}

.founders-exchange__items p strong {
	color: var(--rad-white);
	font-weight: 600;
}

.founders-form-card .founders-form-card__full {
	grid-column: 1 / -1;
}

.founders-form-card .wpcf7 form > p:nth-last-child(-n+4) {
	grid-column: auto;
}

.founders-form-card .wpcf7 form > p.founders-form-card__full {
	grid-column: 1 / -1;
}

.founders-form-card .radarion-form-captcha {
	grid-column: 1 / -1;
	margin: 0;
}

.founders-form-card .radarion-form-captcha .wpcf7-quiz {
	max-width: 220px;
	height: 48px;
	min-height: 48px;
}

.founders-form-card .wpcf7-radio {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 10px;
}

.founders-form-card .wpcf7-list-item {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 52px;
	margin: 0;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	background: rgba(18, 24, 32, 0.72);
	padding: 12px 14px;
	color: #ffffff;
	line-height: 1.25;
	transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.founders-form-card .wpcf7-list-item:hover {
	border-color: rgba(47, 192, 170, 0.52);
	background: rgba(31, 41, 51, 0.92);
}

.founders-form-card .wpcf7-list-item:has(input:checked) {
	border-color: var(--rad-teal);
	background:
		linear-gradient(135deg, rgba(47, 192, 170, 0.2), rgba(18, 24, 32, 0.78)),
		var(--rad-panel);
	box-shadow: 0 0 0 1px rgba(47, 192, 170, 0.18) inset;
}

.founders-form-card .wpcf7-list-item label {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	min-height: 52px;
	padding: 12px 14px;
	color: #ffffff;
	font-weight: 500;
	cursor: pointer;
}

.founders-form-card .wpcf7-list-item input[type="radio"] {
	appearance: none;
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin: 0 !important;
	border: 2px solid rgba(255, 255, 255, 0.42);
	border-radius: 50%;
	background: #101720;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.03);
}

.founders-form-card .wpcf7-list-item input[type="radio"]:checked {
	border-color: var(--rad-teal);
	background:
		radial-gradient(circle, var(--rad-teal) 0 38%, transparent 42%),
		#101720;
	box-shadow: 0 0 0 4px rgba(47, 192, 170, 0.16);
}

.founders-form-card .wpcf7-list-item .wpcf7-list-item-label {
	display: block;
	flex: 1 1 auto;
	line-height: 1.25;
}

@media (max-width: 900px) {
	:root {
		--rad-gutter: clamp(12px, 4vw, 18px);
	}

	#masthead {
		position: sticky;
	}

	.site-branding a.brand::before {
		width: 180px;
		height: auto;
	}

	.hero {
		min-height: auto;
		padding-top: 48px;
		padding-bottom: 42px;
		background:
			linear-gradient(180deg, rgba(18, 24, 32, 0.98) 0%, rgba(30, 40, 50, 0.9) 62%, rgba(30, 40, 50, 0.58) 100%),
			url("/wp-content/uploads/radarion/hero-intelligence-workflow.png") center bottom / cover no-repeat,
			var(--rad-graphite);
	}

	.hero::before {
		right: 24px;
		bottom: 28px;
		width: 140px;
		opacity: 0.11;
	}

	.hero h1 {
		font-size: clamp(2.35rem, 12vw, 3.8rem);
	}

	.wp-block-columns {
		gap: 12px;
	}

	.section .wp-block-column,
	.entry-content > .wp-block-columns .wp-block-column,
	.pricing-cards .wp-block-column {
		padding: 16px;
	}

	.founders-hero,
	.founders-fit,
	.founders-exchange,
	.founders-form-shell,
	.founders-form-card .wpcf7 form {
		grid-template-columns: 1fr;
	}

	.founders-form-card .wpcf7-radio {
		grid-template-columns: 1fr;
	}

	.founders-cards {
		grid-template-columns: 1fr;
	}

	.founders-hero h1 {
		font-size: clamp(2.05rem, 9vw, 3.25rem);
	}

	.rad-blog-hero {
		grid-template-columns: 1fr;
	}

	.rad-blog-hero__visual {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		padding: 0;
	}

	.rad-blog-hero__visual span,
	.rad-blog-hero__visual span:nth-child(2),
	.rad-blog-hero__visual span:nth-child(3) {
		width: auto;
		margin: 0;
	}

	body.blog #archive-container,
	body.tag #archive-container {
		grid-template-columns: 1fr !important;
	}

	body.single-post .content-area {
		padding-top: 22px;
		padding-bottom: 34px;
	}

	body.single-post article.entry.single-entry .entry-content-wrap {
		padding: 24px 18px !important;
	}

	body.single-post article.entry.single-entry .entry-title {
		font-size: clamp(2rem, 10vw, 3rem);
	}
}

@media (max-width: 620px) {
	.rad-blog-hero__visual {
		grid-template-columns: 1fr;
	}
}

/* Pricing capacity selector. */
.rad-capacity-selector {
	display: grid;
	grid-template-columns: minmax(210px, 0.24fr) minmax(0, 1fr);
	gap: clamp(16px, 2vw, 28px);
	align-items: start;
}

.rad-capacity-selector__tabs {
	display: grid;
	gap: 9px;
	min-width: 0;
}

.rad-capacity-selector__tab {
	position: relative;
	width: 100%;
	min-height: 72px;
	padding: 14px 17px;
	color: var(--rad-body);
	text-align: left;
	border: 1px solid var(--rad-line);
	border-radius: 12px;
	background: rgba(18, 24, 32, 0.72);
	cursor: pointer;
	transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.rad-capacity-selector__tab:hover {
	border-color: var(--rad-line-strong);
	transform: translateX(2px);
}

.rad-capacity-selector__tab:focus-visible {
	outline: 3px solid rgba(47, 192, 170, 0.35);
	outline-offset: 2px;
}

.rad-capacity-selector__tab[aria-selected="true"] {
	color: var(--rad-white);
	border-color: var(--rad-teal);
	background: rgba(47, 192, 170, 0.14);
}

.rad-capacity-selector__tab[aria-selected="true"]::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -7px;
	width: 12px;
	height: 12px;
	border-top: 1px solid var(--rad-teal);
	border-right: 1px solid var(--rad-teal);
	background: #1d3137;
	transform: translateY(-50%) rotate(45deg);
}

.rad-capacity-selector__tab strong,
.rad-capacity-selector__tab span {
	display: block;
}

.rad-capacity-selector__tab strong {
	color: inherit;
	font-size: 1rem;
	font-weight: 700;
}

.rad-capacity-selector__tab span {
	margin-top: 3px;
	color: var(--rad-muted);
	font-size: 0.78rem;
}

.rad-capacity-selector__panels {
	min-width: 0;
}

.rad-capacity-panel {
	padding: clamp(20px, 2.2vw, 32px);
	border: 1px solid var(--rad-line);
	border-radius: 17px;
	background: #17212a;
	box-shadow: 0 22px 60px rgba(0, 0, 0, 0.2);
}

.rad-capacity-panel[hidden] {
	display: none !important;
}

.rad-capacity-panel--featured {
	border-color: rgba(242, 184, 75, 0.42);
	background:
		linear-gradient(145deg, rgba(242, 184, 75, 0.075), transparent 42%),
		#17212a;
}

.rad-capacity-panel__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 18px;
	margin-bottom: 22px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--rad-line);
}

.rad-capacity-panel__head h3 {
	margin: 0;
	color: var(--rad-white);
	font-size: clamp(1.45rem, 2.2vw, 2rem);
	line-height: 1.1;
}

.rad-capacity-panel__head > span {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 4px 11px;
	color: var(--rad-amber);
	border: 1px solid rgba(242, 184, 75, 0.48);
	border-radius: 999px;
	background: rgba(242, 184, 75, 0.11);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	white-space: nowrap;
}

.rad-capacity-panel__metrics {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
	margin-bottom: 18px;
}

.rad-capacity-metric {
	min-width: 0;
	min-height: 122px;
	padding: 15px;
	border: 1px solid var(--rad-line);
	border-radius: 12px;
	background: var(--rad-panel);
}

.rad-capacity-metric span {
	display: block;
	min-height: 2.6em;
	color: var(--rad-muted);
	font-size: 0.74rem;
	line-height: 1.3;
}

.rad-capacity-metric strong {
	display: block;
	margin-top: 16px;
	color: var(--rad-white);
	font-size: clamp(1.35rem, 2vw, 2.2rem);
	line-height: 1.05;
	overflow-wrap: anywhere;
}

.rad-capacity-panel__features {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px 12px;
}

.rad-capacity-panel__features > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	min-width: 0;
	min-height: 49px;
	padding: 10px 13px;
	border-radius: 9px;
	background: rgba(255, 255, 255, 0.035);
}

.rad-capacity-panel__features span {
	color: var(--rad-muted);
	font-size: 0.82rem;
}

.rad-capacity-panel__features strong {
	color: var(--rad-body);
	font-size: 0.85rem;
	font-weight: 700;
	text-align: right;
}

.rad-capacity-explainer {
	display: grid;
	grid-template-columns: minmax(190px, 0.24fr) minmax(0, 1fr);
	gap: clamp(16px, 2vw, 28px);
	align-items: start;
	margin-top: 20px;
	padding: 18px 22px;
	border: 1px solid var(--rad-line);
	border-left: 3px solid var(--rad-teal);
	border-radius: 11px;
	background: rgba(47, 192, 170, 0.055);
}

.rad-capacity-explainer h3 {
	margin: 0;
	color: var(--rad-white);
	font-size: clamp(1rem, 1.4vw, 1.18rem);
	line-height: 1.35;
}

.rad-capacity-explainer p {
	max-width: 1040px;
	margin: 0;
	color: var(--rad-body);
	font-size: 0.92rem;
	line-height: 1.65;
}

@media (max-width: 1100px) {
	.rad-capacity-selector {
		grid-template-columns: 1fr;
	}

	.rad-capacity-selector__tabs {
		grid-auto-columns: minmax(158px, 1fr);
		grid-auto-flow: column;
		overflow-x: auto;
		padding: 2px 2px 8px;
		scrollbar-color: var(--rad-teal) rgba(255, 255, 255, 0.06);
	}

	.rad-capacity-selector__tab[aria-selected="true"]::after {
		display: none;
	}

	.rad-capacity-selector__tab:hover {
		transform: translateY(-2px);
	}

	.rad-capacity-explainer {
		grid-template-columns: 1fr;
		gap: 7px;
	}
}

@media (max-width: 760px) {
	.rad-capacity-panel__metrics {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rad-capacity-panel__features {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 440px) {
	.rad-capacity-panel__head {
		align-items: flex-start;
		flex-direction: column;
	}

	.rad-capacity-metric {
		min-height: 108px;
		padding: 13px;
	}

	.rad-capacity-panel__features > div {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	.rad-capacity-panel__features strong {
		text-align: left;
	}
}
