/* ================================================================
   PILLAR PAGE — Mobile-first base styles
   ================================================================ */

/* ----------------------------------------------------------------
   Layout & box-model
   ---------------------------------------------------------------- */
.pillar_hero .wrap,
.pillar_hero .wrap a,
.pillar_hero .wrap a:after,
.pillar_toc,
.pillar_toc a,
.pillar_section,
.pillar_section .wrap,
.pillar_callout,
.pillar_mid_cta .wrap,
.pillar_mid_cta .wrap a,
.pillar_mid_cta .wrap a:after,
.pillar_steps .step,
.pillar_grid .grid_card,
.pillar_checklist li,
.pillar_vp_callout {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* ----------------------------------------------------------------
   Hero
   ---------------------------------------------------------------- */
.pillar_hero {
	position: relative;
	background-color: rgb(3, 70, 255);
	color: rgb(255, 255, 255);
	padding: 60px 0 50px 0;
	overflow: hidden;
}
.pillar_hero .vp_pattern_wrap {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	z-index: 0;
	pointer-events: none;
}
.pillar_hero .vp_pattern_wrap canvas {
	display: block;
	width: 100%;
	height: 100%;
}
.pillar_hero .wrap {
	margin: 0 20px;
	position: relative;
	z-index: 2;
}
.pillar_hero .hero_tag {
	display: inline-block;
	font-size: 0.6875rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	opacity: 0.7;
	margin: 0 0 16px 0;
	border: 1px solid rgba(255,255,255,0.25);
	border-radius: 20px;
	padding: 6px 16px;
}
.pillar_hero h1 {
	font-size: 1.75rem;
	line-height: 1.15;
	margin: 0 0 16px 0;
	font-family: avenir-lt-pro, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.pillar_hero .hero_sub {
	font-size: 1rem;
	line-height: 1.6;
	opacity: 0.85;
	margin: 0 0 30px 0;
}
.pillar_hero .hero_meta {
	font-size: 0.8125rem;
	opacity: 0.5;
	margin: 30px 0 0 0;
}
.pillar_hero .wrap a {
	display: block;
	width: 200px;
	height: 40px;
	border-radius: 20px;
	text-align: center;
	border: 1px solid rgb(255, 255, 255);
	color: rgb(255, 255, 255);
	font-size: 1rem;
	line-height: 1;
	padding: 11px 0 0 0;
	text-decoration: none;
	position: relative;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}
.pillar_hero .wrap a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -41px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid rgb(255, 255, 255);
}
.pillar_hero .wrap a:before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background-image: url("../sprites/sprite.svg");
	background-size: 1000px 1000px;
	background-repeat: no-repeat;
	background-position: -1em -1em;
	position: absolute;
	top: 12px;
	right: -29px;
}
.pillar_hero .wrap a:hover {
	background-color: rgb(255, 255, 255);
	color: rgba(3, 70, 255, 0.9);
}

/* ----------------------------------------------------------------
   Table of Contents
   ---------------------------------------------------------------- */
.pillar_toc {
	background-color: rgb(247, 247, 247);
	padding: 30px 0;
	border-bottom: 1px solid rgb(230, 230, 230);
}
.pillar_toc .wrap {
	margin: 0 20px;
}
.pillar_toc h2 {
	font-size: 0.8125rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: rgb(3, 70, 255);
	margin: 0 0 16px 0;
	font-family: avenir-lt-pro, sans-serif;
	font-weight: 700;
}
.pillar_toc ol {
	list-style: none;
	padding: 0;
	margin: 0;
	counter-reset: toc;
}
.pillar_toc ol li {
	counter-increment: toc;
	margin: 0 0 8px 0;
}
.pillar_toc ol li a {
	display: block;
	font-size: 0.9375rem;
	color: rgb(56, 56, 56);
	text-decoration: none;
	padding: 6px 0 6px 32px;
	position: relative;
	-webkit-transition: color 200ms ease;
	transition: color 200ms ease;
	line-height: 1.4;
}
.pillar_toc ol li a:before {
	content: counter(toc, decimal-leading-zero);
	position: absolute;
	left: 0;
	top: 6px;
	font-size: 0.75rem;
	color: rgb(3, 70, 255);
	font-weight: 700;
	font-family: avenir-lt-pro, sans-serif;
	letter-spacing: 0.5px;
}
.pillar_toc ol li a:hover {
	color: rgb(3, 70, 255);
}

