/*
Theme Name: Petscast Tech
Theme URI: https://www.petscast.com/
Description: A modern technology-led child theme for Petscast.
Author: Petscast
Template: flatsome
Version: 1.0.12
Text Domain: petscast-tech
*/

:root {
	--pc-yellow: #f2c822;
	--pc-yellow-bright: #ffdc3e;
	--pc-header-yellow: #f2c822;
	--pc-menu-active: #0b1120;
	--pc-ink: #060a14;
	--pc-ink-soft: #0b1120;
	--pc-panel: #111a2c;
	--pc-panel-light: #172238;
	--pc-text: #f7f9ff;
	--pc-muted: #9da8bd;
	--pc-line: rgba(255, 255, 255, 0.11);
	--pc-white: #ffffff;
	--pc-max: 1240px;
	--pc-radius: 28px;
	--pc-shadow: 0 28px 80px rgba(0, 0, 0, 0.26);
}

html {
	scroll-behavior: smooth;
}

body {
	color: #171c29;
	font-family: Inter, "SF Pro Display", "SF Pro Text", "Noto Sans HK",
		"Noto Sans TC", "PingFang HK", "Microsoft JhengHei", sans-serif;
	-webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea {
	font-family: inherit;
}

::selection {
	background: var(--pc-yellow);
	color: var(--pc-ink);
}

a {
	transition: color 180ms ease, opacity 180ms ease, border-color 180ms ease,
		background-color 180ms ease, transform 180ms ease;
}

/* Header */

#header {
	position: -webkit-sticky !important;
	position: sticky !important;
	top: 0 !important;
	z-index: 99;
}

.admin-bar #header {
	top: 32px !important;
}

#header .header-wrapper {
	background: var(--pc-header-yellow);
	border-bottom: 1px solid rgba(7, 12, 22, 0.12);
	box-shadow: none;
	-webkit-backdrop-filter: blur(18px);
	backdrop-filter: blur(18px);
	transform: translateY(0) !important;
	transition: background-color 220ms ease, box-shadow 220ms ease;
}

body.pc-has-scrolled #header .header-wrapper {
	background: var(--pc-header-yellow);
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.16);
}

/* Keep Flatsome's sticky header visually identical to its page-top state.
   Flatsome otherwise slides the wrapper away briefly and swaps in a smaller
   sticky-logo rendering while the visitor scrolls. */
#header .header-wrapper.stuck {
	top: 0 !important;
	transform: translateY(0) !important;
}

#masthead.header-main {
	height: 82px !important;
	min-height: 82px;
}

#masthead .header-inner {
	width: 100%;
	max-width: 1760px !important;
	height: 82px !important;
	min-height: 82px;
	padding-right: clamp(22px, 3vw, 48px) !important;
	padding-left: clamp(22px, 3vw, 48px) !important;
}

#logo {
	flex: 0 0 260px !important;
	width: 260px;
}

#logo a {
	position: relative;
	display: block;
	width: 255px;
	height: 64px;
	overflow: hidden;
	background: transparent;
}

#logo a img.header-logo,
#logo a img.header-logo-sticky {
	position: absolute;
	top: -71px;
	left: 50%;
	width: 300px !important;
	height: auto !important;
	max-height: none !important;
	max-width: none !important;
	opacity: 1 !important;
	transform: translateX(-50%);
}

#logo a img.header-logo-dark {
	display: none !important;
}

#masthead .hide-for-medium.flex-left {
	flex: 1 1 auto;
}

#top-bar,
#masthead .header-search,
#masthead .hide-for-medium.flex-right {
	display: none !important;
}

#masthead .hide-for-medium.flex-left.flex-grow,
#masthead .hide-for-medium.flex-left.flex-grow .header-nav {
	justify-content: flex-end;
}

#masthead .hide-for-medium.flex-right {
	flex: 0 0 auto;
}

#masthead .header-nav {
	height: 50px !important;
	align-items: center;
	flex-wrap: nowrap;
	margin: 0 !important;
}

#masthead .nav > li {
	display: flex !important;
	align-items: center;
	height: 50px !important;
	margin: 0 11px;
}

#masthead .nav > li.header-search {
	display: none !important;
}

#masthead .nav > li > a.nav-top-link {
	position: relative;
	display: flex;
	align-items: center;
	height: 50px !important;
	min-height: 50px;
	padding: 0;
	color: rgba(7, 12, 22, 0.68);
	font-size: 14px;
	font-weight: 650;
	line-height: 1.2 !important;
	letter-spacing: 0.02em;
	text-transform: none;
}

#masthead .nav > li > a.nav-top-link::after {
	position: absolute;
	right: 0;
	bottom: 2px;
	left: 0;
	width: 0;
	height: 3px;
	margin: auto;
	background: var(--pc-menu-active);
	border: 0;
	border-radius: 999px;
	content: "";
	transition: width 180ms ease;
}

#masthead .nav > li:hover > a.nav-top-link,
#masthead .nav > li.active > a.nav-top-link,
#masthead .nav > li.current-menu-item > a.nav-top-link {
	color: var(--pc-ink);
}

#masthead .nav > li:hover > a.nav-top-link::after,
#masthead .nav > li.active > a.nav-top-link::after,
#masthead .nav > li.current-menu-item > a.nav-top-link::after {
	width: 100%;
}

#masthead .nav-dropdown {
	top: calc(100% + 16px);
	min-width: 280px;
	max-width: calc(100vw - 32px);
	padding: 12px;
	overflow: hidden;
	background:
		linear-gradient(145deg, rgba(30, 39, 61, 0.82), rgba(7, 12, 24, 0.7));
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 24px;
	box-shadow:
		0 28px 70px rgba(0, 0, 0, 0.34),
		inset 0 1px 0 rgba(255, 255, 255, 0.24),
		inset 0 -1px 0 rgba(255, 255, 255, 0.06);
	-webkit-backdrop-filter: blur(26px) saturate(165%);
	backdrop-filter: blur(26px) saturate(165%);
}

#masthead .nav-dropdown > li > a {
	margin-bottom: 6px;
	padding: 12px 14px;
	color: rgba(255, 255, 255, 0.72);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025));
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	border-radius: 14px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09);
	font-size: 14px;
	transition:
		color 180ms ease,
		background 180ms ease,
		border-color 180ms ease,
		transform 180ms ease;
}

#masthead .nav-dropdown > li:last-child > a {
	margin-bottom: 0;
}

#masthead .nav-dropdown > li > a:hover {
	color: var(--pc-white);
	background: rgba(255, 255, 255, 0.15);
	border-color: rgba(255, 255, 255, 0.24) !important;
	transform: translateY(-1px);
}

/* Flatsome adds a separate triangular pointer above the dropdown. Keep the
   product chevron in the menu label, but remove this floating white arrow. */
body.nav-dropdown-has-arrow #masthead li.has-dropdown::before,
body.nav-dropdown-has-arrow #masthead li.has-dropdown::after {
	display: none !important;
	content: none !important;
}

#masthead .mobile-nav .nav-icon a {
	color: var(--pc-ink);
}

#masthead .top-divider {
	display: none;
}

#header .header-bg-color {
	background-color: var(--pc-header-yellow) !important;
}

/* Keep the full brand-yellow header consistent across every page. */
body:not(.home) #header .header-wrapper,
body:not(.home).pc-has-scrolled #header .header-wrapper {
	background: var(--pc-header-yellow);
	border-bottom-color: rgba(7, 12, 22, 0.1);
	box-shadow: 0 10px 34px rgba(7, 12, 22, 0.1);
}

body:not(.home) #header .header-bg-color {
	background-color: var(--pc-header-yellow) !important;
}

body:not(.home) #logo a {
	background: var(--pc-header-yellow);
	border-radius: 0;
	box-shadow: none;
}

/* Interior pages use a clean white menu surface; the homepage retains the
   dark technology-themed dropdown against its full yellow header. */
body:not(.pc-dark-dropdown) #masthead .nav-dropdown {
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(242, 245, 251, 0.66));
	border-color: rgba(255, 255, 255, 0.86);
	box-shadow:
		0 28px 70px rgba(7, 12, 22, 0.18),
		inset 0 1px 0 rgba(255, 255, 255, 0.98),
		inset 0 -1px 0 rgba(255, 255, 255, 0.42);
}

body:not(.pc-dark-dropdown) #masthead .nav-dropdown > li > a {
	color: rgba(7, 12, 22, 0.72);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.24));
	border-color: rgba(255, 255, 255, 0.88) !important;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.98),
		0 6px 18px rgba(7, 12, 22, 0.045);
}

body:not(.pc-dark-dropdown) #masthead .nav-dropdown > li > a:hover {
	color: var(--pc-ink);
	background: rgba(255, 255, 255, 0.82);
	border-color: rgba(255, 210, 26, 0.58) !important;
}

.off-canvas .sidebar-menu {
	background: var(--pc-ink-soft);
}

.off-canvas .nav-sidebar.nav-vertical > li > a {
	color: var(--pc-white);
}

/* Modernise inherited interior pages while keeping their content intact. */

body:not(.home) #main {
	min-height: 70vh;
	background: #f5f7fb;
}

body:not(.home) #main h1,
body:not(.home) #main h2,
body:not(.home) #main h3,
body:not(.home) #main h4 {
	color: #0b1120;
	letter-spacing: -0.025em;
}

body:not(.home) #main .button,
body:not(.home) #main button,
body:not(.home) #main input[type="submit"] {
	color: var(--pc-ink);
	background: var(--pc-yellow);
	border-color: var(--pc-yellow);
	border-radius: 999px;
	box-shadow: none;
}

body:not(.home) #main .button:hover,
body:not(.home) #main button:hover,
body:not(.home) #main input[type="submit"]:hover {
	background: var(--pc-yellow-bright);
	border-color: var(--pc-yellow-bright);
	transform: translateY(-2px);
}

/* About page */

#main > .petscast-about {
	position: relative;
	overflow: hidden;
	background: var(--pc-white);
	color: #5e687a;
}

.petscast-about *,
.petscast-about *::before,
.petscast-about *::after {
	box-sizing: border-box;
}

#main .petscast-about h1,
#main .petscast-about h2,
#main .petscast-about h3,
#main .petscast-about p {
	margin-top: 0;
}

#main .petscast-about h1,
#main .petscast-about h2,
#main .petscast-about h3 {
	color: inherit;
}

.pc-about-hero {
	position: relative;
	min-height: 700px;
	padding: 104px 0 112px;
	overflow: hidden;
	background:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		radial-gradient(circle at 80% 36%, #152541 0, #09111f 37%, #060a14 72%);
	background-size: 72px 72px, 72px 72px, auto;
	color: var(--pc-text);
}

.pc-about-glow {
	position: absolute;
	width: 400px;
	height: 400px;
	border: 1px solid rgba(242, 200, 34, 0.22);
	border-radius: 50%;
	animation: pc-about-orbit-drift 11s ease-in-out infinite;
	pointer-events: none;
	will-change: transform;
}

.pc-about-glow::after {
	position: absolute;
	inset: 68px;
	border: 1px solid rgba(242, 200, 34, 0.12);
	border-radius: inherit;
	content: "";
}

.pc-about-glow--one {
	top: -210px;
	left: -160px;
}

.pc-about-glow--two {
	right: -150px;
	bottom: -230px;
	width: 520px;
	height: 520px;
	animation-delay: -5.5s;
	animation-direction: reverse;
}

.pc-about-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.06fr) minmax(460px, 1fr);
	gap: clamp(58px, 6.2vw, 88px);
	align-items: center;
}

.pc-about-hero-copy {
	position: relative;
	z-index: 2;
}

#main > .petscast-about .pc-about-hero h1 {
	max-width: 690px;
	margin-bottom: 30px;
	color: var(--pc-white);
	font-size: clamp(52px, 5vw, 72px);
	font-weight: 670;
	line-height: 1.03;
	letter-spacing: -0.064em;
}

#main > .petscast-about .pc-about-hero h1 em {
	display: block;
	color: var(--pc-yellow);
	font-style: normal;
	white-space: nowrap;
}

.pc-about-hero-copy > p {
	max-width: 650px;
	margin-bottom: 36px;
	color: #aeb8ca;
	font-size: 17px;
	line-height: 1.9;
}

.pc-about-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.pc-about-hero .pc-button--ghost {
	color: var(--pc-white);
	border-color: rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.04);
}

.pc-about-hero .pc-button--ghost:hover {
	color: var(--pc-white);
	border-color: rgba(255, 255, 255, 0.45);
	background: rgba(255, 255, 255, 0.08);
}

.pc-about-hero-visual {
	position: relative;
	min-height: 510px;
}

.pc-about-photo-frame {
	position: absolute;
	inset: 0 0 32px 0;
	overflow: hidden;
	isolation: isolate;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 34px;
	background: #141c29;
	box-shadow: 0 38px 90px rgba(0, 0, 0, 0.38);
	transform: rotate(2.4deg);
}

.pc-about-photo-frame::before {
	position: absolute;
	z-index: 2;
	top: -38%;
	left: -12%;
	width: 124%;
	height: 34%;
	background: linear-gradient(
		180deg,
		transparent,
		rgba(255, 220, 62, 0.04) 28%,
		rgba(255, 220, 62, 0.28) 50%,
		rgba(255, 255, 255, 0.1) 52%,
		transparent 78%
	);
	content: "";
	mix-blend-mode: screen;
	pointer-events: none;
	transform: translateY(-120%);
	animation: pc-about-photo-scan 5.8s cubic-bezier(0.35, 0, 0.2, 1) 1.1s
		infinite;
}

.pc-about-photo-frame::after {
	position: absolute;
	z-index: 1;
	inset: 0;
	background: linear-gradient(180deg, transparent 50%, rgba(4, 8, 16, 0.62));
	content: "";
}

.pc-about-photo-frame img {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	filter: saturate(0.78) contrast(1.08);
}

.pc-about-photo-label {
	position: absolute;
	z-index: 3;
	right: 24px;
	bottom: 22px;
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--pc-white);
	font-size: 11px;
	font-weight: 750;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.pc-about-photo-label span {
	width: 8px;
	height: 8px;
	background: #2de575;
	border-radius: 50%;
	box-shadow: 0 0 0 6px rgba(45, 229, 117, 0.12);
	animation: pc-about-live-pulse 1.8s ease-out infinite;
}

.pc-about-signal-card {
	position: absolute;
	z-index: 3;
	right: -34px;
	bottom: 0;
	display: grid;
	min-width: 245px;
	padding: 22px 24px;
	overflow: hidden;
	color: var(--pc-white);
	background: rgba(16, 24, 40, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 18px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.pc-about-signal-card small {
	margin-bottom: 8px;
	color: var(--pc-yellow);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.15em;
}

.pc-about-signal-card strong {
	margin-bottom: 4px;
	font-size: 17px;
}

.pc-about-signal-card span {
	color: #9ca8bb;
	font-size: 12px;
}

.pc-about-signal-wave {
	display: flex;
	height: 24px;
	align-items: end;
	gap: 4px;
	margin-top: 15px;
	padding-top: 8px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.pc-about-signal-wave i {
	width: 3px;
	height: 7px;
	background: var(--pc-yellow);
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(242, 200, 34, 0.36);
	transform-origin: 50% 100%;
	animation: pc-about-signal-wave 1.15s ease-in-out infinite alternate;
}

.pc-about-signal-wave i:nth-child(2) {
	height: 13px;
	animation-delay: -0.82s;
}

.pc-about-signal-wave i:nth-child(3) {
	height: 9px;
	animation-delay: -0.48s;
}

.pc-about-signal-wave i:nth-child(4) {
	height: 16px;
	animation-delay: -0.96s;
}

.pc-about-signal-wave i:nth-child(5) {
	height: 11px;
	animation-delay: -0.3s;
}

.pc-about-signal-wave i:nth-child(6) {
	height: 6px;
	animation-delay: -0.68s;
}

.pc-about-mission {
	position: relative;
	padding: 92px 0 98px;
	overflow: hidden;
	color: var(--pc-ink);
	background: var(--pc-yellow);
}

.pc-about-mission::before {
	position: absolute;
	top: -35%;
	bottom: -35%;
	left: -22%;
	width: 23%;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(255, 255, 255, 0.19),
		transparent
	);
	content: "";
	pointer-events: none;
	transform: translateX(-180%) skewX(-18deg);
	animation: pc-about-mission-sweep 8s ease-in-out infinite;
}

.pc-about-mission-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 80px minmax(0, 1.1fr) minmax(320px, 0.62fr);
	gap: 48px;
	align-items: end;
}

.pc-about-mission .pc-eyebrow {
	margin-bottom: 18px;
	color: rgba(6, 10, 20, 0.58);
}

.pc-about-mission-index {
	align-self: start;
	color: rgba(6, 10, 20, 0.22);
	font-size: 58px;
	font-weight: 760;
	line-height: 0.9;
	letter-spacing: -0.06em;
}

#main .pc-about-mission h2 {
	max-width: 730px;
	margin-bottom: 0;
	color: var(--pc-ink);
	font-size: clamp(38px, 4.2vw, 62px);
	font-weight: 680;
	line-height: 1.08;
	letter-spacing: -0.052em;
}

.pc-about-mission p {
	margin-bottom: 5px;
	color: rgba(6, 10, 20, 0.68);
	font-size: 16px;
	line-height: 1.85;
}

.pc-about-principles {
	padding: 128px 0 140px;
	color: var(--pc-ink);
	background: #f5f7fb;
}

.pc-about-section-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.56fr);
	gap: 80px;
	align-items: end;
	margin-bottom: 64px;
}

#main .pc-about-section-head h2 {
	max-width: 800px;
	margin-bottom: 0;
	color: var(--pc-ink);
	font-size: clamp(40px, 4.6vw, 68px);
	font-weight: 680;
	line-height: 1.05;
	letter-spacing: -0.056em;
}

