/* impeccable-disable design-system-radius side-tab */
/* Marketing inner pages — solutions, who-we-serve, about */

body.phillai-inner-page .site-header,
body.phillai-marketing-page .site-header,
body.phillai-blog-index .site-header {
	background: rgba(7, 17, 31, 0.92);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border-bottom-color: rgba(46, 139, 255, 0.15);
}

.page-hero__fade {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 60%, rgba(7, 17, 31, 0.4) 100%);
	z-index: 1;
	pointer-events: none;
}
.page-hero__lead {
	max-width: 560px;
	margin: 0 0 36px;
	color: rgba(255, 255, 255, 0.65);
	line-height: 1.75;
}

.page-section--light { background: var(--off-white); }
.page-section[id] { scroll-margin-top: 88px; }
body.admin-bar .page-section[id] { scroll-margin-top: 120px; }
@media (max-width: 782px) {
	body.admin-bar .page-section[id] { scroll-margin-top: 134px; }
}
.page-section--navy { background: var(--navy); }
.page-section--navy .page-card__title { color: #fff; }
.page-section--navy .page-card__body { color: rgba(255, 255, 255, 0.5); }

.page-card__icon {
	margin-inline: auto;
}

.page-card--dark {
	background: rgba(255, 255, 255, 0.04);
	border-color: rgba(255, 255, 255, 0.08);
}
.page-card--step {
	position: relative;
	padding: 24px 20px;
}
.page-card__step-num {
	font-family: var(--font-display);
	font-weight: 900;
	font-size: 36px;
	line-height: 1;
	position: absolute;
	top: 12px;
	right: 16px;
	letter-spacing: -0.04em;
}
.page-card__step-index {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 7px;
	border: 1px solid;
	font-family: var(--font-display);
	font-weight: 800;
	font-size: 12px;
	margin-bottom: 14px;
}

.doc-two-col { align-items: center; gap: 80px; }

.doc-flow {
	display: flex;
	align-items: center;
	gap: 12px;
	justify-content: center;
}
.doc-flow__arrow { flex-shrink: 0; }
.doc-flow__card {
	flex: 1;
	background: #fff;
	border: 1px solid rgba(11, 27, 51, 0.1);
	border-radius: 14px;
	padding: 24px 20px;
	text-align: center;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}
.doc-flow__card.is-highlight {
	background: var(--navy);
	border-color: rgba(46, 139, 255, 0.3);
	box-shadow: 0 8px 32px rgba(46, 139, 255, 0.12);
}
.doc-flow__emoji { font-size: 28px; margin-bottom: 10px; }
.doc-flow__label {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 14px;
	color: var(--navy);
	margin-bottom: 4px;
}
.doc-flow__card.is-highlight .doc-flow__label { color: var(--electric-blue); }
.doc-flow__sub {
	font-size: 12px;
	color: var(--slate);
	line-height: 1.4;
}
.doc-flow__card.is-highlight .doc-flow__sub { color: rgba(255, 255, 255, 0.45); }

.workflow-grid { gap: 16px; }
.workflow-grid__finale {
	grid-column: 3 / 5;
	background: linear-gradient(145deg, rgba(200, 137, 47, 0.16) 0%, rgba(46, 139, 255, 0.1) 50%, rgba(255, 255, 255, 0.04) 100%);
	border-color: rgba(200, 137, 47, 0.45);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.08),
		0 12px 40px rgba(200, 137, 47, 0.1);
	padding: 28px 28px;
}
.page-card--finale .page-card__step-num {
	font-size: 56px;
	top: 8px;
	right: 20px;
}
.page-card--finale .page-card__title {
	font-size: 20px;
}
.page-card--finale .page-card__body {
	color: rgba(255, 255, 255, 0.62);
}
.page-card__finale-badge {
	display: inline-block;
	font-family: var(--font-display);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--bronze);
	background: rgba(200, 137, 47, 0.15);
	border: 1px solid rgba(200, 137, 47, 0.35);
	border-radius: 100px;
	padding: 4px 10px;
	margin-bottom: 12px;
}
.privacy-grid { gap: 20px; }

.doc-prompts { display: flex; flex-wrap: wrap; gap: 10px; }
.doc-prompts__pill {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 100px;
	padding: 8px 16px;
	font-size: 13px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.65);
}
.doc-prompts__pill.is-active {
	background: rgba(46, 139, 255, 0.2);
	border-color: rgba(46, 139, 255, 0.5);
	color: var(--electric-blue);
}

