/* ================================================================== */
/* Managed Page — page-scoped styles (.managedPg)                     */
/* ================================================================== */


/* ================================================================== */
/* Shared patterns                                                    */
/* ================================================================== */

/*===== Eyebrow (uppercase tag-line above section heads) =====*/
.managedPg .painEyebrow,
.managedPg .whatEyebrow,
.managedPg .trustEyebrow,
.managedPg .diffEyebrow,
.managedPg .faqEyebrow {
	display: inline-block;
	font-weight: 700;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #000;
}

/*===== Centered section H2s (Diff / Pricing / FAQ) =====*/
.managedPg .diffHead,
.managedPg .pricingHead,
.managedPg .faqHead {
	font-weight: 700;
	font-size: clamp(40px, 4.6vw, 60px);
	line-height: 1.16;
	letter-spacing: -0.025em;
	color: #000;
}

/*===== Brand-blue check-circle (used in compare table, pricing, CTA trust pill) =====*/
.managedPg .diffCheck,
.managedPg .pricingCheck,
.managedPg .ctaTrustCheck {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #1e7ae0;
	color: #fff;
	line-height: 1;
	flex-shrink: 0;
}

.managedPg .diffCheck     { width: 20px; height: 20px; font-size: 12px; }
.managedPg .pricingCheck  { width: 18px; height: 18px; font-size: 11px; margin-top: 2px; }
.managedPg .ctaTrustCheck { width: 16px; height: 16px; font-size: 10px; }

/*===== Focus-visible (keyboard navigation) =====*/
.managedPg button:focus-visible,
.managedPg a:focus-visible,
.managedPg summary:focus-visible {
	outline: 2px solid #1e7ae0;
	outline-offset: 2px;
	border-radius: 4px;
}


/* ================================================================== */
/* Hero (2-column: copy left, visual right)                            */
/* ================================================================== */
.managedPg .heroManaged {
	position: relative;
	background: #ffffff;
	color: #0a0a0a;
	padding: 120px 0;
	overflow: hidden;
}

.managedPg .heroGrid {
	display: grid;
	grid-template-columns: 1.3fr 1fr;
	gap: 48px;
	align-items: center;
}

.managedPg .heroContent {
	max-width: 640px;
}

.managedPg .heroHead {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: clamp(40px, 4.4vw, 54px);
	line-height: 1.08;
	letter-spacing: -0.025em;
	color: #0a0a0a;
	margin: 0 0 24px;
}

.managedPg .heroHead .gradientPain {
	color: #1e7ae0;
}

.managedPg .heroSub {
	font-size: 20px;
	line-height: 32px;
	color: #1a1a1a;
	margin: 0 0 32px;
	max-width: 560px;
}

.managedPg .heroSub strong {
	color: #000;
	font-weight: 600;
}