.pc-about-typewriter-line {
	display: block;
}

.pc-about-typewriter-ghost {
	display: none;
}

.pc-about-typewriter.is-typewriter-ready .pc-about-typewriter-line {
	position: relative;
}

.pc-about-typewriter.is-typewriter-ready .pc-about-typewriter-ghost {
	display: block;
	visibility: hidden;
}

.pc-about-typewriter.is-typewriter-ready .pc-about-typewriter-output {
	position: absolute;
	inset: 0;
}

.pc-about-typewriter-character {
	display: inline-block;
	transform-origin: 50% 80%;
	white-space: pre;
	animation: pc-about-character-in 220ms cubic-bezier(0.16, 1, 0.3, 1)
		both;
}

.pc-about-typewriter.is-typing
	.pc-about-typewriter-output.is-active::after,
.pc-about-typewriter.is-erasing
	.pc-about-typewriter-output.is-active::after,
.pc-about-typewriter.is-complete
	.pc-about-typewriter-output.is-active::after {
	display: inline-block;
	width: 0.085em;
	height: 0.84em;
	margin-left: 0.08em;
	background: var(--pc-yellow);
	border-radius: 2px;
	box-shadow: 0 0 0.24em rgba(242, 200, 34, 0.35);
	content: "";
	vertical-align: -0.04em;
	animation: pc-about-caret 760ms steps(1, end) infinite;
}

.pc-about-section-head > p {
	margin-bottom: 4px;
	color: #667085;
	font-size: 16px;
	line-height: 1.82;
}

.pc-about-principle-grid {
	--pc-pointer-x: 50%;
	--pc-pointer-y: 50%;
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	isolation: isolate;
	border-top: 1px solid #d8dee9;
	border-left: 1px solid #d8dee9;
}

.pc-about-principle-grid::after {
	position: absolute;
	z-index: 4;
	top: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(
		90deg,
		var(--pc-yellow),
		#ffec94 48%,
		var(--pc-yellow)
	);
	box-shadow: 0 0 18px rgba(242, 200, 34, 0.36);
	content: "";
	pointer-events: none;
	transform: scaleX(0);
	transform-origin: 0 50%;
}

.pc-about-principle-grid.is-flow-active::after {
	animation: pc-about-flow-line 1.25s cubic-bezier(0.22, 0.75, 0.22, 1)
		forwards;
}

.pc-about-principle-grid article {
	--pc-step-delay: 0ms;
	--pc-pointer-x: 50%;
	--pc-pointer-y: 50%;
	position: relative;
	min-height: 350px;
	padding: 38px 34px 42px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.56);
	border-right: 1px solid #d8dee9;
	border-bottom: 1px solid #d8dee9;
	transition: background-color 250ms ease, transform 250ms ease,
		box-shadow 250ms ease;
}

.pc-about-principle-grid article:nth-child(2) {
	--pc-step-delay: 150ms;
}

.pc-about-principle-grid article:nth-child(3) {
	--pc-step-delay: 300ms;
}

.pc-about-principle-grid article::after {
	position: absolute;
	z-index: 0;
	inset: 0;
	background: radial-gradient(
		360px circle at var(--pc-pointer-x) var(--pc-pointer-y),
		rgba(242, 200, 34, 0.18),
		transparent 56%
	);
	content: "";
	opacity: 0;
	pointer-events: none;
	transition: opacity 260ms ease;
}

.pc-about-principle-grid article > * {
	position: relative;
	z-index: 1;
}

.pc-about-principle-grid article:hover {
	position: relative;
	z-index: 2;
	background: var(--pc-white);
	box-shadow: 0 24px 60px rgba(21, 31, 51, 0.1);
	transform: translateY(-6px);
}

.pc-about-principle-grid article:hover::after {
	opacity: 1;
}

.pc-js .pc-about-principle-grid.is-flow-ready article:nth-child(2)[data-reveal] {
	transition-delay: 150ms;
}

.pc-js .pc-about-principle-grid.is-flow-ready article:nth-child(3)[data-reveal] {
	transition-delay: 300ms;
}

.pc-about-card-icon {
	display: grid;
	width: 54px;
	height: 54px;
	margin-bottom: 48px;
	place-items: center;
	color: var(--pc-ink);
	background: var(--pc-yellow);
	border-radius: 16px;
}

.pc-js .pc-about-principle-grid.is-flow-ready .pc-about-card-icon {
	opacity: 0;
	transform: scale(0.62) rotate(-10deg);
}

.pc-js
	.pc-about-principle-grid.is-flow-ready.is-flow-active
	.pc-about-card-icon {
	animation: pc-about-icon-pop 620ms cubic-bezier(0.16, 1, 0.3, 1)
		calc(var(--pc-step-delay) + 250ms) forwards;
}

.pc-about-card-icon svg {
	width: 29px;
	height: 29px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.pc-js .pc-about-principle-grid.is-flow-ready .pc-about-card-icon svg * {
	stroke-dasharray: 1;
	stroke-dashoffset: 1;
}

.pc-js
	.pc-about-principle-grid.is-flow-ready.is-flow-active
	.pc-about-card-icon
	svg
	* {
	animation: pc-about-icon-draw 850ms ease-out
		calc(var(--pc-step-delay) + 430ms) forwards;
}

.pc-about-principle-grid article > span {
	display: block;
	margin-bottom: 13px;
	color: #929bac;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

#main .pc-about-principle-grid h3 {
	margin-bottom: 15px;
	color: var(--pc-ink);
	font-size: 27px;
	font-weight: 690;
}

.pc-about-principle-grid p {
	max-width: 320px;
	margin-bottom: 0;
	color: #667085;
	font-size: 15px;
	line-height: 1.78;
}

.pc-about-story {
	padding: 140px 0;
	color: var(--pc-text);
	background: var(--pc-ink);
}

.pc-about-story-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.96fr) minmax(420px, 0.8fr);
	gap: clamp(70px, 9vw, 130px);
	align-items: center;
}

.pc-about-story-visual {
	position: relative;
	min-height: 680px;
}

.pc-about-story-visual img {
	width: 100%;
	height: 680px;
	margin: 0;
	object-fit: cover;
	border-radius: 32px;
	filter: saturate(0.78);
}

.pc-js .pc-about-story-visual[data-reveal] img {
	transform: scale(1.065);
	transition: transform 1350ms cubic-bezier(0.16, 1, 0.3, 1);
}

.pc-js .pc-about-story-visual[data-reveal].is-visible img {
	transform: scale(1);
}

.pc-about-story-visual::after {
	position: absolute;
	top: -28px;
	right: -28px;
	width: 42%;
	height: 42%;
	border-top: 2px solid var(--pc-yellow);
	border-right: 2px solid var(--pc-yellow);
	border-radius: 0 28px 0 0;
	content: "";
	opacity: 0;
	transform: scale(0.58);
	transform-origin: 100% 0;
	transition: opacity 700ms ease 420ms,
		transform 900ms cubic-bezier(0.16, 1, 0.3, 1) 420ms;
}

.pc-about-story-visual.is-visible::after {
	opacity: 1;
	transform: scale(1);
}

.pc-about-story-caption {
	position: absolute;
	right: -42px;
	bottom: 34px;
	display: grid;
	min-width: 270px;
	padding: 24px 26px;
	color: var(--pc-ink);
	background: var(--pc-yellow);
	border-radius: 18px;
	box-shadow: 0 22px 50px rgba(0, 0, 0, 0.24);
}

.pc-about-story-caption strong {
	font-size: 15px;
}

.pc-about-story-caption span {
	font-size: 12px;
	opacity: 0.68;
}

#main > .petscast-about .pc-about-story-copy h2 {
	max-width: 560px;
	margin-bottom: 30px;
	color: var(--pc-white);
	font-size: clamp(43px, 5vw, 70px);
	font-weight: 680;
	line-height: 1.06;
	letter-spacing: -0.058em;
}

.pc-about-story-copy > p {
	margin-bottom: 22px;
	color: #aab5c7;
	font-size: 16px;
	line-height: 1.88;
}

.pc-about-story-copy blockquote {
	margin: 36px 0 0;
	padding: 6px 0 6px 26px;
	color: var(--pc-white);
	border-left: 3px solid var(--pc-yellow);
	font-size: 19px;
	font-style: normal;
	line-height: 1.7;
}

.pc-about-ecosystem {
	padding: 112px 0;
	color: var(--pc-ink);
	background: var(--pc-white);
}

.pc-about-ecosystem-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.75fr) minmax(440px, 1.1fr);
	gap: 90px;
	align-items: center;
}

#main .pc-about-ecosystem h2 {
	max-width: 560px;
	margin-bottom: 22px;
	color: var(--pc-ink);
	font-size: clamp(38px, 4vw, 58px);
	font-weight: 680;
	line-height: 1.08;
	letter-spacing: -0.05em;
}

.pc-about-ecosystem p {
	max-width: 510px;
	margin-bottom: 0;
	color: #667085;
	font-size: 16px;
	line-height: 1.82;
}

.pc-about-logo-panel {
	display: flex;
	min-height: 190px;
	align-items: center;
	justify-content: center;
	gap: 40px;
	padding: 38px 44px;
	background: transparent;
	border: 0;
	border-radius: 0;
}

.pc-about-logo-panel img {
	max-width: 220px;
	max-height: 58px;
	margin: 0;
	object-fit: contain;
	filter: grayscale(1);
	opacity: 0.72;
	transition: filter 300ms ease, opacity 300ms ease, transform 300ms ease;
}

.pc-about-logo-panel img:hover {
	filter: grayscale(0);
	opacity: 1;
	transform: translateY(-4px);
}

.pc-about-logo-panel span {
	width: 1px;
	height: 60px;
	background: #d9dee8;
}

.pc-about-cta-section {
	padding: 0 0 118px;
	color: var(--pc-white);
	background: var(--pc-white);
}

.pc-about-cta {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.44fr);
	gap: 90px;
	align-items: end;
	min-height: 420px;
	padding: 76px clamp(42px, 6vw, 88px);
	overflow: hidden;
	background:
		radial-gradient(circle at 94% 8%, rgba(242, 200, 34, 0.23), transparent 27%),
		var(--pc-ink-soft);
	border-radius: 34px;
	box-shadow: var(--pc-shadow);
}

.pc-about-cta::after {
	position: absolute;
	right: -90px;
	bottom: -200px;
	width: 420px;
	height: 420px;
	border: 1px solid rgba(242, 200, 34, 0.12);
	border-top-color: rgba(242, 200, 34, 0.56);
	border-left-color: rgba(242, 200, 34, 0.3);
	border-radius: 50%;
	box-shadow: inset 0 0 48px rgba(242, 200, 34, 0.04);
	content: "";
	animation: pc-about-orbit-ring 14s linear infinite;
}

.pc-about-cta > * {
	position: relative;
	z-index: 2;
}

#main > .petscast-about .pc-about-cta h2 {
	max-width: 750px;
	margin-bottom: 0;
	color: var(--pc-white);
	font-size: clamp(42px, 5vw, 70px);
	font-weight: 680;
	line-height: 1.05;
	letter-spacing: -0.058em;
}

.pc-about-cta-action p {
	margin-bottom: 26px;
	color: #9da8bd;
	font-size: 15px;
	line-height: 1.75;
}

@keyframes pc-about-orbit-drift {
	0%,
	100% {
		transform: translate3d(0, 0, 0) rotate(0deg);
	}
	50% {
		transform: translate3d(18px, -14px, 0) rotate(7deg);
	}
}

@keyframes pc-about-photo-scan {
	0%,
	12% {
		opacity: 0;
		transform: translateY(-120%);
	}
	18% {
		opacity: 1;
	}
	58% {
		opacity: 0.85;
	}
	70%,
	100% {
		opacity: 0;
		transform: translateY(520%);
	}
}

@keyframes pc-about-live-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(45, 229, 117, 0.38);
	}
	70%,
	100% {
		box-shadow: 0 0 0 9px rgba(45, 229, 117, 0);
	}
}

@keyframes pc-about-signal-wave {
	from {
		opacity: 0.52;
		transform: scaleY(0.36);
	}
	to {
		opacity: 1;
		transform: scaleY(1);
	}
}

@keyframes pc-about-mission-sweep {
	0%,
	18% {
		opacity: 0;
		transform: translateX(-180%) skewX(-18deg);
	}
	30% {
		opacity: 1;
	}
	52% {
		opacity: 0;
		transform: translateX(650%) skewX(-18deg);
	}
	100% {
		opacity: 0;
		transform: translateX(650%) skewX(-18deg);
	}
}

@keyframes pc-about-character-in {
	from {
		opacity: 0;
		transform: translateY(0.22em) scale(0.94);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes pc-about-caret {
	0%,
	48% {
		opacity: 1;
	}
	49%,
	100% {
		opacity: 0;
	}
}

@keyframes pc-about-flow-line {
	from {
		transform: scaleX(0);
	}
	to {
		transform: scaleX(1);
	}
}

@keyframes pc-about-icon-pop {
	0% {
		opacity: 0;
		transform: scale(0.62) rotate(-10deg);
	}
	68% {
		opacity: 1;
		transform: scale(1.1) rotate(3deg);
	}
	100% {
		opacity: 1;
		transform: scale(1) rotate(0);
	}
}

@keyframes pc-about-icon-draw {
	to {
		stroke-dashoffset: 0;
	}
}

@keyframes pc-about-orbit-ring {
	to {
		transform: rotate(360deg);
	}
}

/* Homepage foundations */

#main > .petscast-home {
	position: relative;
	overflow: hidden;
	background: var(--pc-ink);
	color: var(--pc-text);
}

.petscast-home *,
.petscast-home *::before,
.petscast-home *::after {
	box-sizing: border-box;
}

.petscast-home h1,
.petscast-home h2,
.petscast-home h3,
.petscast-home h4,
.petscast-home p {
	margin-top: 0;
	color: inherit;
}

.pc-shell {
	position: relative;
	z-index: 2;
	width: min(calc(100% - 44px), var(--pc-max));
	margin: 0 auto;
}

.pc-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 24px;
	color: var(--pc-yellow);
	font-size: 12px;
	font-weight: 750;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.pc-eyebrow::before {
	width: 24px;
	height: 2px;
	background: currentColor;
	content: "";
}

.pc-section-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
	gap: 64px;
	align-items: end;
	margin-bottom: 54px;
}

.pc-section-head h2 {
	max-width: 760px;
	margin-bottom: 0;
	font-size: clamp(38px, 5vw, 68px);
	font-weight: 680;
	line-height: 1.04;
	letter-spacing: -0.055em;
}

.pc-section-head p {
	max-width: 480px;
	margin-bottom: 4px;
	color: var(--pc-muted);
	font-size: 17px;
	line-height: 1.8;
}

.pc-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 54px;
	padding: 0 24px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 750;
	letter-spacing: 0.01em;
}

.pc-button:hover {
	transform: translateY(-2px);
}

.pc-button--primary {
	color: var(--pc-ink);
	background: var(--pc-yellow);
	box-shadow: 0 14px 34px rgba(251, 207, 32, 0.18);
}

.pc-button--primary:hover {
	color: var(--pc-ink);
	background: var(--pc-yellow-bright);
}

.pc-button--ghost {
	color: var(--pc-white);
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(255, 255, 255, 0.18);
}

.pc-button--ghost:hover {
	color: var(--pc-white);
	background: rgba(255, 255, 255, 0.09);
	border-color: rgba(255, 255, 255, 0.34);
}

.pc-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--pc-text);
	font-size: 14px;
	font-weight: 750;
}

.pc-link span {
	color: var(--pc-yellow);
	font-size: 18px;
}

.pc-link:hover {
	gap: 14px;
	color: var(--pc-yellow);
}

/* Hero */

.pc-hero {
	position: relative;
	min-height: calc(100vh - 82px);
	padding: 92px 0 68px;
	background:
		radial-gradient(circle at 72% 30%, rgba(31, 52, 83, 0.9), transparent 34%),
		radial-gradient(circle at 8% 20%, rgba(251, 207, 32, 0.11), transparent 27%),
		linear-gradient(145deg, #050812 0%, #07101e 58%, #050913 100%);
}

.pc-hero::before {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.027) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.027) 1px, transparent 1px);
	background-size: 72px 72px;
	content: "";
	-webkit-mask-image: linear-gradient(to bottom, black, transparent 86%);
	mask-image: linear-gradient(to bottom, black, transparent 86%);
}

.pc-hero::after {
	position: absolute;
	top: 18%;
	right: -16%;
	width: 540px;
	height: 540px;
	background: var(--pc-yellow);
	border-radius: 50%;
	content: "";
	filter: blur(180px);
	opacity: 0.08;
}

.pc-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(430px, 0.88fr);
	gap: clamp(50px, 7vw, 106px);
	align-items: center;
}

.pc-hero-copy {
	padding: 24px 0;
}

.pc-hero h1 {
	max-width: 760px;
	margin-bottom: 28px;
	font-size: clamp(51px, 5.7vw, 80px);
	font-weight: 680;
	line-height: 0.99;
	letter-spacing: -0.065em;
}

.pc-hero-line {
	display: block;
	white-space: nowrap;
}

.pc-hero h1 em {
	position: relative;
	color: var(--pc-yellow);
	font-style: normal;
	white-space: nowrap;
}

.pc-hero h1 em::after {
	position: absolute;
	right: 2%;
	bottom: -3px;
	left: 2%;
	height: 6px;
	background: var(--pc-yellow);
	border-radius: 50%;
	content: "";
	filter: blur(5px);
	opacity: 0.3;
}

.pc-home-hero-typewriter
	.pc-about-typewriter-character.is-highlighted {
	color: var(--pc-yellow);
}

