:root {
	--apcw-blue: #0879d9;
	--apcw-blue-dark: #055ca8;
	--apcw-navy: #101820;
	--apcw-muted: #667382;
	--apcw-line: #dfe6ed;
	--apcw-pale: #f3f8fc;
	--apcw-green: #22a765;
}

.apcw-store-tool-links {
	display: none;
}

.apcw-store-main-links {
	display: none;
}

.apcw-store-main-links.is-mounted {
	display: flex;
}

.apcw-store-tool-links.is-mounted {
	display: flex;
	align-items: center;
	gap: 0;
	margin-right: 14px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .035em;
	line-height: 1;
	text-transform: uppercase;
}

.apcw-store-tool-links a {
	color: #fff;
	padding: 4px 11px;
	text-decoration: none;
	white-space: nowrap;
}

.apcw-store-tool-links a + a {
	border-left: 1px solid rgba(255,255,255,.38);
}

.apcw-store-tool-links a:hover,
.apcw-store-tool-links a:focus {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.apcw-home-tools {
	width: min(100%, 1210px);
	margin: 42px auto;
	padding: 38px 24px 30px;
	border: 1px solid #e2eaf1;
	border-radius: 18px;
	background: linear-gradient(180deg, #f7fbfe 0%, #f2f7fb 100%);
	color: var(--apcw-navy);
	font-family: Inter, Arial, sans-serif;
}

.apcw-home-tools__intro {
	margin: 0 auto 24px;
	text-align: center;
}

.apcw-tool-eyebrow {
	display: block;
	margin-bottom: 9px;
	color: var(--apcw-blue);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.apcw-home-tools__intro h2 {
	margin: 0;
	color: var(--apcw-navy);
	font-size: clamp(28px, 3.4vw, 42px);
	font-weight: 750;
	letter-spacing: -.035em;
	line-height: 1.1;
}

.apcw-home-tools__intro p {
	margin: 9px 0 0;
	color: var(--apcw-muted);
	font-size: 16px;
}

.apcw-home-tools__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.apcw-home-tool-card {
	position: relative;
	min-height: 285px;
	overflow: hidden;
	display: flex;
	align-items: stretch;
	padding: 29px;
	border: 1px solid #d9e3eb;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(27, 54, 78, .08);
	color: var(--apcw-navy);
	text-decoration: none !important;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.apcw-home-tool-card:hover,
.apcw-home-tool-card:focus-visible {
	transform: translateY(-3px);
	border-color: #a8ceed;
	box-shadow: 0 18px 38px rgba(27, 71, 109, .14);
	color: var(--apcw-navy);
}

.apcw-home-tool-card__copy {
	position: relative;
	z-index: 2;
	width: 57%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

.apcw-live-chip {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-bottom: auto;
	padding: 6px 10px;
	border: 1px solid #acd8bf;
	border-radius: 999px;
	background: #f7fff9;
	color: #245d3c;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .02em;
}

.apcw-live-chip i,
.apcw-signal-stack i,
.apcw-device-card span i {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--apcw-green);
	box-shadow: 0 0 0 3px rgba(34,167,101,.12);
}

.apcw-home-tool-card h3 {
	margin: 18px 0 9px;
	font-size: clamp(24px, 2.1vw, 32px);
	font-weight: 760;
	letter-spacing: -.035em;
	line-height: 1.08;
}

.apcw-home-tool-card p {
	margin: 0 0 20px;
	color: var(--apcw-muted);
	font-size: 14px;
	line-height: 1.55;
}

.apcw-home-tool-card strong {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 11px 15px;
	border-radius: 7px;
	background: var(--apcw-blue);
	color: #fff;
	font-size: 13px;
}

.apcw-home-tool-card img {
	position: absolute;
	z-index: 1;
	right: -4%;
	bottom: 5%;
	width: 50%;
	height: 66%;
	object-fit: contain;
	mix-blend-mode: multiply;
}

.apcw-home-tool-card--equipment img {
	right: 1%;
	bottom: 7%;
	height: 72%;
}

.apcw-home-tools__trust {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 23px;
	padding: 19px 5px 0;
	border-top: 1px solid #dce6ed;
}

.apcw-home-tools__trust span {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 0 18px;
	text-align: center;
}

.apcw-home-tools__trust span + span {
	border-left: 1px solid #d7e0e7;
}

.apcw-home-tools__trust b {
	font-size: 13px;
}

.apcw-home-tools__trust small {
	margin-top: 4px;
	color: var(--apcw-muted);
	font-size: 11px;
}

body.apcw-tool-landing-page {
	margin: 0;
	background: #fff;
	color: var(--apcw-navy);
	font-family: Inter, "Segoe UI", Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

.apcw-tool-landing-page *,
.apcw-tool-landing-page *::before,
.apcw-tool-landing-page *::after {
	box-sizing: border-box;
}

.apcw-landing-header {
	position: relative;
	z-index: 20;
	height: 86px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 clamp(24px, 5vw, 78px);
	border-bottom: 1px solid var(--apcw-line);
	background: rgba(255,255,255,.96);
}

.apcw-landing-brand img {
	display: block;
	width: 205px;
	height: auto;
}

.apcw-landing-nav {
	display: flex;
	align-items: center;
	gap: clamp(17px, 2.1vw, 34px);
}

.apcw-landing-nav a {
	position: relative;
	padding: 32px 0 28px;
	color: #24303b;
	font-size: 13px;
	font-weight: 650;
	text-decoration: none;
}

.apcw-landing-nav a::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 3px;
	background: var(--apcw-blue);
	content: "";
	transform: scaleX(0);
	transition: transform .2s ease;
}

.apcw-landing-nav a:hover::after,
.apcw-landing-nav a.is-current::after {
	transform: scaleX(1);
}

.apcw-landing-menu-toggle {
	display: none;
	border: 1px solid var(--apcw-line);
	border-radius: 7px;
	background: #fff;
	padding: 9px 12px;
	color: var(--apcw-navy);
	font-weight: 700;
}

.apcw-tool-landing {
	overflow: hidden;
}

.apcw-tool-hero {
	min-height: 535px;
	display: grid;
	grid-template-columns: minmax(390px, .88fr) minmax(480px, 1.12fr);
	align-items: center;
	gap: 42px;
	padding: 62px clamp(24px, 6vw, 96px) 54px;
	background: linear-gradient(90deg, #fff 0 47%, #f2f8fd 100%);
}

.apcw-tool-hero__copy {
	position: relative;
	z-index: 2;
	max-width: 640px;
}

.apcw-tool-hero h1 {
	margin: 0;
	max-width: 650px;
	font-size: clamp(46px, 5.2vw, 76px);
	font-weight: 780;
	letter-spacing: -.058em;
	line-height: .98;
}

.apcw-tool-hero__copy > p {
	max-width: 610px;
	margin: 25px 0 0;
	color: #566472;
	font-size: clamp(16px, 1.35vw, 20px);
	line-height: 1.55;
}

.apcw-tool-actions {
	display: flex;
	align-items: center;
	gap: 26px;
	margin-top: 31px;
}

.apcw-tool-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	min-height: 52px;
	padding: 0 25px;
	border-radius: 8px;
	background: var(--apcw-blue);
	box-shadow: 0 12px 26px rgba(8,121,217,.19);
	color: #fff;
	font-size: 15px;
	font-weight: 750;
	text-decoration: none;
	transition: background .2s ease, transform .2s ease;
}

.apcw-tool-primary:hover {
	transform: translateY(-2px);
	background: var(--apcw-blue-dark);
	color: #fff;
}

.apcw-tool-secondary {
	padding: 7px 0;
	border-bottom: 1px solid var(--apcw-blue);
	color: var(--apcw-blue-dark);
	font-size: 14px;
	font-weight: 650;
	text-decoration: none;
}

.apcw-tool-hero__visual {
	position: relative;
	min-width: 0;
	height: 420px;
}

.apcw-server-visual > img {
	position: absolute;
	z-index: 2;
	right: -7%;
	bottom: 21px;
	width: 102%;
	height: 78%;
	object-fit: contain;
	filter: drop-shadow(0 27px 30px rgba(18, 35, 49, .17));
}

.apcw-technical-grid {
	position: absolute;
	inset: 0 -12% 0 -6%;
	background-image: linear-gradient(rgba(8,121,217,.065) 1px, transparent 1px), linear-gradient(90deg, rgba(8,121,217,.065) 1px, transparent 1px);
	background-size: 37px 37px;
	mask-image: linear-gradient(90deg, transparent 0, #000 15%, #000 87%, transparent 100%);
}

.apcw-signal-stack {
	position: absolute;
	z-index: 3;
	top: 12px;
	right: 1%;
	display: grid;
	gap: 9px;
}

.apcw-signal-stack span {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 205px;
	padding: 12px 15px;
	border: 1px solid #d9e3eb;
	border-radius: 8px;
	background: rgba(255,255,255,.94);
	box-shadow: 0 8px 19px rgba(31,61,88,.09);
	font-size: 12px;
	font-weight: 650;
}

.apcw-equipment-visual {
	display: grid;
	place-items: center;
}

.apcw-device-card {
	position: absolute;
	top: 87px;
	width: 34%;
	min-height: 260px;
	padding: 15px 15px 12px;
	border: 1px solid #dce5ec;
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 15px 34px rgba(25,50,72,.12);
}

.apcw-device-card--left { left: 0; transform: rotate(-2deg); }
.apcw-device-card--center { z-index: 2; top: 45px; left: 33%; transform: translateX(-2%); }
.apcw-device-card--right { right: -2%; transform: rotate(2deg); }

.apcw-device-card img {
	width: 100%;
	height: 194px;
	object-fit: contain;
}

.apcw-device-card span,
.apcw-device-card em {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #40505e;
	font-size: 11px;
	font-style: normal;
	font-weight: 650;
}

.apcw-device-card em {
	position: absolute;
	top: -13px;
	left: 15px;
	padding: 7px 10px;
	border-radius: 6px;
	background: #dff7e9;
	color: #207247;
}

.apcw-match-card {
	position: absolute;
	z-index: 4;
	right: 23%;
	bottom: -3px;
	min-width: 245px;
	padding: 15px 19px;
	border: 1px solid #d9e3eb;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(23,58,86,.14);
}

.apcw-match-card b,
.apcw-match-card span {
	display: block;
}

.apcw-match-card b { font-size: 16px; }
.apcw-match-card span { margin-top: 3px; color: var(--apcw-muted); font-size: 11px; }

.apcw-tool-steps,
.apcw-requirement-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid var(--apcw-line);
	border-bottom: 1px solid var(--apcw-line);
	background: #fff;
}

.apcw-tool-steps > span {
	position: relative;
	min-height: 116px;
	display: grid;
	grid-template-columns: 44px 1fr;
	align-content: center;
	column-gap: 14px;
	padding: 0 clamp(24px, 5vw, 78px);
}

.apcw-tool-steps > span + span { border-left: 1px solid var(--apcw-line); }
.apcw-tool-steps > span > b { grid-row: 1 / 3; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--apcw-blue); color: #fff; font-size: 17px; }
.apcw-tool-steps strong { align-self: end; font-size: 15px; }
.apcw-tool-steps small { align-self: start; margin-top: 4px; color: var(--apcw-muted); font-size: 11px; }

.apcw-requirement-row {
	grid-template-columns: repeat(4, 1fr);
	padding: 19px clamp(24px, 3vw, 50px);
	gap: 14px;
}

.apcw-requirement-row span {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 64px;
	padding: 0 20px;
	border: 1px solid var(--apcw-line);
	border-radius: 9px;
	background: #fff;
	font-size: 13px;
	font-weight: 700;
}

.apcw-requirement-row b { color: var(--apcw-blue); font-size: 18px; }

.apcw-tool-benefits {
	padding: 64px clamp(24px, 7vw, 112px) 70px;
	background: var(--apcw-pale);
}

.apcw-tool-section-heading {
	max-width: 720px;
	margin: 0 auto 39px;
	text-align: center;
}

.apcw-tool-section-heading span {
	color: var(--apcw-blue);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.apcw-tool-section-heading h2 {
	margin: 9px 0 0;
	font-size: clamp(29px, 3vw, 42px);
	letter-spacing: -.038em;
}

.apcw-tool-benefits__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	background: #dce6ed;
}

.apcw-tool-benefits__grid--three { grid-template-columns: repeat(3, 1fr); }

.apcw-tool-benefits article {
	min-height: 155px;
	padding: 28px;
	background: #fff;
}

.apcw-tool-benefits article::before {
	display: block;
	width: 32px;
	height: 4px;
	margin-bottom: 22px;
	border-radius: 99px;
	background: var(--apcw-blue);
	content: "";
}

.apcw-tool-benefits article b { font-size: 15px; }
.apcw-tool-benefits article p { margin: 9px 0 0; color: var(--apcw-muted); font-size: 12px; line-height: 1.55; }

.apcw-tool-final-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	padding: 58px clamp(24px, 7vw, 112px);
	background: #fff;
}

.apcw-tool-final-cta h2 {
	max-width: 720px;
	margin: 0;
	font-size: clamp(28px, 3vw, 42px);
	letter-spacing: -.04em;
}

.apcw-landing-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 23px clamp(24px, 7vw, 112px);
	border-top: 1px solid var(--apcw-line);
	background: #101820;
	color: #fff;
	font-size: 12px;
}

.apcw-landing-footer a { color: #fff; }

@media (max-width: 980px) {
	.apcw-landing-header { height: 72px; }
	.apcw-landing-brand img { width: 170px; }
	.apcw-landing-menu-toggle { display: block; }
	.apcw-landing-nav { position: absolute; top: 72px; right: 18px; left: 18px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 10px; border: 1px solid var(--apcw-line); border-radius: 10px; background: #fff; box-shadow: 0 20px 40px rgba(20,40,55,.15); }
	.apcw-landing-nav.is-open { display: flex; }
	.apcw-landing-nav a { padding: 12px; }
	.apcw-landing-nav a::after { display: none; }
	.apcw-tool-hero { grid-template-columns: 1fr; min-height: 0; padding-top: 48px; }
	.apcw-tool-hero__visual { height: 390px; }
	.apcw-tool-steps { grid-template-columns: 1fr; }
	.apcw-tool-steps > span + span { border-top: 1px solid var(--apcw-line); border-left: 0; }
	.apcw-tool-benefits__grid { grid-template-columns: repeat(2, 1fr); }
	.apcw-requirement-row { grid-template-columns: repeat(2, 1fr); }
	.apcw-home-tools__grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
	.apcw-store-tool-links.is-mounted { display: none; }
	.apcw-home-tools { margin: 25px auto; padding: 28px 14px 22px; border-radius: 0; }
	.apcw-home-tool-card { min-height: 350px; padding: 23px; }
	.apcw-home-tool-card__copy { width: 72%; }
	.apcw-home-tool-card img { width: 74%; height: 48%; opacity: .82; }
	.apcw-home-tools__trust { grid-template-columns: 1fr; gap: 15px; }
	.apcw-home-tools__trust span + span { border-top: 1px solid #d7e0e7; border-left: 0; padding-top: 15px; }
	.apcw-tool-hero { padding: 38px 20px 34px; }
	.apcw-tool-hero h1 { font-size: 43px; }
	.apcw-tool-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
	.apcw-tool-hero__visual { height: 315px; }
	.apcw-server-visual > img { right: -13%; width: 118%; }
	.apcw-signal-stack { top: 5px; right: 0; }
	.apcw-signal-stack span { min-width: 185px; padding: 9px 11px; }
	.apcw-device-card { top: 67px; width: 43%; min-height: 205px; padding: 9px; }
	.apcw-device-card--left { left: -5%; }
	.apcw-device-card--center { left: 30%; }
	.apcw-device-card--right { right: -8%; }
	.apcw-device-card img { height: 145px; }
	.apcw-match-card { right: 4%; bottom: 0; }
	.apcw-requirement-row { grid-template-columns: 1fr; padding: 15px; }
	.apcw-tool-benefits { padding: 49px 18px; }
	.apcw-tool-benefits__grid,
	.apcw-tool-benefits__grid--three { grid-template-columns: 1fr; }
	.apcw-tool-final-cta { align-items: flex-start; flex-direction: column; padding: 45px 20px; }
}