.page-section--navy .chat-mockup {
	background: rgba(255, 255, 255, 0.04);
	border-color: rgba(255, 255, 255, 0.1);
	box-shadow: none;
}
.chat-mockup__titlebar {
	background: rgba(255, 255, 255, 0.04);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	padding: 14px 20px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.chat-mockup__titlebar span[aria-hidden="true"] {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.15);
}
.chat-mockup__title {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.35);
	margin-left: 8px;
}
.page-section--navy .chat-mockup__body { min-height: 280px; }
.chat-mockup__user {
	align-self: flex-end;
	background: var(--electric-blue);
	border-radius: 12px 12px 2px 12px;
	padding: 10px 16px;
	max-width: 80%;
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
}
.chat-mockup__reply { display: flex; gap: 10px; align-items: flex-start; }
.chat-mockup__avatar {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	flex-shrink: 0;
	background: linear-gradient(135deg, #2e8bff, #6c4ce0);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-display);
	font-weight: 800;
	font-size: 10px;
	color: #fff;
}
.chat-mockup__bubble {
	background: rgba(255, 255, 255, 0.07);
	border-radius: 2px 12px 12px 12px;
	padding: 10px 16px;
	max-width: 80%;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.75);
	line-height: 1.55;
}
.chat-mockup__input {
	margin-top: auto;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	padding: 12px 16px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.25);
}
.chat-mockup__send {
	width: 28px;
	height: 28px;
	border-radius: 7px;
	background: var(--electric-blue);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
}

.server-illustration {
	background: var(--navy);
	border-radius: 16px;
	padding: 48px 40px;
	border: 1px solid rgba(46, 139, 255, 0.15);
	box-shadow: 0 24px 64px rgba(11, 27, 51, 0.15);
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: center;
}
.server-illustration__title {
	font-family: var(--font-display);
	font-weight: 800;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.server-illustration__sub {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.45);
	text-align: center;
}
.server-illustration__row {
	width: 100%;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	padding: 10px 16px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.65);
}
.server-illustration__dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	flex-shrink: 0;
}
.server-illustration__tag {
	margin-left: auto;
	font-size: 11px;
	font-weight: 600;
	color: rgba(46, 139, 255, 0.6);
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.page-checklist {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.page-checklist li {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	font-size: 15px;
	line-height: 1.6;
	color: var(--navy);
}
.page-checklist svg { flex-shrink: 0; margin-top: 2px; }

.stat-block__value {
	font-family: var(--font-display);
	font-weight: 900;
	font-size: clamp(28px, 3vw, 44px);
	line-height: 1;
	letter-spacing: -0.03em;
	margin-bottom: 6px;
}
.stat-block__label {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	margin-bottom: 8px;
}
.stat-block__sub {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.38);
	line-height: 1.55;
}

.why-grid {
	gap: 1px;
	background: rgba(255, 255, 255, 0.06);
}
.why-grid .stat-block {
	padding: 40px 32px;
	border-right: 1px solid rgba(255, 255, 255, 0.06);
}
.why-grid .stat-block:last-child { border-right: none; }

.callout-card {
	background: #fff;
	border-radius: 16px;
	padding: 48px 44px;
	border: 1px solid rgba(200, 137, 47, 0.2);
	border-left: 4px solid var(--bronze);
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
}
.callout-card--dark {
	background: rgba(255, 255, 255, 0.04);
	border-color: rgba(200, 137, 47, 0.25);
	box-shadow: none;
}
.callout-card--dark .type-headline { color: #fff; }
.callout-card--dark .type-body { color: rgba(255, 255, 255, 0.55); }

@media (max-width: 900px) {
	.doc-two-col { gap: 48px; }
	.doc-flow { flex-direction: column; }
	.doc-flow__arrow { transform: rotate(90deg); }
	.workflow-grid { grid-template-columns: repeat(2, 1fr); }
	.workflow-grid__finale { grid-column: 1 / -1; }
	.privacy-grid { grid-template-columns: repeat(2, 1fr); }
	.why-grid { grid-template-columns: repeat(2, 1fr); }
	.why-grid .stat-block { border-right: none; border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
}
@media (max-width: 500px) {
	.workflow-grid,
	.privacy-grid,
	.why-grid { grid-template-columns: 1fr; }
}