.pc-home-hero-typewriter.is-typewriter-ready
	.pc-about-typewriter-line:nth-child(2)::after {
	position: absolute;
	z-index: 0;
	bottom: -3px;
	left: 2%;
	width: 31%;
	height: 6px;
	background: var(--pc-yellow);
	border-radius: 50%;
	content: "";
	filter: blur(5px);
	opacity: 0;
	transform: scaleX(0);
	transform-origin: 0 50%;
}

.pc-home-hero-typewriter.is-typewriter-ready
	.pc-about-typewriter-output {
	z-index: 1;
}

.pc-home-hero-typewriter.is-complete
	.pc-about-typewriter-line:nth-child(2)::after {
	animation: pc-home-highlight-line 520ms cubic-bezier(0.16, 1, 0.3, 1)
		forwards;
}

.pc-home-status-typewriter {
	display: block;
	min-width: 9em;
}

.pc-hero-lead {
	max-width: 650px;
	margin-bottom: 34px;
	color: #b8c1d2 !important;
	font-size: clamp(17px, 1.55vw, 21px);
	line-height: 1.78;
}

.pc-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.pc-hero-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 26px;
	margin: 42px 0 0;
	padding: 0;
	list-style: none;
}

.pc-hero-proof li {
	display: flex;
	align-items: center;
	gap: 9px;
	color: rgba(255, 255, 255, 0.65);
	font-size: 13px;
	font-weight: 600;
}

.pc-hero-proof li::before {
	width: 7px;
	height: 7px;
	background: var(--pc-yellow);
	border-radius: 50%;
	box-shadow: 0 0 14px rgba(251, 207, 32, 0.7);
	content: "";
}

.pc-hero-visual {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 610px;
}

.pc-orbit {
	position: absolute;
	width: min(94%, 560px);
	aspect-ratio: 1;
	border: 1px solid rgba(251, 207, 32, 0.25);
	border-radius: 50%;
	animation: pc-spin 28s linear infinite;
}

.pc-orbit::before,
.pc-orbit::after {
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 50%;
	content: "";
}

.pc-orbit::before {
	inset: 9%;
}

.pc-orbit::after {
	inset: 22%;
}

.pc-orbit-dot {
	position: absolute;
	top: 12%;
	left: 13%;
	width: 12px;
	height: 12px;
	background: var(--pc-yellow);
	border: 3px solid #121d2d;
	border-radius: 50%;
	box-shadow: 0 0 24px rgba(251, 207, 32, 0.8);
}

.pc-device-stage {
	position: relative;
	z-index: 2;
	width: min(86%, 500px);
	padding: 28px;
	overflow: hidden;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.99), rgba(235, 239, 246, 0.96));
	border: 1px solid rgba(255, 255, 255, 0.75);
	border-radius: 42px;
	box-shadow: 0 38px 90px rgba(0, 0, 0, 0.43);
	transform: rotate(2deg);
}

.pc-device-stage::before {
	position: absolute;
	top: -28%;
	right: -28%;
	width: 78%;
	aspect-ratio: 1;
	background: var(--pc-yellow);
	border-radius: 50%;
	content: "";
	filter: blur(48px);
	opacity: 0.42;
}

.pc-device-stage::after {
	position: absolute;
	right: 24px;
	bottom: 22px;
	width: 64px;
	height: 5px;
	background: rgba(7, 12, 22, 0.13);
	border-radius: 100%;
	content: "";
	filter: blur(4px);
}

.pc-device-stage img {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	margin: 0;
	border-radius: 26px;
	mix-blend-mode: multiply;
	transform: rotate(-2deg);
}

.pc-device-scan {
	position: absolute;
	z-index: 4;
	inset: 45px 28px 28px;
	overflow: hidden;
	border-radius: 24px;
	pointer-events: none;
}

.pc-device-scan::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 2px;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(34, 197, 94, 0.88) 22%,
		var(--pc-yellow) 50%,
		rgba(34, 197, 94, 0.88) 78%,
		transparent
	);
	box-shadow:
		0 0 16px rgba(34, 197, 94, 0.38),
		0 8px 32px rgba(242, 200, 34, 0.12);
	content: "";
	opacity: 0;
	transform: translateY(-12px);
}

.pc-js
	.pc-hero-visual[data-reveal].is-visible
	.pc-device-scan::before {
	animation: pc-home-device-scan 4.6s cubic-bezier(0.35, 0, 0.2, 1) 1.05s
		infinite;
}

.pc-device-label {
	position: absolute;
	z-index: 5;
	top: 12px;
	left: 18px;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 9px 13px;
	color: var(--pc-ink);
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(7, 12, 22, 0.1);
	border-radius: 999px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.11em;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.pc-device-label::before {
	width: 7px;
	height: 7px;
	background: #22c55e;
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.12);
	content: "";
	animation: pc-home-detect-pulse 1.8s ease-in-out infinite;
}

.pc-data-chip {
	position: absolute;
	z-index: 5;
	display: grid;
	gap: 2px;
	min-width: 150px;
	padding: 15px 17px;
	background: rgba(10, 17, 31, 0.9);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 16px;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.26);
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
}

.pc-data-chip small {
	color: var(--pc-muted);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.pc-data-chip strong {
	color: var(--pc-white);
	font-size: 15px;
	font-weight: 680;
}

.pc-data-chip--top {
	top: 13%;
	right: -2%;
}

.pc-data-chip--bottom {
	bottom: 13%;
	left: -5%;
}

.pc-data-chip--bottom strong {
	color: var(--pc-yellow);
}

@keyframes pc-spin {
	to {
		transform: rotate(360deg);
	}
}

@keyframes pc-home-highlight-line {
	to {
		opacity: 0.3;
		transform: scaleX(1);
	}
}

@keyframes pc-home-device-scan {
	0%,
	12% {
		opacity: 0;
		transform: translateY(-12px);
	}

	20%,
	70% {
		opacity: 0.88;
	}

	82%,
	100% {
		opacity: 0;
		transform: translateY(385px);
	}
}

@keyframes pc-home-detect-pulse {
	50% {
		box-shadow:
			0 0 0 7px rgba(34, 197, 94, 0),
			0 0 18px rgba(34, 197, 94, 0.5);
		opacity: 0.72;
	}
}

/* Capability strip */

.pc-capabilities {
	position: relative;
	z-index: 3;
	border-top: 1px solid var(--pc-line);
	border-bottom: 1px solid var(--pc-line);
	background: rgba(255, 255, 255, 0.018);
}

.pc-capability-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.pc-capability {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 16px;
	align-items: center;
	min-height: 136px;
	padding: 32px clamp(18px, 3vw, 46px);
	border-right: 1px solid var(--pc-line);
}

.pc-capability:first-child {
	padding-left: 0;
}

.pc-capability:last-child {
	padding-right: 0;
	border-right: 0;
}

.pc-capability-number {
	color: var(--pc-yellow);
	font-size: 36px;
	font-weight: 690;
	line-height: 1;
	letter-spacing: -0.05em;
}

.pc-capability strong {
	display: block;
	margin-bottom: 3px;
	color: var(--pc-white);
	font-size: 15px;
}

.pc-capability span {
	display: block;
	color: var(--pc-muted);
	font-size: 13px;
	line-height: 1.5;
}

/* Solutions */

.pc-solutions {
	padding: 132px 0 140px;
	background:
		radial-gradient(circle at 90% 10%, rgba(251, 207, 32, 0.07), transparent 28%),
		var(--pc-ink);
}

.pc-solution-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.pc-solution-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 570px;
	overflow: hidden;
	background: linear-gradient(150deg, #121b2d, #0b1221);
	border: 1px solid var(--pc-line);
	border-radius: var(--pc-radius);
}

.pc-solution-card::after {
	position: absolute;
	inset: 0;
	border: 1px solid transparent;
	border-radius: inherit;
	content: "";
	pointer-events: none;
	transition: border-color 200ms ease;
}

.pc-solution-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 32px 76px rgba(0, 0, 0, 0.3);
}

.pc-solution-card:hover::after {
	border-color: rgba(251, 207, 32, 0.46);
}

.pc-solution-media {
	position: relative;
	height: 255px;
	overflow: hidden;
	background: #eef1f5;
}

.pc-solution-media::after {
	position: absolute;
	inset: auto 0 0;
	height: 45%;
	background: linear-gradient(to top, rgba(10, 16, 29, 0.28), transparent);
	content: "";
}

.pc-solution-media img {
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	transition: transform 480ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.pc-solution-card:hover .pc-solution-media img {
	transform: scale(1.055);
}

.pc-solution-index {
	position: absolute;
	z-index: 2;
	top: 18px;
	left: 18px;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	color: var(--pc-ink);
	background: var(--pc-yellow);
	border-radius: 50%;
	font-size: 12px;
	font-weight: 800;
}

.pc-solution-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 30px 30px 32px;
}

.pc-solution-kicker {
	margin-bottom: 13px;
	color: var(--pc-yellow);
	font-size: 11px;
	font-weight: 750;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.pc-solution-card h3 {
	margin-bottom: 16px;
	font-size: 27px;
	font-weight: 650;
	line-height: 1.28;
	letter-spacing: -0.035em;
}

.pc-solution-card p {
	margin-bottom: 28px;
	color: var(--pc-muted);
	font-size: 15px;
	line-height: 1.75;
}

.pc-solution-card .pc-link {
	margin-top: auto;
}

/* Technology story */

.pc-technology {
	position: relative;
	padding: 130px 0;
	overflow: hidden;
	background: #eef1f5;
	color: var(--pc-ink);
}

.pc-technology::before {
	position: absolute;
	top: -180px;
	left: -180px;
	width: 440px;
	height: 440px;
	background: var(--pc-yellow);
	border-radius: 50%;
	content: "";
	filter: blur(120px);
	opacity: 0.3;
}

.pc-tech-grid {
	display: grid;
	grid-template-columns: minmax(400px, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(60px, 9vw, 138px);
	align-items: center;
}

.pc-tech-visual {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 620px;
	padding: 70px;
	overflow: hidden;
	background: var(--pc-yellow);
	border-radius: 42px;
	box-shadow: 0 34px 90px rgba(32, 35, 45, 0.16);
}

.pc-tech-visual::before {
	position: absolute;
	inset: 8%;
	background-image:
		linear-gradient(rgba(5, 9, 18, 0.1) 1px, transparent 1px),
		linear-gradient(90deg, rgba(5, 9, 18, 0.1) 1px, transparent 1px);
	background-size: 38px 38px;
	border: 1px solid rgba(5, 9, 18, 0.12);
	border-radius: 34px;
	content: "";
}

.pc-tech-visual img {
	position: relative;
	z-index: 2;
	width: 92%;
	margin: 0;
	border-radius: 50%;
	mix-blend-mode: multiply;
	filter: drop-shadow(0 34px 24px rgba(21, 24, 32, 0.2));
}

.pc-tech-visual--photo {
	padding: 0;
	background: #111827;
}

.pc-tech-visual--photo::before {
	z-index: 2;
	inset: 0;
	border: 0;
	border-radius: 0;
	background:
		linear-gradient(180deg, transparent 58%, rgba(5, 9, 18, 0.2)),
		linear-gradient(90deg, rgba(242, 200, 34, 0.08), transparent 40%);
}

.pc-tech-visual--photo img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	object-fit: cover;
	object-position: 49% center;
	mix-blend-mode: normal;
	filter: none;
}

.pc-tech-pulse {
	position: absolute;
	z-index: 3;
	top: 56px;
	right: 42px;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	color: var(--pc-white);
	background: var(--pc-ink);
	border-radius: 999px;
	font-size: 11px;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pc-tech-pulse::before {
	width: 7px;
	height: 7px;
	background: #22c55e;
	border-radius: 50%;
	content: "";
	animation: pc-pulse 1.8s ease-in-out infinite;
}

@keyframes pc-pulse {
	50% {
		box-shadow: 0 0 0 7px rgba(34, 197, 94, 0);
		opacity: 0.62;
	}
}

.pc-tech-copy .pc-eyebrow {
	color: #8a6c00;
}

.pc-tech-copy h2 {
	max-width: 680px;
	margin-bottom: 28px;
	font-size: clamp(44px, 5.2vw, 76px);
	font-weight: 680;
	line-height: 1.02;
	letter-spacing: -0.06em;
}

.pc-tech-copy > p {
	max-width: 620px;
	margin-bottom: 38px;
	color: #4e5665;
	font-size: 18px;
	line-height: 1.82;
}

.pc-tech-list {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid rgba(7, 12, 22, 0.15);
}

.pc-tech-list li {
	display: grid;
	grid-template-columns: 46px 1fr;
	gap: 18px;
	padding: 23px 0;
	border-bottom: 1px solid rgba(7, 12, 22, 0.15);
}

.pc-js .pc-tech-copy[data-reveal] .pc-tech-list li {
	opacity: 0;
	transform: translateX(18px);
	transition:
		opacity 520ms cubic-bezier(0.2, 0.7, 0.2, 1),
		transform 520ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.pc-js .pc-tech-copy[data-reveal].is-visible .pc-tech-list li {
	opacity: 1;
	transform: none;
}

.pc-js
	.pc-tech-copy[data-reveal].is-visible
	.pc-tech-list
	li:nth-child(1) {
	transition-delay: 180ms;
}

.pc-js
	.pc-tech-copy[data-reveal].is-visible
	.pc-tech-list
	li:nth-child(2) {
	transition-delay: 310ms;
}

.pc-js
	.pc-tech-copy[data-reveal].is-visible
	.pc-tech-list
	li:nth-child(3) {
	transition-delay: 440ms;
}

.pc-tech-list strong {
	color: var(--pc-ink);
	font-size: 17px;
}

.pc-tech-list span {
	display: block;
	margin-top: 5px;
	color: #616a79;
	font-size: 14px;
	line-height: 1.65;
}

.pc-tech-list b {
	color: #9a7700;
	font-size: 13px;
}

/* Partners */

.pc-partners {
	padding: 42px 0;
	background: var(--pc-white);
	border-bottom: 1px solid #e3e6ec;
}

.pc-partners-grid {
	display: grid;
	grid-template-columns: minmax(200px, 0.6fr) minmax(0, 1.4fr);
	gap: 50px;
	align-items: center;
}

.pc-partners-label {
	color: #707988;
	font-size: 12px;
	font-weight: 750;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.pc-partner-logos {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 60px;
}

.pc-partner-logos img {
	width: auto;
	max-width: 230px;
	height: 54px;
	margin: 0;
	object-fit: contain;
	filter: grayscale(1);
	opacity: 0.62;
	transition: filter 180ms ease, opacity 180ms ease;
}

.pc-partner-logos img:hover {
	filter: grayscale(0);
	opacity: 1;
}

/* Insights */

.pc-insights {
	padding: 126px 0 138px;
	background: var(--pc-white);
	color: var(--pc-ink);
}

.pc-insights .pc-section-head {
	margin-bottom: 46px;
}

.pc-insights .pc-section-head h2 {
	color: var(--pc-ink);
}

.pc-insights .pc-section-head p {
	color: #697383;
}

.pc-insights .pc-eyebrow {
	color: #947100;
}

.pc-insight-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.pc-insight-card {
	display: flex;
	flex-direction: column;
	min-height: 500px;
	overflow: hidden;
	background: #f3f5f8;
	border: 1px solid #e4e8ee;
	border-radius: 24px;
}

.pc-insight-card:hover {
	background: var(--pc-white);
	border-color: #d5dbe4;
	box-shadow: 0 24px 56px rgba(30, 38, 52, 0.1);
	transform: translateY(-6px);
}

.pc-insight-media {
	position: relative;
	height: 220px;
	overflow: hidden;
	background: #e9edf3;
}

.pc-insight-media::after {
	position: absolute;
	inset: auto 0 0;
	height: 34%;
	background: linear-gradient(to top, rgba(7, 12, 22, 0.18), transparent);
	content: "";
	pointer-events: none;
}

.pc-insight-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.pc-insight-card:hover .pc-insight-media img {
	transform: scale(1.045);
}

.pc-insight-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px 28px 30px;
}

.pc-insight-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 28px;
	color: #747e8d;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pc-insight-meta span:last-child {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	color: var(--pc-ink);
	background: var(--pc-yellow);
	border-radius: 50%;
	font-size: 16px;
}

.pc-insight-card h3 {
	margin-bottom: 18px;
	color: var(--pc-ink);
	font-size: 23px;
	font-weight: 650;
	line-height: 1.42;
	letter-spacing: -0.03em;
}

.pc-insight-card p {
	margin-bottom: 0;
	color: #606a79;
	font-size: 14px;
	line-height: 1.72;
}

.pc-insight-card > a {
	position: absolute;
	inset: 0;
}

.pc-insight-card {
	position: relative;
}

/* Final CTA */

.pc-cta-section {
	padding: 0 0 110px;
	background: var(--pc-white);
}

.pc-cta {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 60px;
	align-items: center;
	min-height: 390px;
	padding: 72px clamp(34px, 7vw, 90px);
	overflow: hidden;
	background:
		radial-gradient(circle at 88% 30%, rgba(251, 207, 32, 0.25), transparent 34%),
		var(--pc-ink);
	border-radius: 38px;
	box-shadow: var(--pc-shadow);
}

.pc-cta::before {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 52px 52px;
	content: "";
}

.pc-cta > * {
	position: relative;
	z-index: 2;
}

.pc-cta h2 {
	max-width: 820px;
	margin-bottom: 22px;
	font-size: clamp(38px, 4.8vw, 67px);
	font-weight: 680;
	line-height: 1.05;
	letter-spacing: -0.055em;
}

.pc-cta p {
	max-width: 690px;
	margin-bottom: 0;
	color: var(--pc-muted);
	font-size: 17px;
	line-height: 1.75;
}

/* Footer */

#footer {
	background: #050812;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pc-footer-contact {
	position: relative;
	padding: 72px 0 0;
	overflow: hidden;
	color: rgba(255, 255, 255, 0.68);
	background:
		radial-gradient(circle at 88% 8%, rgba(242, 200, 34, 0.11), transparent 25%),
		linear-gradient(135deg, #070b14, #0b1220);
}

.pc-footer-contact::after {
	position: absolute;
	right: -130px;
	bottom: -250px;
	width: 450px;
	height: 450px;
	border: 1px solid rgba(242, 200, 34, 0.14);
	border-radius: 50%;
	content: "";
}

.pc-footer-columns {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(220px, 1.08fr) minmax(130px, 0.58fr) minmax(210px, 0.92fr) minmax(260px, 1.12fr);
	gap: clamp(34px, 5vw, 74px);
	align-items: start;
	padding-bottom: 64px;
}

.pc-footer-brand > a:first-child {
	position: relative;
	display: block;
	width: 255px;
	height: 72px;
	margin-bottom: 24px;
	overflow: hidden;
}

.pc-footer-brand img {
	position: absolute;
	top: -49px;
	left: -10px;
	width: 270px;
	max-width: none;
	height: auto;
}

.pc-footer-brand > p {
	max-width: 330px;
	margin: 0 0 24px;
	color: rgba(255, 255, 255, 0.54);
	font-size: 14px;
	line-height: 1.75;
}

#footer .pc-footer-columns h2 {
	margin: 4px 0 24px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 720;
	letter-spacing: 0;
}

#footer .pc-footer-profile-link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 13px;
	font-weight: 700;
}