/* ----------------------------------------------------------------
   Content Layout  (sidebar + main)
   ---------------------------------------------------------------- */
.pillar_body {
	margin: 0;
}
.pillar_body .wrap {
	margin: 0 20px;
}

/* Sidebar navigation — hidden on mobile, sticky on desktop */
.pillar_sidebar {
	display: none;
}

/* Main content area */
.pillar_content {
	padding: 40px 0 60px 0;
}

/* ----------------------------------------------------------------
   Section blocks
   ---------------------------------------------------------------- */
.pillar_section {
	margin: 0 0 50px 0;
	scroll-margin-top: 90px;
}
.pillar_section .section_number {
	display: inline-block;
	font-size: 0.6875rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: rgb(3, 70, 255);
	font-weight: 700;
	font-family: avenir-lt-pro, sans-serif;
	margin: 0 0 8px 0;
}
.pillar_section h2 {
	font-size: 1.375rem;
	line-height: 1.2;
	color: rgb(56, 56, 56);
	margin: 0 0 16px 0;
	font-family: avenir-lt-pro, sans-serif;
	font-weight: 700;
}
.pillar_section h3 {
	font-size: 1.0625rem;
	line-height: 1.3;
	color: rgb(56, 56, 56);
	margin: 20px 0 8px 0;
	font-family: avenir-lt-pro, sans-serif;
	font-weight: 700;
}
.pillar_section p {
	font-size: 1rem;
	line-height: 1.7;
	color: rgb(99, 99, 99);
	margin: 0 0 16px 0;
}
.pillar_section p strong {
	color: rgb(56, 56, 56);
	font-weight: 700;
}

/* ----------------------------------------------------------------
   Callout box (blue left border)
   ---------------------------------------------------------------- */
.pillar_callout {
	background-color: rgb(247, 247, 255);
	border-left: 3px solid rgb(3, 70, 255);
	border-radius: 0 6px 6px 0;
	padding: 20px 22px;
	margin: 24px 0;
	font-size: 0.9375rem;
	line-height: 1.6;
	color: rgb(56, 56, 56);
}
.pillar_callout strong {
	color: rgb(3, 70, 255);
}
.pillar_callout p {
	margin: 0 0 8px 0;
	font-size: 0.9375rem;
	color: rgb(56, 56, 56);
}
.pillar_callout p:last-child {
	margin: 0;
}

/* ----------------------------------------------------------------
   VerifiedProxy callout (branded)
   ---------------------------------------------------------------- */
.pillar_vp_callout {
	background-color: rgb(3, 70, 255);
	color: rgb(255, 255, 255);
	border-radius: 6px;
	padding: 28px 24px;
	margin: 30px 0;
	position: relative;
	overflow: hidden;
}
.pillar_vp_callout .vp_pattern_wrap {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	z-index: 0;
	pointer-events: none;
}
.pillar_vp_callout .vp_pattern_wrap canvas {
	display: block;
	width: 100%;
	height: 100%;
}
.pillar_vp_callout .vp_callout_inner {
	position: relative;
	z-index: 2;
}
.pillar_vp_callout .vp_label {
	display: inline-block;
	font-size: 0.625rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	opacity: 0.7;
	margin: 0 0 10px 0;
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 12px;
	padding: 4px 12px;
}
.pillar_vp_callout h4 {
	font-size: 1.125rem;
	font-weight: 700;
	font-family: avenir-lt-pro, sans-serif;
	margin: 0 0 8px 0;
	line-height: 1.3;
}
.pillar_vp_callout p {
	font-size: 0.9375rem;
	line-height: 1.6;
	opacity: 0.9;
	margin: 0 0 16px 0;
	color: rgb(255, 255, 255);
}
.pillar_vp_callout p:last-child {
	margin: 0;
}
.pillar_vp_callout a {
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 700;
	color: rgb(255, 255, 255);
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	padding: 0 0 2px 0;
	-webkit-transition: border-color 200ms ease;
	transition: border-color 200ms ease;
}
.pillar_vp_callout a:hover {
	border-color: rgb(255, 255, 255);
}