.managedPg .heroCtas {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.managedPg .heroCta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 15px 24px;
	border-radius: 8px;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	text-decoration: none;
	white-space: nowrap;
	border: 1px solid transparent;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.managedPg .heroCtaPrimary {
	background: #000;
	color: #fff;
	border-color: #000;
}

.managedPg .heroCtaPrimary:hover {
	background: #222;
	color: #fff !important;
	transform: translateY(-1px);
}

.managedPg .heroCtaPrimary span {
	font-size: 16px;
	opacity: 0.9;
}

.managedPg .heroCtaSecondary {
	background: transparent;
	color: #000;
	border-color: #dcdcdc;
}

.managedPg .heroCtaSecondary:hover {
	border-color: #000;
	color: #000 !important;
}

.managedPg .heroTrustRow {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: nowrap;
	white-space: nowrap;
	margin-top: 48px;
	padding-top: 24px;
	border-top: 1px solid #eaeaea;
	font-size: 13px;
	line-height: 20px;
	color: #5a5a5a;
}

.managedPg .heroRatingBadge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.managedPg .heroStars {
	display: block;
	flex-shrink: 0;
}

.managedPg .heroTrustText strong {
	color: #0a0a0a;
	font-weight: 700;
}

.managedPg .heroTrustDivider {
	width: 1px;
	height: 14px;
	background: #d8d8d8;
	flex-shrink: 0;
}

.managedPg .heroVisualWrap {
	position: relative;
	margin-right: -32px;
}

.managedPg .heroVisualImg {
	display: block;
	width: 97%;
	margin-left: 0;
	height: auto;
	max-width: none;
}


/* ================================================================== */
/* Pain Filter (cycling pain points)                                  */
/* ================================================================== */
.managedPg .painFilter {
	background: #fafafa;
	padding: 56px 0;
}

.managedPg .painFilter .painEyebrow {
	display: block;
	margin-bottom: 8px;
}

.managedPg .painCycle {
	display: block;
	margin: 12px 0 0;
	min-height: 58px;
	font-weight: 700;
	font-size: 46px;
	line-height: 1.18;
	letter-spacing: -0.02em;
	color: #000;
}

.managedPg .painCyclePrefix {
	color: #999;
	font-weight: 600;
}

.managedPg .painCycleText {
	color: #000;
}

.managedPg .painCycleCaret {
	display: inline-block;
	width: 3px;
	height: 0.85em;
	background: #1e7ae0;
	margin-left: 4px;
	vertical-align: -0.05em;
	animation: painCaretBlink 1.2s ease-in-out infinite;
}

@keyframes painCaretBlink {
	0%, 100% { opacity: 1; }
	50%      { opacity: 0; }
}


/* ================================================================== */
/* What Section (Editorial Diagonal Split)                            */
/* ================================================================== */
.managedPg .whatSection {
	padding: 100px 0;
	background: #ffffff;
	color: #000;
}

/*===== Intro =====*/
.managedPg .whatIntro {
	margin-bottom: 40px;
}

.managedPg .whatIntro .whatEyebrow {
	margin-bottom: 16px;
}

.managedPg .whatHead {
	font-family: 'Inter', sans-serif;
	font-size: clamp(36px, 3.8vw, 50px);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.0;
	margin: 0;
	color: #000;
}

.managedPg .whatHeadBrand {
	color: #1e7ae0;
}

/*===== Diagonal Split =====*/
.managedPg .whatSplit {
	position: relative;
	margin-bottom: 32px;
}

.managedPg .whatSplitGrid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	background: #fafafa;
	border: 1px solid #eaeaea;
	border-radius: 8px;
	overflow: hidden;
}

.managedPg .whatSplitLeft {
	position: relative;
	padding: 32px 40px;
	background: #000;
	color: #fff;
	clip-path: polygon(0 0, 100% 0, calc(100% - 60px) 100%, 0 100%);
}

.managedPg .whatSplitRight {
	padding: 32px 40px 32px 70px;
	background: transparent;
	color: #000;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.managedPg .whatSplit .whatEyebrow {
	margin-bottom: 0;
}

.managedPg .whatSplit .whatEyebrowOnDark {
	color: rgba(255, 255, 255, 0.7);
}

.managedPg .whatSplitList {
	list-style: none;
	padding: 0;
	margin: 0;
}

.managedPg .whatSplitList li {
	position: relative;
	padding: 6px 0 6px 16px;
	font-size: 13.5px;
	line-height: 20px;
}