#footer .pc-footer-profile-link:hover {
	color: var(--pc-yellow);
}

.pc-footer-nav ul,
.pc-footer-reach ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pc-footer-nav li + li {
	margin-top: 13px;
}

#footer .pc-footer-nav a {
	position: relative;
	display: inline-block;
	color: rgba(255, 255, 255, 0.58);
	font-size: 13px;
	line-height: 1.55;
}

#footer .pc-footer-nav a:hover {
	color: #ffffff;
}

.pc-footer-reach li + li {
	margin-top: 20px;
}

.pc-footer-reach small {
	display: block;
	margin-bottom: 6px;
	color: rgba(255, 255, 255, 0.36);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

#footer .pc-footer-reach a {
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	line-height: 1.62;
}

#footer .pc-footer-reach a:hover {
	color: var(--pc-yellow);
}

.pc-footer-reach li > div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
}

#footer .pc-footer-whatsapp {
	color: var(--pc-yellow);
	font-size: 11px;
	font-weight: 700;
}

.pc-footer-bottom {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 26px 0 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.pc-footer-bottom p {
	margin: 0;
	color: rgba(255, 255, 255, 0.38);
	font-size: 11px;
}

#footer .pc-footer-bottom a {
	color: rgba(255, 255, 255, 0.5);
	font-size: 11px;
}

#footer a {
	color: rgba(255, 255, 255, 0.66);
}

#footer a:hover {
	color: var(--pc-yellow);
}

@media (max-width: 849px) {
	.pc-footer-columns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 52px 48px;
	}
}

@media (max-width: 549px) {
	.pc-footer-contact {
		padding-top: 58px;
	}

	.pc-footer-columns {
		grid-template-columns: 1fr;
		gap: 40px;
		padding-bottom: 46px;
	}

	.pc-footer-brand img {
		top: -45px;
		left: -9px;
		width: 250px;
	}

	.pc-footer-brand > a:first-child {
		width: 238px;
		height: 66px;
	}

	#footer .pc-footer-columns h2 {
		margin-bottom: 18px;
	}

	.pc-footer-nav li + li {
		margin-top: 10px;
	}

	.pc-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}
}

/* Reveal animation */

.pc-js [data-reveal] {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 700ms cubic-bezier(0.2, 0.7, 0.2, 1),
		transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.pc-js [data-reveal].is-visible {
	opacity: 1;
	transform: none;
}

.pc-js .pc-hero-copy[data-reveal] .pc-hero-lead,
.pc-js .pc-hero-copy[data-reveal] .pc-hero-actions,
.pc-js .pc-hero-copy[data-reveal] .pc-hero-proof {
	opacity: 0;
	transform: translateY(14px);
	transition:
		opacity 560ms cubic-bezier(0.2, 0.7, 0.2, 1),
		transform 560ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.pc-js .pc-hero-copy[data-reveal].is-visible .pc-hero-lead,
.pc-js .pc-hero-copy[data-reveal].is-visible .pc-hero-actions,
.pc-js .pc-hero-copy[data-reveal].is-visible .pc-hero-proof {
	opacity: 1;
	transform: none;
}

.pc-js .pc-hero-copy[data-reveal].is-visible .pc-hero-lead {
	transition-delay: 300ms;
}

.pc-js .pc-hero-copy[data-reveal].is-visible .pc-hero-actions {
	transition-delay: 440ms;
}

.pc-js .pc-hero-copy[data-reveal].is-visible .pc-hero-proof {
	transition-delay: 580ms;
}

.pc-js .pc-hero-visual[data-reveal] .pc-orbit,
.pc-js .pc-hero-visual[data-reveal] .pc-device-stage,
.pc-js .pc-hero-visual[data-reveal] .pc-data-chip {
	opacity: 0;
	transition:
		opacity 760ms cubic-bezier(0.2, 0.7, 0.2, 1),
		transform 760ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.pc-js .pc-hero-visual[data-reveal] .pc-orbit {
	transform: scale(0.9);
}

.pc-js .pc-hero-visual[data-reveal] .pc-device-stage {
	transform: translateY(22px) rotate(5deg) scale(0.965);
}

.pc-js .pc-hero-visual[data-reveal] .pc-data-chip--top {
	transform: translate(18px, -10px);
}

.pc-js .pc-hero-visual[data-reveal] .pc-data-chip--bottom {
	transform: translate(-18px, 10px);
}

.pc-js .pc-hero-visual[data-reveal].is-visible .pc-orbit {
	opacity: 1;
	transform: scale(1);
}

.pc-js .pc-hero-visual[data-reveal].is-visible .pc-device-stage {
	opacity: 1;
	transform: translateY(0) rotate(2deg) scale(1);
	transition-delay: 120ms;
}

.pc-js .pc-hero-visual[data-reveal].is-visible .pc-data-chip {
	opacity: 1;
	transform: none;
}

.pc-js .pc-hero-visual[data-reveal].is-visible .pc-data-chip--top {
	transition-delay: 430ms;
}

.pc-js .pc-hero-visual[data-reveal].is-visible .pc-data-chip--bottom {
	transition-delay: 560ms;
}

@media (min-width: 850px) {
	.pc-js .pc-capability-grid .pc-capability:nth-child(2)[data-reveal],
	.pc-js .pc-solution-grid .pc-solution-card:nth-child(2)[data-reveal],
	.pc-js .pc-insight-grid .pc-insight-card:nth-child(2)[data-reveal] {
		transition-delay: 130ms;
	}

	.pc-js .pc-capability-grid .pc-capability:nth-child(3)[data-reveal],
	.pc-js .pc-solution-grid .pc-solution-card:nth-child(3)[data-reveal],
	.pc-js .pc-insight-grid .pc-insight-card:nth-child(3)[data-reveal] {
		transition-delay: 260ms;
	}
}

.pc-js .pc-partners-label[data-reveal] {
	transform: translateX(-18px);
}

.pc-js .pc-partner-logos[data-reveal] {
	transform: translateX(18px);
}

.pc-js .pc-partners-label[data-reveal].is-visible,
.pc-js .pc-partner-logos[data-reveal].is-visible {
	transform: none;
}

@media (hover: hover) and (pointer: fine) {
	.pc-js
		.pc-about-principle-grid
		article[data-reveal].is-visible:hover {
		transform: translateY(-6px);
	}

	.pc-js
		.pc-solution-grid
		.pc-solution-card[data-reveal].is-visible:hover {
		transform: translateY(-8px);
	}

	.pc-js
		.pc-insight-grid
		.pc-insight-card[data-reveal].is-visible:hover {
		transform: translateY(-6px);
	}
}

/* Responsive */

@media (max-width: 1080px) {
	#masthead .nav > li {
		margin: 0 9px;
	}

	#masthead .nav > li > a.nav-top-link {
		font-size: 13px;
	}

	.pc-hero-grid {
		grid-template-columns: minmax(0, 1fr) minmax(360px, 0.75fr);
		gap: 46px;
	}

	.pc-hero-visual {
		min-height: 520px;
	}

	.pc-data-chip--top {
		right: 0;
	}

	.pc-data-chip--bottom {
		left: 0;
	}

	.pc-solution-card {
		min-height: 530px;
	}

	.pc-solution-media {
		height: 220px;
	}

	.pc-tech-grid {
		grid-template-columns: minmax(350px, 0.88fr) minmax(0, 1.12fr);
		gap: 60px;
	}

	.pc-tech-visual {
		min-height: 540px;
		padding: 50px;
	}

	.pc-about-hero-grid {
		grid-template-columns: minmax(0, 1.02fr) minmax(400px, 0.98fr);
		gap: 52px;
	}

	.pc-about-signal-card {
		right: -10px;
	}

	.pc-about-mission-grid {
		grid-template-columns: 60px minmax(0, 1fr) minmax(280px, 0.62fr);
		gap: 34px;
	}

	.pc-about-story-grid {
		grid-template-columns: minmax(0, 0.92fr) minmax(390px, 0.85fr);
		gap: 70px;
	}

	.pc-about-story-caption {
		right: -22px;
	}
}

@media (max-width: 849px) {
	#masthead.header-main,
	#masthead .header-inner {
		height: 70px !important;
		min-height: 70px;
	}

	#logo {
		flex-basis: 215px !important;
		width: 205px;
	}

	#logo a {
		width: 205px;
		height: 52px;
	}

	#logo a img.header-logo,
	#logo a img.header-logo-sticky {
		top: -57px;
		width: 240px !important;
	}

	.pc-shell {
		width: min(calc(100% - 34px), var(--pc-max));
	}

	.pc-hero {
		min-height: auto;
		padding: 80px 0 70px;
	}

	.pc-hero-grid {
		grid-template-columns: 1fr;
	}

	.pc-hero-copy {
		max-width: 700px;
		padding-bottom: 0;
	}

	.pc-hero h1 {
		max-width: 700px;
	}

	.pc-hero-visual {
		width: min(100%, 590px);
		min-height: 600px;
		margin: 0 auto;
	}

	.pc-section-head {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.pc-capability-grid {
		grid-template-columns: 1fr;
	}

	.pc-capability {
		min-height: 112px;
		padding: 24px 0;
		border-right: 0;
		border-bottom: 1px solid var(--pc-line);
	}

	.pc-capability:last-child {
		border-bottom: 0;
	}

	.pc-solutions {
		padding: 104px 0;
	}

	.pc-solution-grid {
		grid-template-columns: 1fr;
	}

	.pc-solution-card {
		display: grid;
		grid-template-columns: minmax(250px, 0.9fr) minmax(0, 1.1fr);
		min-height: 360px;
	}

	.pc-solution-media {
		height: 100%;
	}

	.pc-solution-body {
		padding: 34px;
	}

	.pc-tech-grid {
		grid-template-columns: 1fr;
	}

	.pc-tech-visual {
		width: min(100%, 650px);
		margin: 0 auto;
	}

	.pc-partners-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.pc-partner-logos {
		justify-content: flex-start;
	}

	.pc-insight-grid {
		grid-template-columns: 1fr;
	}

	.pc-insight-card {
		min-height: 450px;
	}

	.pc-insight-meta {
		margin-bottom: 24px;
	}

	.pc-cta {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.pc-about-hero {
		min-height: auto;
		padding: 84px 0 96px;
	}

	.pc-about-hero-grid,
	.pc-about-mission-grid,
	.pc-about-section-head,
	.pc-about-story-grid,
	.pc-about-ecosystem-grid,
	.pc-about-cta {
		grid-template-columns: 1fr;
	}

	.pc-about-hero-grid {
		gap: 64px;
	}

	.pc-about-hero-copy {
		max-width: 720px;
	}

	.pc-about-hero-visual {
		width: min(100%, 680px);
		min-height: 500px;
		margin: 0 auto;
	}

	.pc-about-mission-grid {
		gap: 20px;
	}

	.pc-about-mission-index {
		display: none;
	}

	.pc-about-mission p {
		max-width: 660px;
		margin-top: 10px;
	}

	.pc-about-section-head {
		gap: 26px;
	}

	.pc-about-section-head > p {
		max-width: 620px;
	}

	.pc-about-principle-grid {
		grid-template-columns: 1fr;
	}

	.pc-about-principle-grid article {
		min-height: 0;
	}

	.pc-about-principle-grid::after {
		display: none;
	}

	.pc-js
		.pc-about-principle-grid.is-flow-ready
		article:nth-child(2)[data-reveal],
	.pc-js
		.pc-about-principle-grid.is-flow-ready
		article:nth-child(3)[data-reveal] {
		transition-delay: 0ms;
	}

	.pc-js
		.pc-about-principle-grid.is-flow-ready.is-flow-active
		.pc-about-card-icon {
		opacity: 1;
		transform: none;
		animation: none;
	}

	.pc-js
		.pc-about-principle-grid.is-flow-ready.is-flow-active
		.pc-about-card-icon
		svg
		* {
		stroke-dashoffset: 0;
		animation: none;
	}

	.pc-about-story-grid {
		gap: 86px;
	}

	.pc-about-story-visual {
		width: min(100%, 680px);
		min-height: 580px;
	}

	.pc-about-story-visual img {
		height: 580px;
	}

	.pc-about-story-copy {
		max-width: 700px;
	}

	.pc-about-ecosystem-grid {
		gap: 48px;
	}

	.pc-about-cta {
		gap: 42px;
	}

	.pc-about-cta-action {
		max-width: 520px;
	}
}

@media (max-width: 782px) {
	.admin-bar #header {
		top: 46px !important;
	}
}

@media (max-width: 560px) {
	#logo {
		flex-basis: 186px !important;
		width: 176px;
	}

	#logo a {
		width: 176px;
		height: 45px;
	}

	#logo a img.header-logo,
	#logo a img.header-logo-sticky {
		top: -49px;
		width: 210px !important;
	}

	.pc-shell {
		width: min(calc(100% - 26px), var(--pc-max));
	}

	.pc-eyebrow {
		margin-bottom: 18px;
		font-size: 10px;
	}

	.pc-hero {
		padding: 63px 0 52px;
	}

	.pc-hero-grid {
		gap: 26px;
	}

	.pc-hero h1 {
		margin-bottom: 22px;
		font-size: clamp(40px, 11.3vw, 48px);
	}

	.pc-hero-line {
		white-space: nowrap;
	}

	.pc-hero-lead {
		font-size: 16px;
		line-height: 1.68;
	}

	.pc-hero-actions {
		display: grid;
	}

	.pc-button {
		width: 100%;
	}

	.pc-hero-proof {
		display: grid;
		gap: 12px;
	}

	.pc-hero-visual {
		min-height: 420px;
	}

	.pc-device-stage {
		width: 88%;
		padding: 18px;
		border-radius: 29px;
	}

	.pc-device-stage img {
		border-radius: 20px;
	}

	.pc-data-chip {
		min-width: 132px;
		padding: 12px 13px;
	}

	.pc-data-chip--top {
		top: 9%;
	}

	.pc-data-chip--bottom {
		bottom: 7%;
	}

	.pc-device-scan {
		display: none;
	}

	.pc-section-head h2,
	.pc-tech-copy h2,
	.pc-cta h2 {
		font-size: clamp(37px, 11.8vw, 54px);
	}

	.pc-solutions,
	.pc-technology,
	.pc-insights {
		padding: 88px 0;
	}

	.pc-solution-card {
		display: flex;
		min-height: 0;
	}

	.pc-solution-media {
		height: 250px;
	}

	.pc-solution-body {
		padding: 28px 24px 30px;
	}

	.pc-tech-visual {
		min-height: 410px;
		padding: 38px;
		border-radius: 30px;
	}

	.pc-tech-pulse {
		top: 28px;
		right: 24px;
	}

	.pc-partner-logos {
		flex-wrap: wrap;
		gap: 30px;
	}

	.pc-partner-logos img {
		max-width: 160px;
		height: 42px;
	}

	.pc-insight-card {
		min-height: 0;
	}

	.pc-insight-media {
		height: 230px;
	}

	.pc-insight-body {
		padding: 24px;
	}

	.pc-cta-section {
		padding-bottom: 70px;
	}

	.pc-cta {
		min-height: 0;
		padding: 52px 26px;
		border-radius: 28px;
	}

	.pc-about-hero {
		padding: 64px 0 78px;
	}

	.pc-about-glow {
		animation: none;
	}

	.pc-about-photo-frame::before,
	.pc-about-mission::before {
		display: none;
	}

	.pc-about-cta::after {
		animation: none;
	}

	#main > .petscast-about .pc-about-hero h1 {
		margin-bottom: 24px;
		font-size: clamp(36px, 10.2vw, 42px);
	}

	#main > .petscast-about .pc-about-hero h1 em {
		white-space: normal;
	}

	.pc-about-hero-copy > p {
		font-size: 15px;
		line-height: 1.82;
	}

	.pc-about-hero-actions {
		display: grid;
	}

	.pc-about-hero-visual {
		min-height: 380px;
	}

	.pc-about-photo-frame {
		right: 6px;
		bottom: 20px;
		left: 6px;
		border-radius: 24px;
		transform: rotate(1.4deg);
	}

	.pc-about-signal-card {
		right: 0;
		bottom: -8px;
		min-width: 210px;
		padding: 17px 18px;
	}

	.pc-about-mission {
		padding: 72px 0 78px;
	}

	#main .pc-about-mission h2,
	#main .pc-about-section-head h2,
	#main .pc-about-ecosystem h2 {
		font-size: clamp(36px, 10.7vw, 48px);
	}

	#main .pc-about-section-head h2.pc-about-typewriter {
		font-size: clamp(32px, 8.6vw, 36px);
	}

	.pc-about-principles,
	.pc-about-story {
		padding: 90px 0;
	}

	.pc-about-section-head {
		margin-bottom: 42px;
	}

	.pc-about-principle-grid article {
		padding: 30px 26px 34px;
	}

	.pc-about-card-icon {
		margin-bottom: 34px;
	}

	.pc-about-story-grid {
		gap: 68px;
	}

	.pc-about-story-visual,
	.pc-about-story-visual img {
		min-height: 410px;
		height: 410px;
	}

	.pc-about-story-visual::after {
		top: -14px;
		right: -4px;
	}

	.pc-about-story-caption {
		right: 0;
		bottom: -28px;
		min-width: 235px;
		padding: 18px 20px;
	}

	#main > .petscast-about .pc-about-story-copy h2 {
		font-size: clamp(40px, 11.5vw, 54px);
	}

	.pc-about-story-copy > p {
		font-size: 15px;
	}

	.pc-about-story-copy blockquote {
		padding-left: 20px;
		font-size: 17px;
	}

	.pc-about-ecosystem {
		padding: 84px 0;
	}

	.pc-about-logo-panel {
		min-height: 0;
		flex-direction: column;
		gap: 28px;
		padding: 38px 24px;
	}

	.pc-about-logo-panel img {
		max-width: 210px;
		max-height: 52px;
	}

	.pc-about-logo-panel span {
		width: 80px;
		height: 1px;
	}

	.pc-about-cta-section {
		padding-bottom: 72px;
	}

	.pc-about-cta {
		min-height: 0;
		padding: 54px 26px;
		border-radius: 28px;
	}

	#main > .petscast-about .pc-about-cta h2 {
		font-size: clamp(38px, 11vw, 50px);
	}
}