/* ----------------------------------------------------------------
   Numbered steps
   ---------------------------------------------------------------- */
.pillar_steps {
	counter-reset: pstep;
	margin: 24px 0;
}
.pillar_steps .step {
	padding: 24px 24px 24px 70px;
	background-color: rgb(247, 247, 247);
	border-radius: 6px;
	position: relative;
	counter-increment: pstep;
	margin: 0 0 10px 0;
}
.pillar_steps .step:before {
	content: counter(pstep);
	position: absolute;
	top: 22px;
	left: 24px;
	font-size: 1.5rem;
	font-family: avenir-lt-pro, sans-serif;
	font-weight: 700;
	color: rgb(3, 70, 255);
	line-height: 1;
}
.pillar_steps .step h4 {
	font-size: 1rem;
	font-weight: 700;
	font-family: avenir-lt-pro, sans-serif;
	color: rgb(56, 56, 56);
	margin: 0 0 6px 0;
}
.pillar_steps .step p {
	font-size: 0.9375rem;
	line-height: 1.6;
	color: rgb(99, 99, 99);
	margin: 0;
}

/* ----------------------------------------------------------------
   Card grid
   ---------------------------------------------------------------- */
.pillar_grid {
	margin: 24px 0;
}
.pillar_grid .grid_card {
	background-color: rgb(247, 247, 247);
	border-radius: 6px;
	padding: 26px 24px;
	margin: 0 0 10px 0;
}
.pillar_grid .grid_card .card_icon {
	font-size: 1.75rem;
	margin: 0 0 10px 0;
	line-height: 1;
}
.pillar_grid .grid_card h4 {
	font-size: 1rem;
	font-weight: 700;
	font-family: avenir-lt-pro, sans-serif;
	color: rgb(56, 56, 56);
	margin: 0 0 6px 0;
}
.pillar_grid .grid_card p {
	font-size: 0.9375rem;
	line-height: 1.6;
	color: rgb(99, 99, 99);
	margin: 0;
}

/* ----------------------------------------------------------------
   Checklist
   ---------------------------------------------------------------- */
.pillar_checklist {
	list-style: none;
	padding: 0;
	margin: 20px 0;
}
.pillar_checklist li {
	padding: 10px 0 10px 32px;
	font-size: 0.9375rem;
	line-height: 1.5;
	color: rgb(56, 56, 56);
	position: relative;
	border-bottom: 1px solid rgb(240, 240, 240);
}
.pillar_checklist li:last-child {
	border-bottom: 0;
}
.pillar_checklist li:before {
	content: "\2713";
	position: absolute;
	left: 0;
	top: 10px;
	font-size: 0.875rem;
	color: rgb(3, 70, 255);
	font-weight: 700;
}

/* ----------------------------------------------------------------
   Mid-page CTA band
   ---------------------------------------------------------------- */