.managedPg .whatSplitLeft .whatSplitList li { color: #fff; }
.managedPg .whatSplitRight .whatSplitList li { color: #000; }

.managedPg .whatSplitStatement {
	font-family: 'Inter', sans-serif;
	font-size: 22px;
	line-height: 1.4;
	font-weight: 500;
	color: #000;
	margin: 12px 0 0;
	max-width: 420px;
}

.managedPg .whatBullet {
	position: absolute;
	left: 0;
	top: 14px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #000;
}

.managedPg .whatSplitLeft .whatBullet { background: #fff; }


/* ================================================================== */
/* Trust Section (Numbers-First Editorial)                            */
/* ================================================================== */
.managedPg .trustSection {
	padding: 100px 0;
	background: #fafafa;
	color: #000;
}

/*===== Intro split =====*/
.managedPg .trustIntro {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 80px;
	align-items: start;
	margin-bottom: 64px;
}

.managedPg .trustEyebrowOnDark {
	color: rgba(255, 255, 255, 0.6);
}

.managedPg .trustHead {
	font-weight: 800;
	font-size: clamp(40px, 4.6vw, 64px);
	line-height: 1;
	letter-spacing: -0.03em;
	color: #000;
	margin: 20px 0 0;
}

.managedPg .trustIntroRight {
	padding-top: 20px;
}

.managedPg .trustIntroRight p {
	font-size: 17px;
	line-height: 30px;
	color: #1a1a1a;
	margin: 0 0 14px;
}

.managedPg .trustIntroRight p:last-child { margin: 0; }

/*===== Numbers grid: hero card + 6 small =====*/
.managedPg .trustNumbers {
	display: grid;
	grid-template-columns: 1.6fr 1fr 1fr;
	gap: 16px;
	margin-bottom: 64px;
}

.managedPg .trustHeroCard {
	grid-row: span 2;
	background: #000;
	color: #fff;
	border-radius: 8px;
	padding: 40px 36px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 24px;
	min-height: 280px;
}

.managedPg .trustHeroValue {
	font-weight: 900;
	font-size: 96px;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #fff;
}

.managedPg .trustHeroDesc {
	font-size: 14px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.7);
	margin: 12px 0 0;
	max-width: 320px;
}

.managedPg .trustNumCard {
	background: #fff;
	border: 1px solid #eaeaea;
	border-radius: 8px;
	padding: 24px 22px;
	min-height: 132px;
}

.managedPg .trustNumValue {
	font-weight: 800;
	font-size: 36px;
	line-height: 42px;
	letter-spacing: -0.02em;
	color: #000;
	margin-bottom: 6px;
}

.managedPg .trustNumLabel {
	font-size: 12.5px;
	line-height: 18px;
	color: #666;
}

/*===== Logo strip =====*/
.managedPg .trustLogosHeader {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.managedPg .trustLogosCaption {
	font-size: 12px;
	color: #666;
	font-style: italic;
}

.managedPg .trustLogosGrid {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	border: 1px solid #eaeaea;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}

.managedPg .trustLogoCell {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #eaeaea;
}

.managedPg .trustLogoCell:last-child { border-right: none; }

.managedPg .trustLogoCell img {
	max-width: 75%;
	max-height: 28px;
	width: auto;
	height: auto;
	opacity: 0.5;
	transition: opacity 0.2s ease;
}

.managedPg .trustLogoCell:hover img { opacity: 1; }


/* ================================================================== */
/* Diff Section (Compare Table)                                       */
/* ================================================================== */
.managedPg .diffSection {
	padding: 100px 0;
	background: #ffffff;
	color: #000;
}

/*===== Header =====*/
.managedPg .diffHeader {
	text-align: center;
	margin-bottom: 56px;
}

.managedPg .diffHead {
	margin: 20px auto 16px;
	max-width: 900px;
}

.managedPg .diffHeadAccent {
	color: #1e7ae0;
}

.managedPg .diffLead {
	font-size: 18px;
	line-height: 30px;
	color: #666;
	margin: 0 auto;
	max-width: 640px;
}

/*===== Compare table header =====*/
.managedPg .diffCompareHeader {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 20px;
}

.managedPg .diffCompareNote {
	margin: 16px 0 0;
	font-size: 12px;
	line-height: 18px;
	color: #999;
	font-style: italic;
}

.managedPg .diffCompareNote strong {
	color: #666;
	font-weight: 600;
}

/*===== Compare table =====*/
.managedPg .diffCompareSwipeHint {
	display: none;
}

.managedPg .diffCompareWrap {
	border: 1px solid #eaeaea;
	border-radius: 8px;
	overflow: hidden;
}

.managedPg .diffCompare {
	width: 100%;
	border-collapse: collapse;
}

.managedPg .diffCompare thead th {
	padding: 16px 20px;
	background: #fff;
	border-bottom: 1px solid #eaeaea;
	font-size: 13px;
	font-weight: 700;
	color: #000;
	text-align: center;
	vertical-align: middle;
}

.managedPg .diffCompare thead th.diffCompareFeature {
	text-align: left;
	font-size: 12px;
	color: #666;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.managedPg .diffCompare thead th.diffCompareUs {
	background: #000;
	color: #fff;
	border-bottom-color: rgba(255, 255, 255, 0.12);
}

.managedPg .diffCompare tbody td {
	padding: 18px 20px;
	background: #fff;
	border-bottom: 1px solid #eaeaea;
	color: #1a1a1a;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}

.managedPg .diffCompare tbody tr:last-child td { border-bottom: none; }

.managedPg .diffCompare tbody td.diffCompareFeature {
	text-align: left;
	font-weight: 500;
	color: #000;
}

.managedPg .diffCompare tbody td.diffCompareUs {
	background: #000;
	color: #fff;
	font-weight: 600;
	border-bottom-color: rgba(255, 255, 255, 0.12);
}

.managedPg .diffCompare tbody tr:last-child td.diffCompareUs { border-bottom: none; }

.managedPg .diffCompare tbody td.diffCompareNo {
	color: #bbb;
	font-weight: 400;
}


/* ================================================================== */
/* How It Works (numbered cards row)                                  */
/* ================================================================== */
.managedPg .howSection {
	padding: 100px 0;
	color: #000;
}

.managedPg .howHeader {
	text-align: center;
	margin-bottom: 64px;
}

.managedPg .howHead {
	margin: 0;
	font-weight: 700;
	font-size: clamp(40px, 4.6vw, 60px);
	line-height: 1.16;
	letter-spacing: -0.025em;
	color: #000;
}

.managedPg .howSteps {
	position: relative;
}

.managedPg .howConnector {
	position: absolute;
	top: 24px;
	left: 6%;
	right: 6%;
	height: 1px;
	background: repeating-linear-gradient(90deg, #0a0a0a 0 6px, transparent 6px 12px);
	pointer-events: none;
}

.managedPg .howCards {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
}

.managedPg .howCard {
	text-align: left;
}

.managedPg .howNumber {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #0a0a0a;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}

.managedPg .howCardTitle {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.015em;
	color: #000;
	line-height: 1.3;
	margin: 0 0 10px;
}

.managedPg .howCardBlurb {
	font-size: 15px;
	line-height: 24px;
	color: #5a5a5a;
	margin: 0;
}


/* ================================================================== */
/* Pricing Section                                                    */
/* ================================================================== */
.managedPg .pricingSection {
	padding: 100px 0;
	background: #ffffff;
	color: #000;
}

/*===== Header =====*/
.managedPg .pricingHeader {
	text-align: center;
	margin-bottom: 40px;
}

.managedPg .pricingHead {
	margin: 20px auto 16px;
	max-width: 900px;
}

.managedPg .pricingLead {
	font-size: 18px;
	line-height: 30px;
	color: #666;
	margin: 0 auto 6px;
	max-width: 640px;
}

.managedPg .pricingLeadFine {
	font-size: 14px;
	line-height: 22px;
	color: #6a6a6a;
	margin: 0 auto 28px;
	max-width: 640px;
}

/*===== Toggle =====*/
.managedPg .pricingToggle {
	display: inline-flex;
	align-items: center;
	background: #f0f0f0;
	border: 1px solid #e0e0e0;
	border-radius: 999px;
	padding: 4px;
}

.managedPg .pricingToggleBtn {
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	font-weight: 600;
	min-height: 44px;
	padding: 12px 22px;
	border-radius: 999px;
	border: none;
	background: transparent;
	color: #666;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease;
}

.managedPg .pricingToggleBtn.is-active {
	background: #1a1a1a;
	color: #fff;
}

/*===== Tier cards =====*/
.managedPg .pricingCards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-bottom: 32px;
}

.managedPg .pricingCard {
	position: relative;
	background: #fff;
	border: 1px solid #eaeaea;
	border-radius: 12px;
	padding: 28px 32px;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.managedPg .pricingCardHighlight {
	border-color: #000;
	box-shadow: 0 12px 32px -12px rgba(0, 0, 0, 0.18);
}

.managedPg .pricingCardBadge {
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	background: #1e7ae0;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding: 4px 12px;
	border-radius: 999px;
}

.managedPg .pricingTier {
	font-weight: 700;
	font-size: 14px;
	color: #000;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.managedPg .pricingPriceWrap {
	display: flex;
	align-items: flex-end;
	gap: 6px;
}

.managedPg .pricingPrice {
	font-weight: 800;
	font-size: 56px;
	line-height: 1;
	letter-spacing: -0.03em;
	color: #000;
}

.managedPg .pricingPriceUnit {
	font-size: 14px;
	color: #666;
	padding-bottom: 10px;
}

.managedPg .pricingPriceNote {
	font-size: 12px;
	color: #666;
	margin-top: 6px;
	min-height: 18px;
}

.managedPg .pricingDivider {
	height: 1px;
	border: 0;
	background: #f0f0f0;
	margin: 0;
}

.managedPg .pricingFeatures {
	list-style: none;
	padding: 0;
	margin: 0 0 28px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.managedPg .pricingFeatures li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	line-height: 22px;
	color: #1a1a1a;
}

.managedPg .pricingCta {
	margin-top: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 600;
	padding: 14px 18px;
	border-radius: 8px;
	background: #000;
	color: #fff;
	text-decoration: none;
	transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.managedPg .pricingCta:hover {
	background: #222;
	transform: translateY(-1px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
	color: #fff !important;
}

/*===== Contact prompt =====*/
.managedPg .pricingContact {
	margin: 32px 0 0;
	font-size: 14px;
	line-height: 22px;
	color: #666;
	text-align: center;
}

.managedPg .pricingContactLink {
	color: #1666c0;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid currentColor;
	padding-bottom: 1px;
}

.managedPg .pricingContactLink:hover {
	color: #0f4a92 !important;
	border-color: currentColor;
}


/* ================================================================== */
/* FAQ Section (Clustered accordion)                                  */
/* ================================================================== */
.managedPg .faqSection {
	padding: 100px 0;
	background: #fafafa;
	color: #000;
}

/*===== Header =====*/
.managedPg .faqHeader {
	margin-bottom: 56px;
}

.managedPg .faqHead {
	margin: 20px 0 16px;
	max-width: 900px;
}

/*===== Cluster =====*/
.managedPg .faqCluster:not(:last-child) {
	margin-bottom: 40px;
}

.managedPg .faqClusterHead {
	border-top: 1px solid #000;
	padding-top: 24px;
	margin-bottom: 4px;
}

/*===== Item (native details/summary) =====*/
.managedPg .faqItem {
	border-bottom: 1px solid #eaeaea;
}

.managedPg .faqQuestion {
	list-style: none;
	cursor: pointer;
	padding: 22px 0;
	display: grid;
	grid-template-columns: 1fr 32px;
	gap: 16px;
	align-items: center;
	-webkit-tap-highlight-color: transparent;
}

.managedPg .faqQuestion::-webkit-details-marker { display: none; }
.managedPg .faqQuestion::marker { display: none; content: ''; }

.managedPg .faqQuestionText {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	line-height: 26px;
}

.managedPg .faqIcon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 1px solid #000;
	font-size: 14px;
	color: #000;
	line-height: 1;
	transform: rotate(0deg);
	transition: transform 200ms ease;
}

.managedPg .faqItem[open] .faqIcon {
	transform: rotate(45deg);
}

.managedPg .faqAnswer {
	padding: 0 60px 24px 0;
	font-size: 16px;
	line-height: 26px;
	color: #1a1a1a;
}

.managedPg .faqAnswer p {
	margin: 0 0 14px;
}

.managedPg .faqAnswer p:last-child {
	margin-bottom: 0;
}

.managedPg .faqAnswer strong {
	color: #000;
	font-weight: 600;
}


/* ================================================================== */
/* CTA Section (Dark Hero-mirror with story closure)                  */
/* ================================================================== */
.managedPg .ctaSection {
	position: relative;
	padding: 120px 0;
	background: #0a0a0a;
	color: #fff;
	overflow: hidden;
}

.managedPg .ctaGlow {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: radial-gradient(circle at 50% 35%, rgba(40, 90, 200, 0.28) 0%, rgba(10, 10, 10, 0) 55%);
}

.managedPg .ctaInner {
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
	text-align: center;
}

.managedPg .ctaQuote {
	font-family: ui-serif, Georgia, serif;
	font-style: italic;
	font-size: 18px;
	line-height: 28px;
	color: rgba(255, 255, 255, 0.55);
	margin: 32px auto 18px;
	max-width: 680px;
}

.managedPg .ctaHead {
	font-weight: 700;
	font-size: clamp(48px, 6vw, 84px);
	line-height: 1.08;
	letter-spacing: -0.035em;
	color: #fff;
	margin: 0 auto 28px;
	max-width: 1000px;
}

.managedPg .ctaHeadGradient {
	color: #1e7ae0;
}

/*===== Actions =====*/
.managedPg .ctaActions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-bottom: 36px;
	flex-wrap: wrap;
}

.managedPg .ctaBtn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 600;
	border-radius: 10px;
	text-decoration: none;
	transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.managedPg .ctaBtnPrimary {
	background: #fff;
	color: #000 !important;
	padding: 20px 36px;
	font-size: 17px;
}

.managedPg .ctaBtnPrimary:hover {
	background: #f0f0f0;
	transform: translateY(-1px);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.4);
	color: #000 !important;
}

.managedPg .ctaBtnGhost {
	background: transparent;
	color: #fff !important;
	padding: 20px 28px;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.managedPg .ctaBtnGhost:hover {
	border-color: rgba(255, 255, 255, 0.6);
	color: #fff !important;
}

/*===== Trust pill =====*/
.managedPg .ctaTrust {
	display: inline-flex;
	align-items: center;
	gap: 20px;
	padding: 12px 24px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 13px;
	color: rgba(255, 255, 255, 0.75);
	letter-spacing: 0.02em;
}

.managedPg .ctaTrustItem {
	display: flex;
	align-items: center;
	gap: 8px;
}

.managedPg .ctaTrustDivider {
	width: 1px;
	height: 14px;
	background: rgba(255, 255, 255, 0.2);
}


/* ================================================================== */
/* Responsive                                                         */
/* ================================================================== */

@media (max-width: 1100px) {
.managedPg .heroManaged { padding: 80px 0; }
.managedPg .heroGrid { grid-template-columns: 1fr; gap: 40px; }
.managedPg .heroContent { max-width: 100%; }
.managedPg .heroVisualWrap { display: none; }

.managedPg .painFilter { padding: 48px 0; }
.managedPg .painCycle { font-size: 42px; min-height: 54px; }

.managedPg .whatSection { padding: 64px 0; }
.managedPg .whatIntro { margin-bottom: 48px; }
.managedPg .whatSplitGrid { grid-template-columns: 1fr; }
.managedPg .whatSplitLeft { padding: 28px 32px; clip-path: none; }
.managedPg .whatSplitRight { padding: 28px 32px; }

.managedPg .trustSection { padding: 72px 0; }
.managedPg .trustIntro { grid-template-columns: 1fr; gap: 32px; margin-bottom: 48px; }
.managedPg .trustIntroRight { padding-top: 0; }
.managedPg .trustNumbers { grid-template-columns: 1fr 1fr; }
.managedPg .trustHeroCard { grid-row: auto; grid-column: span 2; min-height: 0; padding: 32px 28px; }
.managedPg .trustHeroValue { font-size: 80px; }
.managedPg .trustLogosGrid { grid-template-columns: repeat(4, 1fr); }
.managedPg .trustLogoCell:nth-child(4n) { border-right: none; }
.managedPg .trustLogoCell:nth-child(-n+4) { border-bottom: 1px solid #eaeaea; }

.managedPg .diffSection { padding: 72px 0; }
.managedPg .diffCompareHeader { flex-direction: column; align-items: flex-start; gap: 6px; }

.managedPg .howSection { padding: 72px 0; }
.managedPg .howHeader { margin-bottom: 48px; }
.managedPg .howCards { grid-template-columns: repeat(2, 1fr); gap: 40px 32px; }
.managedPg .howConnector { display: none; }

.managedPg .pricingSection { padding: 72px 0; }
.managedPg .pricingCards { grid-template-columns: repeat(2, 1fr); gap: 16px; }

.managedPg .faqSection { padding: 72px 0; }

.managedPg .ctaSection { padding: 88px 0; }
}

@media (min-width: 768px) and (max-width: 991px) {
.managedPg .painCycle { font-size: 36px; min-height: 46px; }
}

@media (max-width: 767px) {
.managedPg .heroManaged { padding: 56px 0; }
.managedPg .heroGrid { gap: 32px; }
.managedPg .heroHead { font-size: clamp(32px, 8vw, 40px); margin-bottom: 18px; }
.managedPg .heroSub { font-size: 17px; line-height: 26px; }
.managedPg .heroCta { padding: 12px 18px; font-size: 14px; }
.managedPg .heroTrustRow { font-size: 12px; gap: 12px; padding-top: 20px; margin-top: 36px; flex-wrap: wrap; white-space: normal; }

.managedPg .painFilter { padding: 40px 0; }
.managedPg .painCycle { font-size: 28px; line-height: 1.25; min-height: 130px; margin: 8px 0 0; }

.managedPg .whatSection { padding: 56px 0; }
.managedPg .whatHead { font-size: 36px; }
.managedPg .whatSplitLeft, .managedPg .whatSplitRight { padding: 24px 28px; }

.managedPg .trustSection { padding: 56px 0; }
.managedPg .trustNumbers { grid-template-columns: 1fr; gap: 12px; }
.managedPg .trustHeroCard { grid-column: auto; padding: 24px 28px; }
.managedPg .trustHeroValue { font-size: 64px; }
.managedPg .trustLogosHeader { flex-direction: column; align-items: flex-start; gap: 6px; }
.managedPg .trustLogosGrid { grid-template-columns: repeat(2, 1fr); }
.managedPg .trustLogoCell { border-right: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; }
.managedPg .trustLogoCell:nth-child(2n) { border-right: none; }
.managedPg .trustLogoCell:nth-last-child(-n+2) { border-bottom: none; }

.managedPg .diffSection { padding: 56px 0; }
.managedPg .diffHead { font-size: 36px; line-height: 1.15; }
.managedPg .diffCompareSwipeHint {
	display: block;
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: #888;
	text-align: right;
}
.managedPg .diffCompareWrap {
	overflow-x: auto;
	-webkit-mask-image: linear-gradient(to right, #000 calc(100% - 32px), transparent 100%);
	mask-image: linear-gradient(to right, #000 calc(100% - 32px), transparent 100%);
}
.managedPg .diffCompare { min-width: 640px; }
.managedPg .diffCompare thead th,
.managedPg .diffCompare tbody td { padding: 14px; font-size: 13px; }

.managedPg .howSection { padding: 56px 0; }
.managedPg .howHeader { margin-bottom: 36px; }
.managedPg .howHead { font-size: 36px; line-height: 1.15; }
.managedPg .howCards { grid-template-columns: 1fr; gap: 28px; }
.managedPg .howNumber { width: 44px; height: 44px; font-size: 16px; margin-bottom: 16px; }
.managedPg .howCardTitle { font-size: 20px; }

.managedPg .pricingSection { padding: 56px 0; }
.managedPg .pricingHead { font-size: 36px; line-height: 1.15; }
.managedPg .pricingCards { grid-template-columns: 1fr; }
.managedPg .pricingCardHighlight { order: -1; }
.managedPg .pricingCard { padding: 24px 28px; }
.managedPg .pricingPrice { font-size: 48px; }

.managedPg .faqSection { padding: 56px 0; }
.managedPg .faqHead { font-size: 36px; line-height: 1.15; }
.managedPg .faqQuestionText { font-size: 16px; line-height: 24px; }
.managedPg .faqAnswer { padding-right: 0; font-size: 15px; line-height: 24px; }

.managedPg .ctaSection { padding: 64px 0; }
.managedPg .ctaHead { font-size: 44px; line-height: 1.1; }
.managedPg .ctaQuote { font-size: 16px; line-height: 24px; }
.managedPg .ctaActions { gap: 12px; margin-bottom: 28px; }
.managedPg .ctaBtnPrimary { padding: 16px 28px; font-size: 16px; }
.managedPg .ctaBtnGhost { padding: 16px 22px; font-size: 15px; }
.managedPg .ctaTrust { flex-wrap: wrap; gap: 12px; padding: 12px 18px; font-size: 12px; }
.managedPg .ctaTrustDivider { display: none; }
}

@media (max-width: 575px) {
.managedPg .heroTrustRow { gap: 10px; }
.managedPg .heroTrustDivider { display: none; }
.managedPg .whatHead { font-size: 32px; }
}