@media (max-width: 360px) {
	.pc-hero h1 {
		font-size: clamp(35px, 10.8vw, 40px);
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

	.pc-js [data-reveal] {
		opacity: 1;
		transform: none;
	}

	.pc-about-photo-frame::before,
	.pc-about-mission::before {
		display: none;
	}

	.pc-about-typewriter-output::after {
		display: none !important;
	}

	.pc-device-scan {
		display: none;
	}

	.pc-about-principle-grid::after {
		transform: scaleX(1);
	}

	.pc-js .pc-about-principle-grid.is-flow-ready .pc-about-card-icon {
		opacity: 1;
		transform: none;
	}

	.pc-js .pc-about-principle-grid.is-flow-ready .pc-about-card-icon svg * {
		stroke-dashoffset: 0;
	}

	.pc-js .pc-about-story-visual[data-reveal] img,
	.pc-about-story-visual::after {
		opacity: 1;
		transform: none;
	}
}

/* Contact page */

#main > .petscast-contact {
	overflow: hidden;
	background: #ffffff;
	color: #667085;
}

.petscast-contact *,
.petscast-contact *::before,
.petscast-contact *::after {
	box-sizing: border-box;
}

#main .petscast-contact h1,
#main .petscast-contact h2,
#main .petscast-contact h3,
#main .petscast-contact p {
	margin-top: 0;
}

#main .petscast-contact h1,
#main .petscast-contact h2,
#main .petscast-contact h3 {
	color: inherit;
}

.pc-contact-hero {
	position: relative;
	min-height: 680px;
	padding: 112px 0 104px;
	overflow: hidden;
	color: #ffffff;
	background:
		radial-gradient(circle at 78% 38%, rgba(41, 78, 132, 0.3), transparent 30%),
		linear-gradient(126deg, #080b11 0%, #07101f 56%, #101d31 100%);
}

.pc-contact-hero::before {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(to right, transparent, #000 20%, #000 85%, transparent);
	content: "";
}

.pc-contact-orbit {
	position: absolute;
	border: 1px solid rgba(242, 200, 34, 0.18);
	border-radius: 50%;
}

.pc-contact-orbit--one {
	top: 70px;
	right: -160px;
	width: 580px;
	height: 580px;
}

.pc-contact-orbit--two {
	right: 25%;
	bottom: -220px;
	width: 430px;
	height: 430px;
}

.pc-contact-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.86fr) minmax(430px, 0.72fr);
	gap: clamp(70px, 9vw, 150px);
	align-items: center;
}

.pc-contact-hero-copy {
	max-width: 640px;
}

#main > .petscast-contact .pc-contact-hero h1 {
	margin-bottom: 30px;
	color: #ffffff;
	font-size: clamp(58px, 6.3vw, 94px);
	font-weight: 760;
	line-height: 0.98;
	letter-spacing: -0.07em;
}

#main > .petscast-contact .pc-contact-hero h1 em {
	color: var(--pc-yellow);
	font-style: normal;
}

.pc-contact-hero-copy > p {
	max-width: 600px;
	margin-bottom: 38px;
	color: rgba(226, 233, 244, 0.72);
	font-size: 18px;
	line-height: 1.9;
}

.pc-contact-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.pc-contact-hero-actions .pc-button--ghost {
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.2);
}

.pc-contact-console {
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 28px;
	background: rgba(8, 14, 25, 0.82);
	box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
	backdrop-filter: blur(14px);
	transform: rotate(1.4deg);
}

.pc-contact-console::after {
	position: absolute;
	top: -16px;
	right: 32px;
	width: 12px;
	height: 12px;
	border: 3px solid #080c15;
	border-radius: 50%;
	background: var(--pc-yellow);
	box-shadow: 0 0 24px rgba(242, 200, 34, 0.8);
	content: "";
}

.pc-contact-console-bar {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 17px 22px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
	color: rgba(255, 255, 255, 0.72);
	font-size: 11px;
	font-weight: 750;
	letter-spacing: 0.12em;
}

.pc-contact-console-bar > span:first-child {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #2bd375;
	box-shadow: 0 0 0 5px rgba(43, 211, 117, 0.1);
}

.pc-contact-console-bar small {
	margin-left: auto;
	color: var(--pc-yellow);
	font-size: 10px;
}

.pc-contact-console-body {
	padding: 34px 34px 30px;
}

.pc-contact-console-intro small {
	display: block;
	margin-bottom: 8px;
	color: rgba(255, 255, 255, 0.42);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.15em;
}

.pc-contact-console-intro strong {
	color: #ffffff;
	font-size: 22px;
}

.pc-contact-signal {
	display: flex;
	align-items: end;
	gap: 6px;
	height: 70px;
	margin: 28px 0 18px;
	padding: 0 6px;
}

.pc-contact-signal i {
	flex: 1;
	height: 24%;
	border-radius: 3px 3px 0 0;
	background: linear-gradient(to top, rgba(242, 200, 34, 0.14), var(--pc-yellow));
	animation: pc-contact-pulse 2.2s ease-in-out infinite alternate;
}

.pc-contact-signal i:nth-child(2) { height: 54%; animation-delay: -0.7s; }
.pc-contact-signal i:nth-child(3) { height: 90%; animation-delay: -1.2s; }
.pc-contact-signal i:nth-child(4) { height: 64%; animation-delay: -0.3s; }
.pc-contact-signal i:nth-child(5) { height: 38%; animation-delay: -1.5s; }

@keyframes pc-contact-pulse {
	to { filter: brightness(1.18); transform: scaleY(0.72); transform-origin: bottom; }
}

.pc-contact-console ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pc-contact-console li {
	display: grid;
	grid-template-columns: 40px 1fr auto;
	gap: 12px;
	align-items: center;
	padding: 18px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.pc-contact-console li span {
	color: var(--pc-yellow);
	font-size: 11px;
	font-weight: 800;
}

.pc-contact-console li strong {
	color: rgba(255, 255, 255, 0.82);
	font-size: 14px;
	font-weight: 650;
}

.pc-contact-console li i {
	color: rgba(255, 255, 255, 0.36);
	font-style: normal;
}

.pc-contact-channels {
	padding: 112px 0 124px;
	background: #f3f6fa;
}

.pc-contact-section-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(310px, 0.62fr);
	gap: 70px;
	align-items: end;
	margin-bottom: 54px;
}

#main > .petscast-contact .pc-contact-section-head h2,
#main > .petscast-contact .pc-contact-location h2 {
	margin-bottom: 0;
	color: #090e18;
	font-size: clamp(44px, 4.5vw, 68px);
	line-height: 1.06;
	letter-spacing: -0.055em;
}

.pc-contact-section-head > p {
	margin-bottom: 6px;
	color: #667085;
	font-size: 16px;
	line-height: 1.82;
}

.pc-contact-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.pc-contact-card {
	position: relative;
	display: flex;
	min-height: 360px;
	flex-direction: column;
	padding: 34px 32px 30px;
	overflow: hidden;
	color: #111827;
	border: 1px solid #dde3eb;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 18px 48px rgba(19, 31, 50, 0.06);
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.pc-contact-card:hover {
	color: #111827;
	border-color: rgba(242, 200, 34, 0.7);
	box-shadow: 0 28px 70px rgba(19, 31, 50, 0.12);
	transform: translateY(-7px);
}

.pc-contact-card--featured {
	color: #ffffff;
	border-color: #101725;
	background:
		radial-gradient(circle at 95% 10%, rgba(242, 200, 34, 0.16), transparent 34%),
		#0b111d;
}

.pc-contact-card--featured:hover {
	color: #ffffff;
}

.pc-contact-card-icon {
	display: grid;
	width: 52px;
	height: 52px;
	margin-bottom: 62px;
	place-items: center;
	color: #111827;
	border-radius: 16px;
	background: var(--pc-yellow);
}

.pc-contact-card-icon svg {
	width: 27px;
	height: 27px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.pc-contact-card > span {
	margin-bottom: 10px;
	color: #a07500;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.14em;
}

#main > .petscast-contact .pc-contact-card h3 {
	margin-bottom: 8px;
	color: inherit;
	font-size: 28px;
	line-height: 1.2;
}

.pc-contact-card p {
	margin-bottom: 32px;
	overflow-wrap: anywhere;
	color: #687386;
	font-size: 15px;
}

.pc-contact-card--featured p {
	color: rgba(255, 255, 255, 0.63);
}

.pc-contact-card > strong {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 22px;
	color: inherit;
	border-top: 1px solid rgba(17, 24, 39, 0.11);
	font-size: 13px;
}

.pc-contact-card--featured > strong {
	border-color: rgba(255, 255, 255, 0.13);
}

.pc-contact-card > strong i {
	font-size: 18px;
	font-style: normal;
	transition: transform 180ms ease;
}

.pc-contact-card:hover > strong i {
	transform: translate(3px, -2px);
}

.pc-contact-location {
	padding: 120px 0;
	background: #ffffff;
}

.pc-contact-location-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
	gap: clamp(70px, 9vw, 140px);
	align-items: center;
}

.pc-contact-location-visual {
	position: relative;
	min-height: 520px;
	overflow: hidden;
	border-radius: 30px;
	background: #101722;
	box-shadow: 0 30px 70px rgba(14, 26, 43, 0.16);
}

.pc-contact-location-visual::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(145deg, transparent 38%, rgba(5, 10, 18, 0.7));
	content: "";
}

.pc-contact-location-visual img {
	width: 100%;
	height: 100%;
	min-height: 520px;
	object-fit: cover;
	transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.pc-contact-location-visual:hover img {
	transform: scale(1.04);
}

.pc-contact-location-marker {
	position: absolute;
	z-index: 2;
	right: 24px;
	bottom: 24px;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 13px 17px;
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 999px;
	background: rgba(8, 13, 23, 0.76);
	backdrop-filter: blur(10px);
	font-size: 12px;
	font-weight: 700;
}

.pc-contact-location-marker span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--pc-yellow);
	box-shadow: 0 0 0 6px rgba(242, 200, 34, 0.14);
}

.pc-contact-location-copy .pc-eyebrow {
	margin-bottom: 22px;
}

.pc-contact-address {
	display: flex;
	gap: 16px;
	margin: 38px 0 30px;
	padding: 24px 0;
	border-top: 1px solid #e0e5ec;
	border-bottom: 1px solid #e0e5ec;
}

.pc-contact-address > span {
	color: #aa7f00;
	font-size: 28px;
	line-height: 1;
}

.pc-contact-address small {
	display: block;
	margin-bottom: 7px;
	color: #8a94a5;
	font-size: 11px;
	font-weight: 750;
	letter-spacing: 0.12em;
}

.pc-contact-address strong {
	display: block;
	color: #1a2230;
	font-size: 17px;
	line-height: 1.6;
}

.pc-contact-text-link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: #101827;
	font-size: 14px;
	font-weight: 750;
}

.pc-contact-text-link:hover {
	color: #9a7400;
}

.pc-contact-cta-section {
	padding: 0 0 112px;
	background: #ffffff;
}

.pc-contact-cta {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.62fr);
	gap: 80px;
	align-items: end;
	padding: 74px 78px;
	overflow: hidden;
	color: #0c121e;
	border-radius: 32px;
	background:
		radial-gradient(circle at 88% 20%, rgba(255, 255, 255, 0.42), transparent 26%),
		var(--pc-yellow);
}

.pc-contact-cta::after {
	position: absolute;
	right: -110px;
	bottom: -160px;
	width: 390px;
	height: 390px;
	border: 1px solid rgba(7, 12, 22, 0.14);
	border-radius: 50%;
	content: "";
}

.pc-contact-cta .pc-eyebrow {
	color: #5f4800;
}

#main > .petscast-contact .pc-contact-cta h2 {
	margin-bottom: 0;
	color: #0c121e;
	font-size: clamp(44px, 4.7vw, 70px);
	line-height: 1.04;
	letter-spacing: -0.06em;
}

.pc-contact-cta p {
	position: relative;
	z-index: 1;
	margin-bottom: 26px;
	color: rgba(12, 18, 30, 0.7);
	font-size: 16px;
	line-height: 1.75;
}

.pc-contact-cta .pc-button--dark {
	position: relative;
	z-index: 1;
	color: #ffffff;
	background: #0b111d;
	border-color: #0b111d;
}

.pc-contact-cta .pc-button--dark:hover {
	color: #ffffff;
	background: #172235;
	border-color: #172235;
}

@media (max-width: 849px) {
	.pc-contact-hero {
		min-height: 0;
		padding: 86px 0;
	}

	.pc-contact-hero-grid,
	.pc-contact-location-grid {
		grid-template-columns: 1fr;
		gap: 68px;
	}

	.pc-contact-hero-copy {
		max-width: 680px;
	}

	.pc-contact-console {
		width: min(100%, 560px);
		margin: 0 auto;
	}

	.pc-contact-section-head,
	.pc-contact-cta {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.pc-contact-card-grid {
		grid-template-columns: 1fr;
	}

	.pc-contact-card {
		min-height: 300px;
	}

	.pc-contact-card-icon {
		margin-bottom: 42px;
	}

	.pc-contact-location-visual,
	.pc-contact-location-visual img {
		min-height: 470px;
	}

	.pc-contact-cta {
		padding: 62px 48px;
	}
}

@media (max-width: 549px) {
	.pc-contact-hero {
		padding: 72px 0 78px;
	}

	#main > .petscast-contact .pc-contact-hero h1 {
		font-size: clamp(50px, 15vw, 68px);
	}

	.pc-contact-hero-copy > p {
		font-size: 16px;
	}

	.pc-contact-hero-actions {
		display: grid;
	}

	.pc-contact-console {
		border-radius: 22px;
		transform: none;
	}

	.pc-contact-console-body {
		padding: 28px 22px 22px;
	}

	.pc-contact-console-intro strong {
		font-size: 19px;
	}

	.pc-contact-channels,
	.pc-contact-location {
		padding: 84px 0;
	}

	.pc-contact-section-head {
		gap: 20px;
		margin-bottom: 38px;
	}

	#main > .petscast-contact .pc-contact-section-head h2,
	#main > .petscast-contact .pc-contact-location h2 {
		font-size: clamp(38px, 11vw, 48px);
	}

	.pc-contact-card {
		min-height: 300px;
		padding: 28px 26px;
	}

	.pc-contact-location-grid {
		gap: 50px;
	}

	.pc-contact-location-visual,
	.pc-contact-location-visual img {
		min-height: 390px;
	}

	.pc-contact-cta-section {
		padding-bottom: 72px;
	}

	.pc-contact-cta {
		padding: 52px 26px;
		border-radius: 27px;
	}

	#main > .petscast-contact .pc-contact-cta h2 {
		font-size: clamp(39px, 11.5vw, 50px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.pc-contact-signal i {
		animation: none;
	}
}

/* Privacy policy page */

#main > .petscast-privacy {
	overflow: hidden;
	background: #f2f5f9;
	color: #657084;
}

.petscast-privacy *,
.petscast-privacy *::before,
.petscast-privacy *::after {
	box-sizing: border-box;
}

#main .petscast-privacy h1,
#main .petscast-privacy h2,
#main .petscast-privacy h3,
#main .petscast-privacy p {
	margin-top: 0;
}

#main .petscast-privacy h1,
#main .petscast-privacy h2,
#main .petscast-privacy h3 {
	color: inherit;
}

.pc-privacy-hero {
	position: relative;
	min-height: 610px;
	padding: 104px 0 98px;
	overflow: hidden;
	color: #ffffff;
	background:
		radial-gradient(circle at 78% 43%, rgba(43, 78, 129, 0.34), transparent 28%),
		linear-gradient(126deg, #070b12, #081221 62%, #111e31);
}

.pc-privacy-grid-bg {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(to right, transparent, #000 16%, #000 88%, transparent);
}

.pc-privacy-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(400px, 0.74fr);
	gap: clamp(80px, 10vw, 160px);
	align-items: center;
}

.pc-privacy-hero-copy {
	max-width: 730px;
}

#main > .petscast-privacy .pc-privacy-hero h1 {
	margin-bottom: 28px;
	color: #ffffff;
	font-size: clamp(52px, 5.6vw, 82px);
	font-weight: 750;
	line-height: 1.02;
	letter-spacing: -0.065em;
}