.pillar_mid_cta {
	margin: 50px 0;
}
.pillar_mid_cta .wrap {
	margin: 0;
	background-color: rgb(3, 70, 255);
	color: rgb(255, 255, 255);
	padding: 36px 26px;
	border-radius: 6px;
	position: relative;
	overflow: hidden;
}
.pillar_mid_cta .wrap .vp_pattern_wrap {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	z-index: 0;
	pointer-events: none;
}
.pillar_mid_cta .wrap .vp_pattern_wrap canvas {
	display: block;
	width: 100%;
	height: 100%;
}
.pillar_mid_cta .cta_inner {
	position: relative;
	z-index: 2;
}
.pillar_mid_cta h3 {
	font-size: 0.6875rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	opacity: 0.7;
	margin: 0 0 10px 0;
	font-family: avenir-lt-pro, sans-serif;
}
.pillar_mid_cta h2 {
	font-size: 1.375rem;
	line-height: 1.2;
	margin: 0 0 12px 0;
	font-family: avenir-lt-pro, sans-serif;
	font-weight: 700;
	color: rgb(255, 255, 255);
}
.pillar_mid_cta p {
	font-size: 0.9375rem;
	line-height: 1.5;
	opacity: 0.85;
	color: rgb(255, 255, 255);
}
.pillar_mid_cta .wrap a {
	display: block;
	width: 200px;
	height: 40px;
	border: 1px solid rgb(255, 255, 255);
	color: rgb(255, 255, 255);
	font-size: 1rem;
	line-height: 1;
	border-radius: 20px;
	padding: 11px 0 0 0;
	text-decoration: none;
	margin: 20px 0 0 0;
	text-align: center;
	position: relative;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}
.pillar_mid_cta .wrap a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -41px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid rgb(255, 255, 255);
}
.pillar_mid_cta .wrap a:before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background-image: url("../sprites/sprite.svg");
	background-size: 1000px 1000px;
	background-repeat: no-repeat;
	background-position: -1em -1em;
	position: absolute;
	top: 12px;
	right: -29px;
}
.pillar_mid_cta .wrap a:hover {
	background-color: rgb(255, 255, 255);
	color: rgba(3, 70, 255, 0.9);
}

/* ----------------------------------------------------------------
   Section divider
   ---------------------------------------------------------------- */
.pillar_divider {
	border: 0;
	border-top: 1px solid rgb(230, 230, 230);
	margin: 40px 0;
}

/* ----------------------------------------------------------------
   Inline list (ol inside sections)
   ---------------------------------------------------------------- */
.pillar_section ol {
	padding: 0 0 0 20px;
	margin: 12px 0 16px 0;
}
.pillar_section ol li {
	font-size: 1rem;
	line-height: 1.7;
	color: rgb(99, 99, 99);
	margin: 0 0 6px 0;
}
.pillar_section ol li strong {
	color: rgb(56, 56, 56);
}
.pillar_section ul {
	padding: 0 0 0 20px;
	margin: 12px 0 16px 0;
}
.pillar_section ul li {
	font-size: 1rem;
	line-height: 1.7;
	color: rgb(99, 99, 99);
	margin: 0 0 6px 0;
}
.pillar_section ul li strong {
	color: rgb(56, 56, 56);
}

/* ----------------------------------------------------------------
   Key stat row
   ---------------------------------------------------------------- */
.pillar_stats {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
	margin: 24px 0;
}
.pillar_stats .stat {
	-webkit-flex: 1 1 calc(50% - 5px);
	flex: 1 1 calc(50% - 5px);
	min-width: 120px;
	background-color: rgb(247, 247, 247);
	border-radius: 6px;
	padding: 20px;
	text-align: center;
}
.pillar_stats .stat .stat_number {
	display: block;
	font-size: 1.75rem;
	font-weight: 700;
	color: rgb(3, 70, 255);
	font-family: avenir-lt-pro, sans-serif;
	margin: 0 0 4px 0;
	line-height: 1;
}
.pillar_stats .stat .stat_label {
	display: block;
	font-size: 0.75rem;
	color: rgb(99, 99, 99);
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* ----------------------------------------------------------------
   Back to top
   ---------------------------------------------------------------- */
.pillar_back_top {
	text-align: center;
	margin: 30px 0 0 0;
}
.pillar_back_top a {
	display: inline-block;
	font-size: 0.875rem;
	color: rgb(3, 70, 255);
	text-decoration: none;
	font-weight: 700;
}