#main > .petscast-privacy .pc-privacy-hero h1 em {
	color: var(--pc-yellow);
	font-style: normal;
}

.pc-privacy-hero-copy > p {
	max-width: 660px;
	margin-bottom: 34px;
	color: rgba(225, 232, 243, 0.69);
	font-size: 17px;
	line-height: 1.88;
}

.pc-privacy-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	align-items: center;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 12px;
}

.pc-privacy-meta span {
	color: var(--pc-yellow);
	font-weight: 750;
	letter-spacing: 0.08em;
}

.pc-privacy-meta strong {
	color: rgba(255, 255, 255, 0.65);
	font-weight: 550;
}

.pc-privacy-hero-visual {
	position: relative;
	display: grid;
	min-height: 390px;
	place-items: center;
}

.pc-privacy-orbit {
	position: absolute;
	border: 1px solid rgba(242, 200, 34, 0.17);
	border-radius: 50%;
}

.pc-privacy-orbit--outer {
	width: 390px;
	height: 390px;
}

.pc-privacy-orbit--inner {
	width: 270px;
	height: 270px;
	border-color: rgba(255, 255, 255, 0.1);
}

.pc-privacy-shield {
	position: relative;
	z-index: 2;
	display: grid;
	width: 190px;
	height: 220px;
	place-items: center;
	background: linear-gradient(145deg, #ffffff, #e5ebf4);
	border-radius: 45% 45% 52% 52% / 27% 27% 72% 72%;
	box-shadow: 0 30px 70px rgba(0, 0, 0, 0.32);
}

.pc-privacy-shield::before {
	position: absolute;
	inset: 12px;
	border: 1px solid rgba(8, 16, 28, 0.09);
	border-radius: inherit;
	content: "";
}

.pc-privacy-lock {
	position: relative;
	width: 72px;
	height: 62px;
	margin-top: 24px;
	border-radius: 14px;
	background: #0c1422;
}

.pc-privacy-lock span {
	position: absolute;
	top: -45px;
	left: 13px;
	width: 46px;
	height: 54px;
	border: 8px solid #0c1422;
	border-bottom: 0;
	border-radius: 28px 28px 0 0;
}

.pc-privacy-lock i {
	position: absolute;
	top: 22px;
	left: 32px;
	width: 8px;
	height: 18px;
	border-radius: 999px;
	background: var(--pc-yellow);
}

.pc-privacy-status {
	position: absolute;
	z-index: 3;
	right: -14px;
	bottom: 28px;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 4px 10px;
	min-width: 190px;
	padding: 17px 20px;
	color: rgba(255, 255, 255, 0.54);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 16px;
	background: rgba(7, 13, 23, 0.82);
	backdrop-filter: blur(12px);
	font-size: 10px;
	letter-spacing: 0.08em;
}

.pc-privacy-status > span {
	grid-row: 1 / 3;
	width: 8px;
	height: 8px;
	margin-top: 4px;
	border-radius: 50%;
	background: #2cd176;
	box-shadow: 0 0 0 5px rgba(44, 209, 118, 0.12);
}

.pc-privacy-status strong {
	color: #ffffff;
	font-size: 13px;
	letter-spacing: 0;
}

.pc-privacy-main {
	padding: 112px 0 128px;
}

.pc-privacy-layout {
	display: grid;
	grid-template-columns: minmax(220px, 0.3fr) minmax(0, 1fr);
	gap: clamp(55px, 7vw, 100px);
	align-items: start;
}

.pc-privacy-toc {
	position: sticky;
	top: 120px;
	padding: 25px 0 0;
}

.pc-privacy-toc > span {
	display: block;
	margin-bottom: 20px;
	color: #977200;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.14em;
}

.pc-privacy-toc ol {
	margin: 0;
	padding: 0;
	border-top: 1px solid #d9e0e9;
	list-style: none;
}

.pc-privacy-toc li {
	margin: 0;
	border-bottom: 1px solid #d9e0e9;
}

.pc-privacy-toc a {
	display: grid;
	grid-template-columns: 30px 1fr;
	gap: 8px;
	padding: 14px 0;
	color: #6b7586;
	font-size: 12px;
	line-height: 1.5;
}

.pc-privacy-toc a:hover {
	color: #111827;
}

.pc-privacy-toc small {
	color: #b58a00;
	font-size: 9px;
	font-weight: 800;
}

.pc-privacy-document {
	padding: 54px clamp(34px, 5vw, 72px) 64px;
	border: 1px solid #e0e5ec;
	border-radius: 28px;
	background: #ffffff;
	box-shadow: 0 24px 70px rgba(20, 33, 52, 0.08);
}

.pc-privacy-document-head {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	align-items: end;
	margin-bottom: 42px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e2e7ee;
}

.pc-privacy-document-head span {
	display: block;
	margin-bottom: 8px;
	color: #9b7500;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.13em;
}

#main > .petscast-privacy .pc-privacy-document-head h2 {
	margin: 0;
	color: #101723;
	font-size: clamp(36px, 4vw, 54px);
	letter-spacing: -0.05em;
}

.pc-privacy-document-head > small {
	color: #8a94a5;
	font-size: 11px;
	white-space: nowrap;
}

.pc-privacy-policy-content {
	color: #566173;
	font-size: 15px;
	line-height: 1.9;
}

.pc-privacy-policy-content > p:first-child {
	margin-bottom: 48px;
	padding: 24px 26px;
	color: #354052;
	border-left: 3px solid var(--pc-yellow);
	background: #f6f8fb;
}

#main > .petscast-privacy .pc-privacy-policy-content h2 {
	margin: 58px 0 20px;
	padding-top: 10px;
	color: #111827;
	font-size: clamp(25px, 2.4vw, 34px);
	font-weight: 720;
	line-height: 1.3;
	letter-spacing: -0.035em;
	scroll-margin-top: 120px;
}

.pc-privacy-policy-content hr {
	display: none;
}

.pc-privacy-policy-content p {
	margin-bottom: 18px;
}

.pc-privacy-policy-content ol,
.pc-privacy-policy-content ul {
	margin: 16px 0 24px;
	padding-left: 23px;
}

.pc-privacy-policy-content li {
	margin-bottom: 10px;
	padding-left: 5px;
}

.pc-privacy-policy-content li::marker {
	color: #a98000;
	font-weight: 700;
}

.pc-privacy-policy-content li p {
	margin-bottom: 8px;
}

.pc-privacy-policy-content strong {
	color: #222b39;
}

.pc-privacy-contact-note {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	margin-top: 64px;
	padding: 30px 32px;
	color: #111827;
	border-radius: 18px;
	background: var(--pc-yellow);
}

.pc-privacy-contact-note span {
	display: block;
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: 700;
}

.pc-privacy-contact-note strong {
	font-size: 15px;
}

.pc-privacy-contact-note a {
	color: #111827;
	font-size: 13px;
	font-weight: 750;
	white-space: nowrap;
}

@media (max-width: 849px) {
	.pc-privacy-hero {
		min-height: 0;
		padding: 86px 0;
	}

	.pc-privacy-hero-grid {
		grid-template-columns: 1fr;
		gap: 58px;
	}

	.pc-privacy-hero-visual {
		min-height: 350px;
	}

	.pc-privacy-layout {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.pc-privacy-toc {
		position: static;
		padding-top: 0;
	}

	.pc-privacy-toc ol {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		border-left: 1px solid #d9e0e9;
	}

	.pc-privacy-toc li {
		border-right: 1px solid #d9e0e9;
	}

	.pc-privacy-toc a {
		padding: 14px;
	}
}

@media (max-width: 549px) {
	.pc-privacy-hero {
		padding: 72px 0 76px;
	}

	#main > .petscast-privacy .pc-privacy-hero h1 {
		font-size: clamp(43px, 12.8vw, 56px);
	}

	.pc-privacy-hero-copy > p {
		font-size: 15px;
	}

	.pc-privacy-hero-visual {
		min-height: 315px;
	}

	.pc-privacy-orbit--outer {
		width: 310px;
		height: 310px;
	}

	.pc-privacy-orbit--inner {
		width: 230px;
		height: 230px;
	}

	.pc-privacy-shield {
		width: 155px;
		height: 180px;
	}

	.pc-privacy-status {
		right: 0;
		bottom: 8px;
	}

	.pc-privacy-main {
		padding: 76px 0 84px;
	}

	.pc-privacy-toc ol {
		grid-template-columns: 1fr;
	}

	.pc-privacy-document {
		padding: 38px 22px 42px;
		border-radius: 22px;
	}

	.pc-privacy-document-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
		margin-bottom: 32px;
		padding-bottom: 24px;
	}

	.pc-privacy-policy-content {
		font-size: 14px;
		line-height: 1.85;
	}

	.pc-privacy-policy-content > p:first-child {
		margin-bottom: 36px;
		padding: 20px;
	}

	#main > .petscast-privacy .pc-privacy-policy-content h2 {
		margin-top: 46px;
		font-size: 25px;
	}

	.pc-privacy-contact-note {
		align-items: flex-start;
		flex-direction: column;
		margin-top: 48px;
		padding: 24px 22px;
	}
}

/* Pet shop real-time monitoring system page */

#main > .petscast-store-system {
	overflow: hidden;
	background: #ffffff;
	color: #667085;
}

.petscast-store-system *,
.petscast-store-system *::before,
.petscast-store-system *::after {
	box-sizing: border-box;
}

#main .petscast-store-system h1,
#main .petscast-store-system h2,
#main .petscast-store-system h3,
#main .petscast-store-system p {
	margin-top: 0;
}

#main .petscast-store-system h1,
#main .petscast-store-system h2,
#main .petscast-store-system h3 {
	color: inherit;
}

.pc-store-hero {
	position: relative;
	min-height: 720px;
	padding: 106px 0 110px;
	overflow: hidden;
	color: #ffffff;
	background:
		radial-gradient(circle at 85% 35%, rgba(45, 81, 135, 0.3), transparent 30%),
		linear-gradient(125deg, #070b12, #07111f 60%, #111f33);
}

.pc-store-grid-bg {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(to right, transparent, #000 14%, #000 90%, transparent);
}

.pc-store-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.72fr) minmax(500px, 1fr);
	gap: clamp(70px, 8vw, 130px);
	align-items: center;
}

#main > .petscast-store-system .pc-store-hero h1 {
	margin-bottom: 28px;
	color: #ffffff;
	font-size: clamp(55px, 5.4vw, 82px);
	font-weight: 760;
	line-height: 1.01;
	letter-spacing: -0.065em;
}

#main > .petscast-store-system .pc-store-hero h1 em {
	color: var(--pc-yellow);
	font-style: normal;
}

.pc-store-hero-copy > p {
	max-width: 610px;
	margin-bottom: 36px;
	color: rgba(224, 232, 243, 0.7);
	font-size: 17px;
	line-height: 1.88;
}

.pc-store-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.pc-store-hero-actions .pc-button--ghost {
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.19);
}

.pc-store-hero-points {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
	margin-top: 38px;
	padding-top: 24px;
	color: rgba(255, 255, 255, 0.55);
	border-top: 1px solid rgba(255, 255, 255, 0.11);
	font-size: 11px;
}

.pc-store-hero-points span {
	display: flex;
	align-items: center;
	gap: 8px;
}

.pc-store-hero-points span::before {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--pc-yellow);
	content: "";
}

.pc-store-hero-visual {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 28px;
	background: #121a26;
	box-shadow: 0 36px 90px rgba(0, 0, 0, 0.42);
	transform: rotate(1.1deg);
}

.pc-store-hero-visual img {
	display: block;
	width: 100%;
	height: auto;
}

.pc-store-live-status {
	position: absolute;
	right: 20px;
	bottom: 18px;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 2px 9px;
	padding: 13px 16px;
	color: rgba(255, 255, 255, 0.55);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 14px;
	background: rgba(6, 11, 20, 0.83);
	backdrop-filter: blur(12px);
	font-size: 9px;
}

.pc-store-live-status > span {
	grid-row: 1 / 3;
	width: 8px;
	height: 8px;
	margin-top: 4px;
	border-radius: 50%;
	background: #2bd276;
	box-shadow: 0 0 0 5px rgba(43, 210, 118, 0.12);
}

.pc-store-live-status strong {
	color: #ffffff;
	font-size: 11px;
}

.pc-store-metrics {
	color: #111827;
	background: var(--pc-yellow);
}

.pc-store-metric-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pc-store-metric-grid > div {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 12px;
	padding: 29px 22px;
	border-right: 1px solid rgba(17, 24, 39, 0.13);
}

.pc-store-metric-grid > div:last-child {
	border-right: 0;
}

.pc-store-metric-grid strong {
	font-size: 20px;
}

.pc-store-metric-grid span {
	color: rgba(17, 24, 39, 0.63);
	font-size: 12px;
}

.pc-store-features,
.pc-store-specs {
	padding: 118px 0 126px;
	background: #f3f6fa;
}

.pc-store-section-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(310px, 0.63fr);
	gap: 70px;
	align-items: end;
	margin-bottom: 54px;
}

#main > .petscast-store-system .pc-store-section-head h2,
#main > .petscast-store-system .pc-store-workflow h2,
#main > .petscast-store-system .pc-store-specs h2,
#main > .petscast-store-system .pc-store-faq h2 {
	margin-bottom: 0;
	color: #0b111c;
	font-size: clamp(44px, 4.5vw, 68px);
	line-height: 1.06;
	letter-spacing: -0.055em;
}

.pc-store-section-head > p {
	margin-bottom: 4px;
	color: #667085;
	font-size: 15px;
	line-height: 1.82;
}

.pc-store-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.pc-store-feature-card {
	overflow: hidden;
	border: 1px solid #dfe5ed;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 18px 50px rgba(19, 31, 50, 0.06);
	transition: transform 220ms ease, box-shadow 220ms ease;
}

.pc-store-feature-card:hover {
	box-shadow: 0 28px 70px rgba(19, 31, 50, 0.12);
	transform: translateY(-7px);
}

.pc-store-feature-media {
	position: relative;
	height: 230px;
	overflow: hidden;
	background: #e8edf3;
}

.pc-store-feature-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 550ms cubic-bezier(0.16, 1, 0.3, 1);
}

.pc-store-feature-card:hover img {
	transform: scale(1.045);
}

.pc-store-feature-media > span {
	position: absolute;
	right: 16px;
	bottom: 15px;
	display: grid;
	width: 37px;
	height: 37px;
	place-items: center;
	color: #111827;
	border-radius: 50%;
	background: var(--pc-yellow);
	font-size: 10px;
	font-weight: 800;
}

.pc-store-feature-card > div:last-child {
	padding: 28px 28px 32px;
}

.pc-store-feature-card small {
	display: block;
	margin-bottom: 9px;
	color: #9c7600;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
}

#main > .petscast-store-system .pc-store-feature-card h3 {
	margin-bottom: 13px;
	color: #111827;
	font-size: 23px;
	line-height: 1.35;
}

.pc-store-feature-card p {
	margin-bottom: 0;
	color: #687386;
	font-size: 14px;
	line-height: 1.75;
}

.pc-store-workflow {
	padding: 122px 0;
	background: #ffffff;
}

.pc-store-workflow-grid {
	display: grid;
	grid-template-columns: minmax(330px, 0.58fr) minmax(0, 1fr);
	gap: clamp(70px, 8vw, 120px);
	align-items: center;
}

.pc-store-workflow-copy > p {
	margin: 28px 0 34px;
	color: #667085;
	font-size: 16px;
	line-height: 1.82;
}

.pc-store-workflow-copy ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #dfe4eb;
	list-style: none;
}

.pc-store-workflow-copy li {
	display: grid;
	grid-template-columns: 40px 1fr;
	gap: 12px;
	padding: 16px 0;
	color: #273142;
	border-bottom: 1px solid #dfe4eb;
	font-size: 13px;
	font-weight: 650;
}

.pc-store-workflow-copy li span {
	color: #aa8100;
	font-size: 10px;
	font-weight: 800;
}

.pc-store-workflow-visual {
	overflow: hidden;
	border: 1px solid #e1e6ed;
	border-radius: 28px;
	box-shadow: 0 28px 70px rgba(20, 33, 52, 0.11);
}

.pc-store-workflow-visual img {
	display: block;
	width: 100%;
	height: auto;
}

.pc-store-scenarios {
	padding: 118px 0 126px;
	color: #ffffff;
	background:
		radial-gradient(circle at 88% 10%, rgba(242, 200, 34, 0.09), transparent 27%),
		#080d17;
}

.pc-store-section-head--light h2 {
	color: #ffffff !important;
}

.pc-store-section-head--light > p {
	color: rgba(255, 255, 255, 0.56);
}

.pc-store-scenario-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.pc-store-scenario-grid article {
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 25px;
	background: #0d1421;
}

.pc-store-scenario-grid img {
	width: 100%;
	height: 330px;
	object-fit: cover;
}

.pc-store-scenario-grid article > div {
	padding: 28px 30px 32px;
}

.pc-store-scenario-grid span {
	display: block;
	margin-bottom: 12px;
	color: var(--pc-yellow);
	font-size: 10px;
	font-weight: 800;
}

#main > .petscast-store-system .pc-store-scenario-grid h3 {
	margin-bottom: 12px;
	color: #ffffff;
	font-size: 25px;
}

.pc-store-scenario-grid p {
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.55);
	font-size: 14px;
	line-height: 1.75;
}

.pc-store-specs-grid {
	display: grid;
	grid-template-columns: minmax(250px, 0.38fr) minmax(0, 1fr);
	gap: clamp(55px, 7vw, 100px);
	align-items: start;
}

.pc-store-specs-copy {
	position: sticky;
	top: 120px;
}

.pc-store-specs-copy > p {
	margin: 25px 0 32px;
	color: #667085;
	font-size: 15px;
	line-height: 1.8;
}

.pc-store-spec-model {
	display: inline-flex;
	flex-direction: column;
	gap: 2px;
	padding: 16px 22px;
	color: #111827;
	border-radius: 14px;
	background: var(--pc-yellow);
}

.pc-store-spec-model small {
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.pc-store-spec-model strong {
	font-size: 22px;
}

.pc-store-spec-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid #d8dfe8;
	border-left: 1px solid #d8dfe8;
}

.pc-store-spec-list > div {
	display: grid;
	min-height: 112px;
	grid-template-columns: 32px minmax(78px, 0.6fr) 1fr;
	gap: 12px;
	align-items: center;
	padding: 20px 22px;
	border-right: 1px solid #d8dfe8;
	border-bottom: 1px solid #d8dfe8;
	background: rgba(255, 255, 255, 0.52);
}

.pc-store-spec-list span {
	color: #ad8300;
	font-size: 9px;
	font-weight: 800;
}

.pc-store-spec-list small {
	color: #6d7787;
	font-size: 11px;
	font-weight: 700;
}

.pc-store-spec-list strong {
	color: #192231;
	font-size: 13px;
	line-height: 1.55;
}

.pc-store-faq {
	padding: 122px 0;
	background: #ffffff;
}

.pc-store-faq-grid {
	display: grid;
	grid-template-columns: minmax(270px, 0.43fr) minmax(0, 1fr);
	gap: clamp(60px, 8vw, 120px);
	align-items: start;
}

.pc-store-faq-grid > div:first-child > p {
	margin-top: 25px;
	color: #667085;
	font-size: 15px;
	line-height: 1.8;
}

.pc-store-faq-list {
	border-top: 1px solid #dfe4eb;
}

.pc-store-faq-list details {
	border-bottom: 1px solid #dfe4eb;
}

.pc-store-faq-list summary {
	display: grid;
	grid-template-columns: 42px 1fr 22px;
	gap: 14px;
	align-items: center;
	padding: 24px 0;
	color: #111827;
	cursor: pointer;
	list-style: none;
}

.pc-store-faq-list summary::-webkit-details-marker {
	display: none;
}

.pc-store-faq-list summary > span {
	color: #a27a00;
	font-size: 10px;
	font-weight: 800;
}

.pc-store-faq-list summary strong {
	font-size: 15px;
	line-height: 1.5;
}

.pc-store-faq-list summary i {
	position: relative;
	width: 18px;
	height: 18px;
}

.pc-store-faq-list summary i::before,
.pc-store-faq-list summary i::after {
	position: absolute;
	top: 8px;
	left: 2px;
	width: 14px;
	height: 2px;
	background: #111827;
	content: "";
}

.pc-store-faq-list summary i::after {
	transform: rotate(90deg);
	transition: transform 180ms ease;
}

.pc-store-faq-list details[open] summary i::after {
	transform: rotate(0);
}

.pc-store-faq-list details > p {
	margin: -4px 0 0;
	padding: 0 40px 24px 56px;
	color: #667085;
	font-size: 14px;
	line-height: 1.78;
}

.pc-store-cta-section {
	padding: 0 0 112px;
	background: #ffffff;
}

.pc-store-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(310px, 0.55fr);
	gap: 70px;
	align-items: end;
	padding: 72px 76px;
	color: #111827;
	border-radius: 30px;
	background:
		radial-gradient(circle at 90% 15%, rgba(255, 255, 255, 0.44), transparent 26%),
		var(--pc-yellow);
}

.pc-store-cta .pc-eyebrow {
	color: #624a00;
}

#main > .petscast-store-system .pc-store-cta h2 {
	margin-bottom: 0;
	color: #111827;
	font-size: clamp(43px, 4.4vw, 66px);
	line-height: 1.06;
	letter-spacing: -0.055em;
}

.pc-store-cta p {
	margin-bottom: 24px;
	color: rgba(17, 24, 39, 0.68);
	font-size: 15px;
	line-height: 1.75;
}

.pc-store-cta .pc-button--dark {
	margin-right: 10px;
	color: #ffffff;
	background: #0b111d;
	border-color: #0b111d;
}

.pc-store-cta .pc-button--dark:hover {
	color: #ffffff;
	background: #182337;
	border-color: #182337;
}

.pc-store-cta > div:last-child > a:last-child {
	display: inline-block;
	margin-top: 14px;
	color: #111827;
	font-size: 12px;
	font-weight: 700;
}

@media (max-width: 849px) {
	.pc-store-hero {
		min-height: 0;
		padding: 86px 0;
	}

	.pc-store-hero-grid,
	.pc-store-workflow-grid,
	.pc-store-specs-grid,
	.pc-store-faq-grid {
		grid-template-columns: 1fr;
		gap: 58px;
	}

	.pc-store-hero-copy {
		max-width: 700px;
	}

	.pc-store-section-head,
	.pc-store-cta {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.pc-store-feature-grid {
		grid-template-columns: 1fr;
	}

	.pc-store-feature-card {
		display: grid;
		grid-template-columns: minmax(280px, 0.85fr) 1fr;
		align-items: stretch;
	}

	.pc-store-feature-media {
		height: 100%;
		min-height: 280px;
	}

	.pc-store-specs-copy {
		position: static;
	}
}

@media (max-width: 549px) {
	.pc-store-hero {
		padding: 72px 0 76px;
	}

	#main > .petscast-store-system .pc-store-hero h1 {
		font-size: clamp(45px, 13.5vw, 58px);
	}

	.pc-store-hero-copy > p {
		font-size: 15px;
	}

	.pc-store-hero-actions {
		display: grid;
	}

	.pc-store-hero-visual {
		border-radius: 20px;
		transform: none;
	}

	.pc-store-live-status {
		right: 10px;
		bottom: 9px;
	}

	.pc-store-metric-grid {
		grid-template-columns: 1fr;
	}

	.pc-store-metric-grid > div {
		justify-content: flex-start;
		border-right: 0;
		border-bottom: 1px solid rgba(17, 24, 39, 0.13);
	}

	.pc-store-features,
	.pc-store-workflow,
	.pc-store-scenarios,
	.pc-store-specs,
	.pc-store-faq {
		padding: 84px 0;
	}

	.pc-store-section-head {
		gap: 20px;
		margin-bottom: 38px;
	}

	#main > .petscast-store-system .pc-store-section-head h2,
	#main > .petscast-store-system .pc-store-workflow h2,
	#main > .petscast-store-system .pc-store-specs h2,
	#main > .petscast-store-system .pc-store-faq h2 {
		font-size: clamp(38px, 11vw, 48px);
	}

	.pc-store-feature-card {
		display: block;
	}

	.pc-store-feature-media {
		height: 230px;
		min-height: 0;
	}

	.pc-store-workflow-visual {
		border-radius: 20px;
	}

	.pc-store-scenario-grid {
		grid-template-columns: 1fr;
	}

	.pc-store-scenario-grid img {
		height: 240px;
	}

	.pc-store-spec-list {
		grid-template-columns: 1fr;
	}

	.pc-store-spec-list > div {
		min-height: 96px;
		grid-template-columns: 28px 90px 1fr;
		padding: 17px;
	}

	.pc-store-faq-list summary {
		grid-template-columns: 32px 1fr 20px;
	}

	.pc-store-faq-list details > p {
		padding-left: 46px;
	}

	.pc-store-cta-section {
		padding-bottom: 72px;
	}

	.pc-store-cta {
		padding: 52px 26px;
		border-radius: 26px;
	}

	#main > .petscast-store-system .pc-store-cta h2 {
		font-size: clamp(38px, 11vw, 49px);
	}
}

/* Pet hotel monitoring solution page */

.pc-hotel-hero {
	background:
		radial-gradient(circle at 82% 28%, rgba(242, 200, 34, 0.16), transparent 30%),
		radial-gradient(circle at 8% 86%, rgba(62, 104, 166, 0.17), transparent 28%),
		linear-gradient(125deg, #070b12, #081221 60%, #142033);
}

.pc-hotel-hero-visual {
	transform: rotate(-1deg);
}

.pc-hotel-demonstration {
	background:
		linear-gradient(90deg, rgba(242, 200, 34, 0.055) 1px, transparent 1px),
		linear-gradient(rgba(242, 200, 34, 0.055) 1px, transparent 1px),
		#ffffff;
	background-size: 58px 58px;
}

.pc-hotel-video-card {
	overflow: hidden;
	border: 1px solid #dfe5ed;
	border-radius: 28px;
	background: #0a101b;
	box-shadow: 0 30px 80px rgba(20, 33, 52, 0.16);
}

.pc-hotel-video-ratio {
	position: relative;
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #050812;
}

.pc-hotel-video-ratio img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 650ms cubic-bezier(0.16, 1, 0.3, 1), filter 350ms ease;
}

.pc-hotel-video-ratio:hover img {
	filter: brightness(0.8);
	transform: scale(1.025);
}

.pc-hotel-play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	display: grid;
	width: 68px;
	height: 68px;
	place-items: center;
	border-radius: 50%;
	background: var(--pc-yellow);
	box-shadow: 0 14px 38px rgba(0, 0, 0, 0.25);
	transform: translate(-50%, -50%);
	transition: transform 220ms ease, background 220ms ease;
}

.pc-hotel-play-button::before {
	width: 0;
	height: 0;
	margin-left: 5px;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 14px solid #111827;
	content: "";
}

.pc-hotel-video-ratio:hover .pc-hotel-play-button {
	background: #ffffff;
	transform: translate(-50%, -50%) scale(1.07);
}

.pc-hotel-video-caption {
	display: grid;
	gap: 5px;
	padding: 22px 25px 24px;
}

.pc-hotel-video-caption span {
	color: var(--pc-yellow);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.pc-hotel-video-caption strong {
	color: #ffffff;
	font-size: 14px;
}

.pc-hotel-solutions {
	padding: 118px 0 126px;
	color: #ffffff;
	background:
		radial-gradient(circle at 8% 18%, rgba(242, 200, 34, 0.08), transparent 25%),
		#080d17;
}

.pc-hotel-product-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.pc-hotel-product-card {
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 28px;
	background: #0d1421;
}

.pc-hotel-product-media {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: #ffffff;
}

.pc-hotel-product-media::after {
	position: absolute;
	inset: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	content: "";
	pointer-events: none;
}

.pc-hotel-product-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 650ms cubic-bezier(0.16, 1, 0.3, 1);
}

.pc-hotel-product-card:hover .pc-hotel-product-media img {
	transform: scale(1.025);
}

.pc-hotel-product-copy {
	padding: 32px 32px 36px;
}

.pc-hotel-product-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 18px;
}

.pc-hotel-product-heading small {
	display: block;
	margin-bottom: 3px;
	color: rgba(255, 255, 255, 0.46);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.11em;
}

#main > .petscast-hotel-system .pc-hotel-product-heading h3 {
	margin-bottom: 0;
	color: #ffffff;
	font-size: 37px;
	letter-spacing: -0.04em;
}

.pc-hotel-product-heading > span {
	padding: 9px 13px;
	color: #111827;
	border-radius: 999px;
	background: var(--pc-yellow);
	font-size: 10px;
	font-weight: 800;
	white-space: nowrap;
}

.pc-hotel-product-copy > p {
	margin-bottom: 28px;
	color: rgba(255, 255, 255, 0.56);
	font-size: 14px;
	line-height: 1.75;
}

.pc-hotel-spec-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.pc-hotel-spec-grid > div {
	display: grid;
	gap: 5px;
	min-height: 88px;
	align-content: center;
	padding: 16px 17px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pc-hotel-spec-grid small {
	color: rgba(255, 255, 255, 0.36);
	font-size: 9px;
	font-weight: 700;
}

.pc-hotel-spec-grid strong {
	color: rgba(255, 255, 255, 0.85);
	font-size: 12px;
	font-weight: 650;
	line-height: 1.5;
}

@media (max-width: 849px) {
	.pc-hotel-product-grid {
		grid-template-columns: 1fr;
	}

	.pc-hotel-product-card {
		max-width: 720px;
		margin-inline: auto;
	}
}

@media (max-width: 549px) {
	.pc-hotel-solutions {
		padding: 84px 0;
	}

	.pc-hotel-video-card,
	.pc-hotel-product-card {
		border-radius: 21px;
	}

	.pc-hotel-video-caption {
		padding: 18px 19px 20px;
	}

	.pc-hotel-product-copy {
		padding: 25px 20px 27px;
	}

	.pc-hotel-product-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.pc-hotel-spec-grid > div {
		min-height: 82px;
		padding: 13px;
	}
}

/* P201 smart pet behaviour analysis camera page */

.pc-camera-hero {
	background:
		radial-gradient(circle at 80% 30%, rgba(242, 200, 34, 0.16), transparent 31%),
		radial-gradient(circle at 5% 90%, rgba(107, 77, 45, 0.2), transparent 27%),
		linear-gradient(125deg, #070b12, #0a111c 58%, #211b15);
}

.pc-camera-hero-visual {
	transform: rotate(0.8deg);
}

.pc-camera-hero-visual::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 55%, rgba(5, 8, 18, 0.24));
	content: "";
	pointer-events: none;
}

.pc-camera-hero-visual .pc-store-live-status {
	z-index: 2;
}

.pc-camera-feature-media {
	background: #ffffff;
}

.pc-camera-feature-media img {
	object-fit: contain;
	padding: 9px;
}

.pc-camera-experience {
	padding: 118px 0 126px;
	color: #ffffff;
	background:
		radial-gradient(circle at 90% 12%, rgba(242, 200, 34, 0.1), transparent 28%),
		#080d17;
}

.pc-camera-experience-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.pc-camera-experience-grid article {
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 25px;
	background: #0d1421;
}

.pc-camera-experience-media {
	overflow: hidden;
	height: 360px;
	background: #ffffff;
}

.pc-camera-experience-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.pc-camera-experience-grid article:hover img {
	transform: scale(1.025);
}

.pc-camera-experience-grid article > div:last-child {
	padding: 27px 28px 31px;
}

.pc-camera-experience-grid span {
	display: block;
	margin-bottom: 10px;
	color: var(--pc-yellow);
	font-size: 9px;
	font-weight: 800;
}

#main > .petscast-camera-system .pc-camera-experience-grid h3 {
	margin-bottom: 11px;
	color: #ffffff;
	font-size: 24px;
}

.pc-camera-experience-grid p {
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.55);
	font-size: 13px;
	line-height: 1.75;
}

.pc-camera-difference {
	background:
		linear-gradient(90deg, rgba(242, 200, 34, 0.05) 1px, transparent 1px),
		linear-gradient(rgba(242, 200, 34, 0.05) 1px, transparent 1px),
		#ffffff;
	background-size: 58px 58px;
}

.pc-camera-difference .pc-store-workflow-visual {
	background: #ffffff;
}

.pc-camera-hardware {
	padding: 118px 0 126px;
	background: #f3f6fa;
}

.pc-camera-hardware-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.86fr) minmax(340px, 0.62fr);
	gap: clamp(65px, 8vw, 120px);
	align-items: center;
}

.pc-camera-hardware-visual {
	overflow: hidden;
	border: 1px solid #dfe5ed;
	border-radius: 28px;
	background: #ffffff;
	box-shadow: 0 25px 70px rgba(20, 33, 52, 0.09);
}

.pc-camera-hardware-visual img {
	display: block;
	width: 100%;
	height: auto;
}

#main > .petscast-camera-system .pc-camera-hardware-copy h2,
#main > .petscast-camera-system .pc-camera-privacy h2 {
	margin-bottom: 24px;
	color: #0b111c;
	font-size: clamp(44px, 4.5vw, 68px);
	line-height: 1.06;
	letter-spacing: -0.055em;
}

.pc-camera-hardware-copy > p,
.pc-camera-privacy-grid > div:first-child > p {
	margin-bottom: 32px;
	color: #667085;
	font-size: 15px;
	line-height: 1.82;
}

.pc-camera-hardware-list {
	border-top: 1px solid #dce2ea;
}

.pc-camera-hardware-list > div {
	display: grid;
	grid-template-columns: 34px 118px 1fr;
	gap: 13px;
	align-items: center;
	padding: 17px 0;
	border-bottom: 1px solid #dce2ea;
}

.pc-camera-hardware-list span {
	color: #a47c00;
	font-size: 9px;
	font-weight: 800;
}

.pc-camera-hardware-list strong {
	color: #1d2735;
	font-size: 13px;
}

.pc-camera-hardware-list small {
	color: #737e8e;
	font-size: 12px;
	line-height: 1.55;
}

.pc-camera-privacy {
	padding: 118px 0 126px;
	background: #ffffff;
}

.pc-camera-privacy-grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.58fr) minmax(0, 0.8fr);
	gap: clamp(70px, 9vw, 130px);
	align-items: center;
}

.pc-camera-privacy-visual {
	position: relative;
	overflow: hidden;
	border: 1px solid #e0e5ed;
	border-radius: 30px;
	background:
		linear-gradient(rgba(242, 200, 34, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(242, 200, 34, 0.06) 1px, transparent 1px),
		#f6f8fb;
	background-size: 50px 50px;
	box-shadow: 0 28px 75px rgba(20, 33, 52, 0.1);
}

.pc-camera-privacy-visual img {
	display: block;
	width: 100%;
	height: auto;
}

.pc-camera-privacy-visual > span {
	position: absolute;
	right: 18px;
	bottom: 18px;
	padding: 10px 14px;
	color: #111827;
	border-radius: 999px;
	background: var(--pc-yellow);
	font-size: 10px;
	font-weight: 800;
}

@media (max-width: 849px) {
	.pc-camera-experience-grid {
		grid-template-columns: 1fr;
	}

	.pc-camera-experience-grid article {
		display: grid;
		grid-template-columns: minmax(300px, 0.85fr) 1fr;
		align-items: center;
	}

	.pc-camera-hardware-grid,
	.pc-camera-privacy-grid {
		grid-template-columns: 1fr;
		gap: 58px;
	}

	.pc-camera-hardware-copy {
		max-width: 720px;
	}
}

@media (max-width: 549px) {
	.pc-camera-experience,
	.pc-camera-hardware,
	.pc-camera-privacy {
		padding: 84px 0;
	}

	.pc-camera-experience-grid article {
		display: block;
	}

	.pc-camera-experience-media {
		height: 300px;
	}

	.pc-camera-hardware-visual,
	.pc-camera-privacy-visual {
		border-radius: 21px;
	}

	#main > .petscast-camera-system .pc-camera-hardware-copy h2,
	#main > .petscast-camera-system .pc-camera-privacy h2 {
		font-size: clamp(38px, 11vw, 48px);
	}

	.pc-camera-hardware-list > div {
		grid-template-columns: 26px 104px 1fr;
		gap: 9px;
	}
}

/* Products and solutions overview page */

.pc-products-hero {
	position: relative;
	min-height: 720px;
	padding: 100px 0 108px;
	overflow: hidden;
	color: #ffffff;
	background:
		radial-gradient(circle at 80% 26%, rgba(242, 200, 34, 0.14), transparent 29%),
		linear-gradient(125deg, #070b12, #081220 60%, #141e2e);
}

.pc-products-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.78fr) minmax(500px, 1fr);
	gap: clamp(70px, 8vw, 120px);
	align-items: center;
}

#main > .petscast-products-page .pc-products-hero h1 {
	margin-bottom: 28px;
	color: #ffffff;
	font-size: clamp(55px, 5.35vw, 81px);
	font-weight: 760;
	line-height: 1.01;
	letter-spacing: -0.065em;
}

#main > .petscast-products-page .pc-products-hero h1 em {
	color: var(--pc-yellow);
	font-style: normal;
}

.pc-products-hero-copy > p {
	max-width: 610px;
	margin-bottom: 36px;
	color: rgba(224, 232, 243, 0.7);
	font-size: 17px;
	line-height: 1.88;
}

.pc-products-hero .pc-button--ghost {
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.19);
}

.pc-products-stage {
	position: relative;
	min-height: 520px;
}

.pc-products-stage-main,
.pc-products-stage-mini {
	position: absolute;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: #ffffff;
	box-shadow: 0 32px 80px rgba(0, 0, 0, 0.32);
}

.pc-products-stage-main {
	top: 35px;
	right: 5%;
	width: 68%;
	border-radius: 28px;
	transform: rotate(1.5deg);
}

.pc-products-stage-mini {
	width: 39%;
	border-radius: 20px;
}

.pc-products-stage-mini--hotel {
	top: 0;
	left: 0;
	transform: rotate(-3deg);
}

.pc-products-stage-mini--store {
	right: 0;
	bottom: 10px;
	transform: rotate(3deg);
}

.pc-products-stage img {
	display: block;
	width: 100%;
	height: auto;
}

.pc-products-stage-main > span,
.pc-products-stage-mini > span {
	position: absolute;
	right: 13px;
	bottom: 12px;
	padding: 8px 12px;
	color: #111827;
	border-radius: 999px;
	background: var(--pc-yellow);
	font-size: 9px;
	font-weight: 800;
}

.pc-products-solutions {
	padding: 118px 0 126px;
	background: #f3f6fa;
}

.pc-products-solution-list {
	display: grid;
	gap: 24px;
}

.pc-products-solution-card {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
	min-height: 480px;
	overflow: hidden;
	border: 1px solid #dfe5ed;
	border-radius: 28px;
	background: #ffffff;
	box-shadow: 0 20px 60px rgba(19, 31, 50, 0.07);
}

.pc-products-solution-card--reverse {
	grid-template-columns: minmax(360px, 0.72fr) minmax(0, 1.08fr);
}

.pc-products-solution-card--reverse .pc-products-solution-media {
	order: 2;
}

.pc-products-solution-media {
	display: block;
	overflow: hidden;
	background: #e9edf2;
}

.pc-products-solution-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 650ms cubic-bezier(0.16, 1, 0.3, 1);
}

.pc-products-solution-media:hover img {
	transform: scale(1.025);
}

.pc-products-solution-copy {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: clamp(38px, 5vw, 68px);
}

.pc-products-solution-meta {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
}

.pc-products-solution-meta > span {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	color: #111827;
	border-radius: 50%;
	background: var(--pc-yellow);
	font-size: 9px;
	font-weight: 800;
}

.pc-products-solution-meta small {
	color: #9d7700;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.1em;
}

#main > .petscast-products-page .pc-products-solution-card h3 {
	margin-bottom: 18px;
	color: #0b111c;
	font-size: clamp(32px, 3vw, 47px);
	line-height: 1.12;
	letter-spacing: -0.045em;
}

.pc-products-solution-copy > p {
	margin-bottom: 24px;
	color: #687386;
	font-size: 14px;
	line-height: 1.82;
}

.pc-products-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 30px;
}

.pc-products-tags span {
	padding: 8px 12px;
	color: #4e5a6b;
	border: 1px solid #dfe5ed;
	border-radius: 999px;
	background: #f7f9fb;
	font-size: 10px;
	font-weight: 700;
}

.pc-products-detail-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 21px;
	color: #111827;
	border-radius: 999px;
	background: var(--pc-yellow);
	font-size: 12px;
	font-weight: 800;
}

.pc-products-detail-link:hover {
	color: #111827;
	background: #ffe063;
}

.pc-products-guide {
	padding: 118px 0 126px;
	background: #ffffff;
}

.pc-products-guide-grid {
	display: grid;
	grid-template-columns: minmax(250px, 0.38fr) minmax(0, 1fr);
	gap: clamp(60px, 8vw, 115px);
	align-items: start;
}

#main > .petscast-products-page .pc-products-guide h2 {
	margin-bottom: 24px;
	color: #0b111c;
	font-size: clamp(44px, 4.5vw, 68px);
	line-height: 1.06;
	letter-spacing: -0.055em;
}

.pc-products-guide-copy > p {
	color: #667085;
	font-size: 15px;
	line-height: 1.82;
}

.pc-products-guide-table {
	border-top: 1px solid #dfe4eb;
}

.pc-products-guide-table > a {
	display: grid;
	grid-template-columns: 35px repeat(3, minmax(120px, 1fr)) auto;
	gap: 20px;
	align-items: center;
	padding: 25px 0;
	color: #111827;
	border-bottom: 1px solid #dfe4eb;
	transition: padding 220ms ease, background 220ms ease;
}

.pc-products-guide-table > a:hover {
	padding-right: 16px;
	padding-left: 16px;
	color: #111827;
	background: #f7f9fb;
}

.pc-products-guide-table > a > span {
	color: #a47c00;
	font-size: 9px;
	font-weight: 800;
}

.pc-products-guide-table small {
	display: block;
	margin-bottom: 5px;
	color: #8a93a1;
	font-size: 9px;
	font-weight: 700;
}

.pc-products-guide-table strong {
	color: #293344;
	font-size: 12px;
	line-height: 1.5;
}

.pc-products-guide-table b {
	padding: 8px 12px;
	color: #111827;
	border-radius: 999px;
	background: var(--pc-yellow);
	font-size: 10px;
	white-space: nowrap;
}

.pc-products-capabilities {
	padding: 118px 0 126px;
	color: #ffffff;
	background:
		radial-gradient(circle at 88% 10%, rgba(242, 200, 34, 0.1), transparent 27%),
		#080d17;
}

.pc-products-capability-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.pc-products-capability-grid article {
	min-height: 260px;
	padding: 34px 31px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 23px;
	background: #0d1421;
}

.pc-products-capability-grid span {
	display: block;
	margin-bottom: 46px;
	color: var(--pc-yellow);
	font-size: 10px;
	font-weight: 800;
}

#main > .petscast-products-page .pc-products-capability-grid h3 {
	margin-bottom: 14px;
	color: #ffffff;
	font-size: 25px;
}

.pc-products-capability-grid p {
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.55);
	font-size: 13px;
	line-height: 1.75;
}

@media (max-width: 849px) {
	.pc-products-hero {
		min-height: 0;
		padding: 86px 0;
	}

	.pc-products-hero-grid,
	.pc-products-guide-grid {
		grid-template-columns: 1fr;
		gap: 60px;
	}

	.pc-products-stage {
		width: min(100%, 680px);
		min-height: 500px;
		margin-inline: auto;
	}

	.pc-products-solution-card,
	.pc-products-solution-card--reverse {
		grid-template-columns: 1fr;
	}

	.pc-products-solution-card--reverse .pc-products-solution-media {
		order: 0;
	}

	.pc-products-solution-media {
		aspect-ratio: 16 / 9;
	}

	.pc-products-guide-table > a {
		grid-template-columns: 30px repeat(2, minmax(120px, 1fr)) auto;
	}

	.pc-products-guide-table > a > div:nth-of-type(3) {
		display: none;
	}
}

@media (max-width: 549px) {
	.pc-products-hero {
		padding: 72px 0 76px;
	}

	#main > .petscast-products-page .pc-products-hero h1 {
		font-size: clamp(43px, 12.5vw, 55px);
	}

	.pc-products-hero-copy > p {
		font-size: 15px;
	}

	.pc-products-stage {
		min-height: 360px;
	}

	.pc-products-stage-main {
		top: 34px;
		right: 2%;
		width: 72%;
	}

	.pc-products-stage-mini {
		width: 42%;
	}

	.pc-products-solutions,
	.pc-products-guide,
	.pc-products-capabilities {
		padding: 84px 0;
	}

	.pc-products-solution-card {
		min-height: 0;
		border-radius: 22px;
	}

	.pc-products-solution-copy {
		padding: 31px 23px 35px;
	}

	#main > .petscast-products-page .pc-products-solution-card h3 {
		font-size: 34px;
	}

	.pc-products-guide-table > a {
		grid-template-columns: 27px 1fr auto;
		gap: 12px;
		padding: 21px 0;
	}

	.pc-products-guide-table > a > div:nth-of-type(2),
	.pc-products-guide-table > a > div:nth-of-type(3) {
		display: none;
	}

	.pc-products-capability-grid {
		grid-template-columns: 1fr;
	}

	.pc-products-capability-grid article {
		min-height: 220px;
	}
}

/* Articles overview page */

.pc-articles-hero {
	position: relative;
	min-height: 720px;
	padding: 100px 0 108px;
	overflow: hidden;
	color: #ffffff;
	background:
		radial-gradient(circle at 82% 26%, rgba(242, 200, 34, 0.13), transparent 31%),
		linear-gradient(125deg, #070b12, #081220 60%, #171b22);
}

.pc-articles-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.7fr) minmax(500px, 1fr);
	gap: clamp(70px, 8vw, 125px);
	align-items: center;
}

#main > .petscast-articles-page .pc-articles-hero h1 {
	margin-bottom: 28px;
	color: #ffffff;
	font-size: clamp(58px, 5.5vw, 84px);
	font-weight: 760;
	line-height: 1.01;
	letter-spacing: -0.065em;
}

#main > .petscast-articles-page .pc-articles-hero h1 em {
	color: var(--pc-yellow);
	font-style: normal;
}

.pc-articles-hero-copy > p {
	max-width: 570px;
	margin-bottom: 36px;
	color: rgba(224, 232, 243, 0.7);
	font-size: 17px;
	line-height: 1.88;
}

.pc-articles-hero .pc-button--ghost {
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.19);
}

.pc-articles-featured {
	position: relative;
	display: block;
	min-height: 510px;
	overflow: hidden;
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 29px;
	background: #111827;
	box-shadow: 0 34px 90px rgba(0, 0, 0, 0.4);
	transform: rotate(0.8deg);
}

.pc-articles-featured > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.pc-articles-featured:hover > img {
	transform: scale(1.035);
}

.pc-articles-featured-shade {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(5, 8, 18, 0.05), rgba(5, 8, 18, 0.9)),
		linear-gradient(90deg, rgba(5, 8, 18, 0.25), transparent);
}

.pc-articles-featured-meta,
.pc-articles-featured-copy {
	position: absolute;
	z-index: 1;
	right: 30px;
	left: 30px;
}

.pc-articles-featured-meta {
	top: 27px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pc-articles-featured-meta span {
	padding: 8px 12px;
	color: #111827;
	border-radius: 999px;
	background: var(--pc-yellow);
	font-size: 9px;
	font-weight: 800;
}

.pc-articles-featured-meta time {
	color: rgba(255, 255, 255, 0.74);
	font-size: 10px;
	font-weight: 700;
}

.pc-articles-featured-copy {
	bottom: 31px;
}

.pc-articles-featured-copy small {
	display: block;
	margin-bottom: 12px;
	color: var(--pc-yellow);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.pc-articles-featured-copy strong {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 17px;
	color: #111827;
	border-radius: 999px;
	background: #ffffff;
	font-size: 11px;
}

.pc-articles-latest {
	padding: 118px 0 126px;
	background: #f3f6fa;
}

.pc-articles-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.pc-article-card {
	overflow: hidden;
	border: 1px solid #dfe5ed;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 18px 52px rgba(19, 31, 50, 0.06);
	transition: transform 220ms ease, box-shadow 220ms ease;
}

.pc-article-card:hover {
	box-shadow: 0 28px 72px rgba(19, 31, 50, 0.11);
	transform: translateY(-6px);
}

.pc-article-card-media {
	position: relative;
	display: block;
	height: 245px;
	overflow: hidden;
	background: #e8edf3;
}

.pc-article-card-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.pc-article-card:hover .pc-article-card-media img {
	transform: scale(1.04);
}

.pc-article-card-media > span {
	position: absolute;
	right: 15px;
	bottom: 14px;
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	color: #111827;
	border-radius: 50%;
	background: var(--pc-yellow);
	font-size: 9px;
	font-weight: 800;
}

.pc-article-card-copy {
	padding: 27px 27px 31px;
}

.pc-article-card-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 15px;
}

.pc-article-card-meta span {
	color: #9d7700;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.pc-article-card-meta time {
	color: #929baa;
	font-size: 9px;
	font-weight: 700;
}

#main > .petscast-articles-page .pc-article-card h3 {
	margin-bottom: 14px;
	font-size: 22px;
	line-height: 1.42;
}

#main > .petscast-articles-page .pc-article-card h3 a {
	color: #111827;
}

.pc-article-card-copy > p {
	display: -webkit-box;
	min-height: 73px;
	margin-bottom: 24px;
	overflow: hidden;
	color: #687386;
	font-size: 13px;
	line-height: 1.75;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.pc-article-read-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 17px;
	color: #111827;
	border-radius: 999px;
	background: var(--pc-yellow);
	font-size: 11px;
	font-weight: 800;
}

.pc-article-read-link:hover {
	color: #111827;
	background: #ffe063;
}

.pc-articles-topics {
	padding: 118px 0 126px;
	background: #ffffff;
}

.pc-articles-topics-grid {
	display: grid;
	grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
	gap: clamp(70px, 9vw, 130px);
	align-items: start;
}

#main > .petscast-articles-page .pc-articles-topics h2 {
	margin-bottom: 24px;
	color: #0b111c;
	font-size: clamp(44px, 4.5vw, 68px);
	line-height: 1.06;
	letter-spacing: -0.055em;
}

.pc-articles-topics-grid > div:first-child > p {
	color: #667085;
	font-size: 15px;
	line-height: 1.82;
}

.pc-articles-topic-list {
	border-top: 1px solid #dfe4eb;
}

.pc-articles-topic-list > div {
	display: grid;
	grid-template-columns: 45px minmax(130px, 0.45fr) 1fr;
	gap: 25px;
	align-items: center;
	padding: 27px 0;
	border-bottom: 1px solid #dfe4eb;
}

.pc-articles-topic-list > div > span {
	color: #a47c00;
	font-size: 10px;
	font-weight: 800;
}

.pc-articles-topic-list small {
	display: block;
	margin-bottom: 5px;
	color: #939caa;
	font-size: 9px;
	font-weight: 700;
}

.pc-articles-topic-list strong {
	color: #1d2735;
	font-size: 18px;
}

.pc-articles-topic-list p {
	margin-bottom: 0;
	color: #6d7787;
	font-size: 13px;
	line-height: 1.72;
}

.pc-articles-product-cta {
	padding: 0 0 112px;
	background: #ffffff;
}

@media (max-width: 849px) {
	.pc-articles-hero {
		min-height: 0;
		padding: 86px 0;
	}

	.pc-articles-hero-grid,
	.pc-articles-topics-grid {
		grid-template-columns: 1fr;
		gap: 60px;
	}

	.pc-articles-featured {
		min-height: 500px;
	}

	.pc-articles-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 549px) {
	.pc-articles-hero {
		padding: 72px 0 76px;
	}

	#main > .petscast-articles-page .pc-articles-hero h1 {
		font-size: clamp(44px, 13vw, 57px);
	}

	.pc-articles-hero-copy > p {
		font-size: 15px;
	}

	.pc-articles-featured {
		min-height: 430px;
		border-radius: 22px;
	}

	.pc-articles-featured-meta,
	.pc-articles-featured-copy {
		right: 21px;
		left: 21px;
	}

	.pc-articles-latest,
	.pc-articles-topics {
		padding: 84px 0;
	}

	.pc-articles-grid {
		grid-template-columns: 1fr;
	}

	.pc-article-card-media {
		height: 225px;
	}

	.pc-articles-topic-list > div {
		grid-template-columns: 32px 105px 1fr;
		gap: 12px;
	}

	.pc-articles-topic-list p {
		font-size: 11px;
	}

	.pc-articles-product-cta {
		padding-bottom: 72px;
	}
}
