/* PelautConnect Home Redesign v2 */
body.pc-home-v2-active {
	--pc-navy: #0a2342;
	--pc-navy-hover: #12315f;
	--pc-cyan: #00b4d8;
	--pc-cyan-hover: #0096b7;
	--pc-surface: #f7f9fc;
	--pc-pale-blue: #f0f8ff;
	--pc-slate-50: #f8fafc;
	--pc-slate-100: #f1f5f9;
	--pc-slate-200: #e2e8f0;
	--pc-slate-400: #94a3b8;
	--pc-slate-500: #64748b;
	--pc-slate-600: #475569;
	--pc-content-width: 1280px;
	background: var(--pc-surface);
}

body.pc-home-v2-active #content.site-content {
	padding: 0;
	overflow-x: clip;
	background: #fff;
}

body.pc-home-v2-active #content.site-content > .container {
	width: 100%;
	max-width: none;
	padding: 0;
}

body.pc-home-v2-active .pc-home-v2-theme-grid {
	display: block;
	width: 100%;
}

body.pc-home-v2-active .site-header {
	isolation: isolate;
	border-bottom: 1px solid rgba(226, 232, 240, 0.8);
	background: rgba(255, 255, 255, 0.96);
	box-shadow: none;
}

body.pc-home-v2-active .site-header::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	pointer-events: none;
}

body.pc-home-v2-active .site-header .site-title,
body.pc-home-v2-active .site-header .site-title a,
body.pc-home-v2-active .site-header .main-navigation a {
	color: var(--pc-navy);
}

body.pc-home-v2-active .site-header .main-navigation a:hover,
body.pc-home-v2-active .site-header .main-navigation .current-menu-item > a {
	color: var(--pc-cyan-hover);
}

body.pc-home-v2-active .site-header .header-aside .button,
body.pc-home-v2-active .site-header .header-aside .bb-header-button {
	border-radius: 999px;
}

body.pc-home-v2-active .footer-widget-area,
body.pc-home-v2-active .footer-bottom {
	border-top: 1px solid var(--pc-slate-200);
	background: #fff;
	color: var(--pc-slate-500);
}

body.pc-home-v2-active .footer-widget-area a,
body.pc-home-v2-active .footer-bottom a {
	color: var(--pc-slate-500);
}

body.pc-home-v2-active .footer-widget-area a:hover,
body.pc-home-v2-active .footer-bottom a:hover {
	color: var(--pc-cyan-hover);
}

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

.pc-home-v2 {
	width: 100%;
	min-width: 0;
	overflow: clip;
	color: var(--pc-navy);
	font-family: "Inter", sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

.pc-home-v2 * {
	min-width: 0;
}

.pc-home-v2 img {
	display: block;
	max-width: 100%;
	height: auto;
}

.pc-home-v2 h1,
.pc-home-v2 h2,
.pc-home-v2 h3,
.pc-home-v2 p,
.pc-home-v2 figure {
	margin: 0;
}

.pc-home-v2 h1,
.pc-home-v2 h2,
.pc-home-v2 h3,
.pc-home-v2 strong {
	font-family: "Manrope", sans-serif;
}

.pc-home-v2 a {
	text-decoration: none;
}

.pc-home-v2 button,
.pc-home-v2 input,
.pc-home-v2 select {
	font: inherit;
}

.pc-home-v2 button {
	margin: 0;
	border: 0;
	cursor: pointer;
}

.pc-home-v2 .material-symbols-outlined {
	font-family: "Material Symbols Outlined" !important;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: "liga";
	-webkit-font-smoothing: antialiased;
	font-feature-settings: "liga";
}

.pc-home-v2__container {
	position: relative;
	width: min(100% - 40px, var(--pc-content-width));
	margin-inline: auto;
}

.pc-home-v2__section {
	position: relative;
	padding-block: clamp(72px, 7vw, 112px);
}

.pc-home-v2__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 13px;
	border: 1px solid rgba(0, 180, 216, 0.26);
	border-radius: 999px;
	background: rgba(0, 180, 216, 0.08);
	color: var(--pc-navy);
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pc-home-v2__eyebrow--dark {
	border-color: rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.09);
	color: rgba(255, 255, 255, 0.92);
}

.pc-home-v2__status-dot {
	width: 7px;
	height: 7px;
	flex: 0 0 7px;
	border-radius: 50%;
	background: var(--pc-cyan);
	box-shadow: 0 0 0 4px rgba(0, 180, 216, 0.08);
}

.pc-home-v2__hero {
	position: relative;
	min-height: 680px;
	overflow: hidden;
	background: var(--pc-navy);
	color: #fff;
}

.pc-home-v2__hero-background,
.pc-home-v2__hero-background::before,
.pc-home-v2__hero-background::after {
	position: absolute;
	inset: 0;
}

.pc-home-v2__hero-background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.16;
}

.pc-home-v2__hero-background::before {
	z-index: 1;
	content: "";
	background:
		radial-gradient(circle at 85% 15%, rgba(0, 180, 216, 0.22), transparent 34%),
		linear-gradient(120deg, rgba(10, 35, 66, 0.98), rgba(10, 35, 66, 0.9) 58%, rgba(10, 35, 66, 0.72));
}

.pc-home-v2__hero-background::after {
	z-index: 2;
	content: "";
	background: linear-gradient(to top, rgba(10, 35, 66, 0.6), transparent 50%);
}

.pc-home-v2__hero-grid {
	z-index: 3;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
	align-items: center;
	gap: clamp(48px, 7vw, 88px);
	min-height: 680px;
	padding-block: 80px;
}

.pc-home-v2__hero-copy {
	max-width: 650px;
}

.pc-home-v2__hero-title {
	margin-top: 28px !important;
	color: #fff;
	font-size: clamp(46px, 4.35vw, 68px);
	font-weight: 800;
	line-height: 0.98;
	letter-spacing: -0.05em;
	text-wrap: balance;
}

.pc-home-v2__hero-title span,
.pc-home-v2__section-heading h2 span,
.pc-home-v2__why h2 span {
	color: var(--pc-cyan);
}

.pc-home-v2__hero-description {
	max-width: 610px;
	margin-top: 24px !important;
	color: rgba(255, 255, 255, 0.68);
	font-size: clamp(15px, 1.2vw, 17px);
	line-height: 1.75;
}

.pc-home-v2__search {
	display: grid;
	grid-template-columns: 1fr 1fr 0.9fr auto;
	gap: 8px;
	margin-top: 34px;
	padding: 8px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 22px 60px -24px rgba(0, 0, 0, 0.72);
}

.pc-home-v2__search-field {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 50px;
	margin: 0;
	border: 1px solid var(--pc-slate-100);
	border-radius: 14px;
	background: var(--pc-slate-50);
	color: var(--pc-slate-400);
}

.pc-home-v2__search-field > .material-symbols-outlined {
	position: absolute;
	left: 14px;
	z-index: 1;
	font-size: 18px;
	pointer-events: none;
}

.pc-home-v2__search-field input,
.pc-home-v2__search-field select {
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0 12px 0 43px;
	border: 0;
	border-radius: 14px;
	outline: 0;
	background: transparent;
	box-shadow: none;
	color: var(--pc-navy);
	font-size: 14px;
	font-weight: 600;
	appearance: none;
	-webkit-appearance: none;
}

.pc-home-v2__search-field input::placeholder {
	color: var(--pc-slate-400);
	opacity: 1;
}

.pc-home-v2__search-field:focus-within {
	border-color: rgba(0, 180, 216, 0.45);
	background: #fff;
	box-shadow: 0 0 0 3px rgba(0, 180, 216, 0.12);
}

.pc-home-v2__search-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 50px;
	padding-inline: 25px;
	border-radius: 14px;
	background: var(--pc-cyan);
	color: #fff;
	font-weight: 800;
	white-space: nowrap;
	transition: background-color 180ms ease, transform 180ms ease;
}

.pc-home-v2__search-submit:hover,
.pc-home-v2__search-submit:focus-visible {
	background: var(--pc-cyan-hover);
	color: #fff;
	transform: translateY(-1px);
}

.pc-home-v2__popular {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-top: 14px;
	color: rgba(255, 255, 255, 0.46);
	font-size: 12px;
}

.pc-home-v2__popular a {
	padding: 5px 12px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.76);
	transition: background-color 180ms ease, color 180ms ease;
}

.pc-home-v2__popular a:hover,
.pc-home-v2__popular a:focus-visible {
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
}

.pc-home-v2__hero-visual {
	position: relative;
	padding: 14px;
}

.pc-home-v2__hero-visual--mobile {
	display: none;
}

.pc-home-v2__hero-image-frame {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	padding: 12px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.05);
	box-shadow: 0 32px 60px -28px rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.pc-home-v2__hero-image-frame > img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	object-fit: cover;
}

.pc-home-v2__live-jobs {
	position: absolute;
	right: 26px;
	bottom: 26px;
	left: 26px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 16px 18px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 18px;
	background: rgba(10, 35, 66, 0.86);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

.pc-home-v2__live-jobs div {
	display: grid;
	gap: 3px;
}

.pc-home-v2__live-jobs div span {
	color: var(--pc-cyan);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.pc-home-v2__live-jobs strong {
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
}

.pc-home-v2__live-jobs > a {
	display: grid;
	width: 48px;
	height: 48px;
	flex: 0 0 48px;
	place-items: center;
	border-radius: 50%;
	background: var(--pc-cyan);
	color: #fff;
	transition: background-color 180ms ease, transform 180ms ease;
}

.pc-home-v2__live-jobs > a:hover,
.pc-home-v2__live-jobs > a:focus-visible {
	background: var(--pc-cyan-hover);
	color: #fff;
	transform: translateX(2px);
}

.pc-home-v2__verified-card {
	position: relative;
	margin: 16px auto 0;
	display: flex;
	align-items: center;
	gap: 12px;
	max-width: 275px;
	padding: 16px 20px;
	border: 1px solid var(--pc-slate-100);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 40px -22px rgba(0, 0, 0, 0.5);
	color: var(--pc-navy);
}

.pc-home-v2__verified-card > .material-symbols-outlined {
	display: grid;
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	place-items: center;
	border-radius: 50%;
	background: #d1fae5;
	color: #059669;
}

.pc-home-v2__verified-card div {
	display: grid;
	gap: 2px;
}

.pc-home-v2__verified-card small {
	color: var(--pc-slate-500);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.pc-home-v2__verified-card strong {
	font-size: 13px;
	line-height: 1.35;
}

.pc-home-v2__section-heading {
	margin-bottom: 36px;
}

.pc-home-v2__section-heading--split,
.pc-home-v2__section-heading--row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 32px;
}

.pc-home-v2__section-heading h2 {
	margin-top: 18px;
	color: var(--pc-navy);
	font-size: clamp(30px, 3.1vw, 44px);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.04em;
	text-wrap: balance;
}

.pc-home-v2__section-heading > div > p,
.pc-home-v2__section-heading--center > p {
	max-width: 610px;
	margin-top: 12px;
	color: var(--pc-slate-600);
	line-height: 1.75;
}

.pc-home-v2__section-heading--row h2 {
	margin: 0;
	font-size: clamp(28px, 2.7vw, 38px);
}

.pc-home-v2__section-heading--row > a {
	color: var(--pc-navy);
	font-size: 14px;
	font-weight: 800;
	white-space: nowrap;
}

.pc-home-v2__section-heading--row > a:hover,
.pc-home-v2__section-heading--row > a:focus-visible {
	color: var(--pc-cyan-hover);
}

.pc-home-v2__section-heading--center {
	max-width: 720px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.pc-home-v2__section-heading--center h2 {
	margin-top: 0;
}

.pc-home-v2__section-heading--center p {
	margin-right: auto;
	margin-left: auto;
}

.pc-home-v2__gallery-section {
	background: #fff;
}

.pc-home-v2__gallery-toolbar {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	flex-wrap: wrap;
}

.pc-home-v2__gallery-pause {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 42px;
	padding: 0 16px;
	border: 1px solid var(--pc-slate-200) !important;
	border-radius: 999px;
	background: #fff;
	color: var(--pc-navy);
	font-size: 13px;
	font-weight: 700;
}

.pc-home-v2__gallery-count {
	padding: 8px 14px;
	border-radius: 999px;
	background: var(--pc-navy);
	color: #fff;
	font-family: "Manrope", sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.pc-home-v2__gallery-hint {
	color: var(--pc-slate-500);
	font-size: 13px;
}

.pc-home-v2__gallery-stage {
	position: relative;
	overflow: hidden;
	border-radius: 24px;
	background: var(--pc-navy);
	box-shadow: 0 28px 60px -34px rgba(10, 35, 66, 0.6);
}

.pc-home-v2__gallery-slide {
	position: relative;
	min-height: clamp(430px, 47vw, 650px);
	overflow: hidden;
}

.pc-home-v2__gallery-slide[hidden] {
	display: none;
}

.pc-home-v2__gallery-image-button {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	background: var(--pc-navy);
}

.pc-home-v2__gallery-image-button img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 700ms ease;
}

.pc-home-v2__gallery-image-button:hover img,
.pc-home-v2__gallery-image-button:focus-visible img {
	transform: scale(1.02);
}

.pc-home-v2__gallery-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(to top, rgba(10, 35, 66, 0.96), rgba(10, 35, 66, 0.05) 65%),
		linear-gradient(to right, rgba(10, 35, 66, 0.52), transparent 68%);
	pointer-events: none;
}

.pc-home-v2__gallery-caption {
	position: absolute;
	right: 120px;
	bottom: 0;
	left: 0;
	z-index: 2;
	max-width: 650px;
	padding: clamp(28px, 5vw, 56px);
	color: #fff;
	pointer-events: none;
}

.pc-home-v2__gallery-caption > span {
	display: inline-flex;
	padding: 6px 12px;
	border-radius: 999px;
	background: var(--pc-cyan);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.pc-home-v2__gallery-caption h3 {
	margin-top: 14px;
	color: #fff;
	font-size: clamp(27px, 3.2vw, 44px);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.035em;
}

.pc-home-v2__gallery-caption p {
	max-width: 540px;
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.8);
	font-size: clamp(14px, 1.4vw, 16px);
}

.pc-home-v2__gallery-navigation {
	position: absolute;
	top: 22px;
	right: 22px;
	z-index: 4;
	display: flex;
	gap: 8px;
	padding: 5px;
	border-radius: 999px;
	background: rgba(10, 35, 66, 0.48);
	backdrop-filter: blur(10px);
}

.pc-home-v2__gallery-navigation button,
.pc-home-v2__lightbox-nav,
.pc-home-v2__lightbox-close {
	display: grid;
	width: 44px;
	height: 44px;
	padding: 0;
	place-items: center;
	border-radius: 50%;
	background: #fff;
	color: var(--pc-navy);
	transition: background-color 180ms ease, color 180ms ease;
}

.pc-home-v2__gallery-navigation button:last-child {
	background: var(--pc-cyan);
	color: #fff;
}

.pc-home-v2__gallery-navigation button:hover,
.pc-home-v2__gallery-navigation button:focus-visible {
	background: var(--pc-cyan-hover);
	color: #fff;
}

.pc-home-v2__gallery-thumbnails {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
	margin-top: 18px;
}

.pc-home-v2__gallery-thumbnails button {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 15px;
	background: var(--pc-navy);
	color: #fff;
	text-align: left;
}

.pc-home-v2__gallery-thumbnails button.is-active {
	border-color: var(--pc-cyan);
	box-shadow: 0 0 0 3px rgba(0, 180, 216, 0.13);
}

.pc-home-v2__gallery-thumbnails img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.64;
	transition: opacity 180ms ease, transform 180ms ease;
}

.pc-home-v2__gallery-thumbnails button:hover img,
.pc-home-v2__gallery-thumbnails button:focus-visible img,
.pc-home-v2__gallery-thumbnails button.is-active img {
	opacity: 0.84;
	transform: scale(1.02);
}

.pc-home-v2__gallery-thumbnails button::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(to top, rgba(10, 35, 66, 0.95), transparent 72%);
}

.pc-home-v2__gallery-thumbnails button > span {
	position: absolute;
	right: 12px;
	bottom: 10px;
	left: 12px;
	z-index: 2;
	display: grid;
}

.pc-home-v2__gallery-thumbnails small {
	overflow: hidden;
	color: var(--pc-cyan);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.pc-home-v2__gallery-thumbnails strong {
	overflow: hidden;
	color: #fff;
	font-size: 11px;
	line-height: 1.35;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pc-home-v2__departments,
.pc-home-v2__memberships {
	background: var(--pc-surface);
}

.pc-home-v2__department-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 20px;
}

.pc-home-v2__department-card {
	display: flex;
	min-height: 220px;
	flex-direction: column;
	align-items: flex-start;
	padding: 25px;
	border: 1px solid rgba(226, 232, 240, 0.68);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 15px 35px -30px rgba(10, 35, 66, 0.7);
	color: var(--pc-navy);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.pc-home-v2__department-card:hover,
.pc-home-v2__department-card:focus-visible {
	color: var(--pc-navy);
	transform: translateY(-4px);
	box-shadow: 0 24px 48px -30px rgba(10, 35, 66, 0.58);
}

.pc-home-v2__department-icon {
	display: grid;
	width: 50px;
	height: 50px;
	place-items: center;
	border-radius: 13px;
	color: #fff;
	box-shadow: 0 9px 16px -9px rgba(10, 35, 66, 0.55);
}

.pc-home-v2__department-icon--navy {
	background: var(--pc-navy);
}

.pc-home-v2__department-icon--cyan {
	background: var(--pc-cyan);
}

.pc-home-v2__department-icon--orange {
	background: #f97316;
}

.pc-home-v2__department-icon--green {
	background: #059669;
}

.pc-home-v2__department-icon--violet {
	background: #7c3aed;
}

.pc-home-v2__department-card > strong {
	margin-top: 20px;
	font-size: 18px;
}

.pc-home-v2__department-card > small {
	margin-top: 3px;
	color: var(--pc-slate-500);
	font-size: 12px;
}

.pc-home-v2__department-link {
	margin-top: auto;
	padding-top: 20px;
	color: var(--pc-cyan-hover);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.pc-home-v2__jobs {
	background: #fff;
}

.pc-home-v2__jobs-heading {
	align-items: center;
}

.pc-home-v2__job-filters {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
}

.pc-home-v2__job-filters a {
	padding: 8px 16px;
	border: 1px solid var(--pc-slate-200);
	border-radius: 999px;
	background: #fff;
	color: var(--pc-navy);
	font-size: 13px;
	font-weight: 700;
}

.pc-home-v2__job-filters a:hover,
.pc-home-v2__job-filters a:focus-visible,
.pc-home-v2__job-filters a.is-active {
	border-color: var(--pc-navy);
	background: var(--pc-navy);
	color: #fff;
}

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

.pc-home-v2__job-card {
	display: flex;
	min-height: 270px;
	flex-direction: column;
	padding: 22px;
	border: 1px solid rgba(226, 232, 240, 0.75);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 14px 34px -30px rgba(10, 35, 66, 0.72);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.pc-home-v2__job-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 22px 44px -30px rgba(10, 35, 66, 0.62);
}

.pc-home-v2__job-card-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
}

.pc-home-v2__company-initials {
	display: grid;
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	place-items: center;
	border: 1px solid #cfe8f8;
	border-radius: 12px;
	background: var(--pc-pale-blue);
	color: var(--pc-navy);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.04em;
}

.pc-home-v2__contract {
	max-width: 60%;
	padding: 4px 10px;
	border: 1px solid rgba(0, 180, 216, 0.26);
	border-radius: 999px;
	background: rgba(0, 180, 216, 0.09);
	color: var(--pc-cyan-hover);
	font-size: 10px;
	font-weight: 800;
	line-height: 1.3;
	text-align: right;
}

.pc-home-v2__job-card h3 {
	margin-top: 18px;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.3;
}

.pc-home-v2__job-card h3 a {
	color: var(--pc-navy);
}

.pc-home-v2__job-card h3 a:hover,
.pc-home-v2__job-card h3 a:focus-visible {
	color: var(--pc-cyan-hover);
}

.pc-home-v2__job-company {
	margin-top: 5px !important;
	color: var(--pc-slate-600);
	font-size: 12px;
	line-height: 1.5;
}

.pc-home-v2__job-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 12px;
	margin-top: 15px;
	color: var(--pc-slate-500);
	font-size: 11px;
}

.pc-home-v2__job-meta > span {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.pc-home-v2__job-meta .material-symbols-outlined {
	font-size: 15px;
}

.pc-home-v2__apply {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin-top: auto;
	padding: 8px 16px;
	border-radius: 999px;
	background: var(--pc-navy);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	transition: background-color 180ms ease;
}

.pc-home-v2__apply:hover,
.pc-home-v2__apply:focus-visible {
	background: var(--pc-navy-hover);
	color: #fff;
}

.pc-home-v2__empty {
	display: grid;
	min-height: 180px;
	place-items: center;
	align-content: center;
	gap: 10px;
	padding: 30px;
	border: 1px dashed var(--pc-slate-200);
	border-radius: 20px;
	color: var(--pc-slate-500);
	text-align: center;
}

.pc-home-v2__empty .material-symbols-outlined {
	font-size: 38px;
	color: var(--pc-cyan);
}

.pc-home-v2__why {
	overflow: hidden;
	background: var(--pc-navy);
	color: #fff;
}

.pc-home-v2__why-background,
.pc-home-v2__why-background::after {
	position: absolute;
	inset: 0;
}

.pc-home-v2__why-background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.18;
}

.pc-home-v2__why-background::after {
	content: "";
	background:
		linear-gradient(90deg, rgba(10, 35, 66, 0.98), rgba(10, 35, 66, 0.87)),
		radial-gradient(circle at 88% 30%, rgba(0, 180, 216, 0.22), transparent 30%);
}

.pc-home-v2__why-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
	align-items: center;
	gap: clamp(50px, 7vw, 88px);
}

.pc-home-v2__why h2 {
	margin-top: 18px;
	color: #fff;
	font-size: clamp(34px, 3.4vw, 48px);
	font-weight: 800;
	line-height: 1.04;
	letter-spacing: -0.045em;
	text-wrap: balance;
}

.pc-home-v2__benefit-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-top: 34px;
}

.pc-home-v2__benefit-grid article {
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.055);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.pc-home-v2__benefit-grid .material-symbols-outlined {
	color: var(--pc-cyan);
	font-size: 25px;
}

.pc-home-v2__benefit-grid h3 {
	margin-top: 14px;
	color: #fff;
	font-size: 16px;
	font-weight: 800;
}

.pc-home-v2__benefit-grid p {
	margin-top: 6px;
	color: rgba(255, 255, 255, 0.59);
	font-size: 12px;
	line-height: 1.75;
}

.pc-home-v2__why-visual {
	position: relative;
	padding-bottom: 45px;
}

.pc-home-v2__why-visual > img {
	width: 100%;
	aspect-ratio: 4 / 3;
	border-radius: 24px;
	box-shadow: 0 28px 55px -30px rgba(0, 0, 0, 0.7);
	background: var(--pc-navy);
	object-fit: contain;
}

.pc-home-v2__why-visual > div {
	position: absolute;
	right: 15%;
	bottom: 0;
	left: -18px;
	display: grid;
	gap: 6px;
	padding: 20px;
	border: 1px solid var(--pc-slate-100);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 38px -20px rgba(0, 0, 0, 0.5);
	color: var(--pc-navy);
}

.pc-home-v2__why-visual > div span {
	color: var(--pc-cyan-hover);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.pc-home-v2__why-visual > div strong {
	font-size: 14px;
	line-height: 1.45;
}

.pc-home-v2__membership-tabs {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-bottom: 34px;
}

.pc-home-v2__membership-tabs button {
	min-width: 112px;
	padding: 10px 22px;
	border: 1px solid var(--pc-slate-200);
	border-radius: 999px;
	background: #fff;
	color: var(--pc-navy);
	font-weight: 800;
}

.pc-home-v2__membership-tabs button:hover,
.pc-home-v2__membership-tabs button:focus-visible,
.pc-home-v2__membership-tabs button.is-active {
	border-color: var(--pc-navy);
	background: var(--pc-navy);
	color: #fff;
}

.pc-home-v2__membership-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	max-width: 850px;
	margin-inline: auto;
}

.pc-home-v2__membership-grid[hidden] {
	display: none;
}

.pc-home-v2__membership-grid--company {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	max-width: none;
}

.pc-home-v2__membership-card {
	position: relative;
	display: flex;
	min-height: 400px;
	flex-direction: column;
	padding: 32px;
	border: 1px solid var(--pc-slate-200);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 15px 36px -30px rgba(10, 35, 66, 0.68);
}

.pc-home-v2__membership-grid--company .pc-home-v2__membership-card {
	min-height: 420px;
	padding: 25px;
}

.pc-home-v2__membership-card.is-featured {
	border-color: var(--pc-navy);
	background: var(--pc-navy);
	box-shadow: 0 28px 55px -31px rgba(10, 35, 66, 0.82);
	color: #fff;
}

.pc-home-v2__popular-badge {
	align-self: flex-start;
	margin-bottom: 18px;
	padding: 5px 12px;
	border-radius: 999px;
	background: var(--pc-cyan);
	color: #fff;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.pc-home-v2__membership-card h3 {
	color: var(--pc-navy);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.35;
}

.pc-home-v2__membership-card.is-featured h3 {
	color: #fff;
}

.pc-home-v2__price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 6px;
	margin-top: 16px;
}

.pc-home-v2__price strong {
	color: var(--pc-navy);
	font-size: clamp(27px, 2.5vw, 36px);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.035em;
}

.pc-home-v2__membership-grid--company .pc-home-v2__price strong {
	font-size: clamp(24px, 2vw, 30px);
}

.pc-home-v2__membership-card.is-featured .pc-home-v2__price strong {
	color: #fff;
}

.pc-home-v2__price small,
.pc-home-v2__price-note {
	color: var(--pc-slate-500);
	font-size: 12px;
}

.pc-home-v2__membership-card.is-featured .pc-home-v2__price small,
.pc-home-v2__membership-card.is-featured .pc-home-v2__price-note {
	color: rgba(255, 255, 255, 0.58);
}

.pc-home-v2__price-note {
	margin-top: 8px !important;
}

.pc-home-v2__membership-card ul {
	display: grid;
	gap: 12px;
	margin: 25px 0 30px;
	padding: 0;
	list-style: none;
}

.pc-home-v2__membership-card li {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	color: var(--pc-slate-600);
	font-size: 13px;
	line-height: 1.5;
}

.pc-home-v2__membership-card.is-featured li {
	color: rgba(255, 255, 255, 0.78);
}

.pc-home-v2__membership-card li > span {
	display: grid;
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	place-items: center;
	border-radius: 50%;
	background: rgba(0, 180, 216, 0.11);
	color: var(--pc-cyan-hover);
	font-size: 12px;
	font-weight: 900;
}

.pc-home-v2__membership-card > a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin-top: auto;
	padding: 9px 18px;
	border-radius: 999px;
	background: var(--pc-navy);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
}

.pc-home-v2__membership-card.is-featured > a {
	background: var(--pc-cyan);
}

.pc-home-v2__membership-card > a:hover,
.pc-home-v2__membership-card > a:focus-visible {
	background: var(--pc-navy-hover);
	color: #fff;
}

.pc-home-v2__membership-card.is-featured > a:hover,
.pc-home-v2__membership-card.is-featured > a:focus-visible {
	background: var(--pc-cyan-hover);
}

.pc-home-v2__lightbox {
	width: min(94vw, 1180px);
	max-width: 1180px;
	padding: 0;
	border: 0;
	border-radius: 22px;
	background: var(--pc-navy);
	box-shadow: 0 32px 100px rgba(0, 0, 0, 0.52);
	color: #fff;
}

.pc-home-v2__lightbox::backdrop {
	background: rgba(2, 14, 30, 0.86);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.pc-home-v2__lightbox figure {
	position: relative;
}

.pc-home-v2__lightbox figure > img {
	width: 100%;
	max-height: 78vh;
	object-fit: contain;
}

.pc-home-v2__lightbox figcaption {
	display: grid;
	gap: 4px;
	padding: 18px 24px 22px;
}

.pc-home-v2__lightbox figcaption strong {
	color: #fff;
	font-size: 19px;
}

.pc-home-v2__lightbox figcaption span {
	color: rgba(255, 255, 255, 0.68);
	font-size: 13px;
}

.pc-home-v2__lightbox-close {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 5;
}

.pc-home-v2__lightbox-nav {
	position: absolute;
	top: 50%;
	z-index: 5;
	transform: translateY(-50%);
}

.pc-home-v2__lightbox-nav--prev {
	left: 14px;
}

.pc-home-v2__lightbox-nav--next {
	right: 14px;
}

@media (max-width: 1100px) {
	.pc-home-v2__hero-grid {
		grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
		gap: 36px;
	}

	.pc-home-v2__search {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pc-home-v2__search-submit {
		grid-column: span 2;
	}

	.pc-home-v2__department-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.pc-home-v2__membership-grid--company {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: 850px;
	}
}

@media (max-width: 900px) {
	.pc-home-v2__hero-grid,
	.pc-home-v2__why-grid {
		grid-template-columns: 1fr;
	}

	.pc-home-v2__hero-grid {
		min-height: auto;
		padding-block: 72px;
	}

	.pc-home-v2__hero-copy {
		max-width: 720px;
		margin-inline: auto;
	}

	.pc-home-v2__hero-visual {
		width: min(100%, 620px);
		margin-inline: auto;
	}

	.pc-home-v2__job-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pc-home-v2__why-visual {
		width: min(100%, 620px);
		margin-inline: auto;
	}
}

@media (max-width: 700px) {
	.pc-home-v2__container {
		width: min(100% - 32px, var(--pc-content-width));
	}

	.pc-home-v2__section {
		padding-block: 68px;
	}

	.pc-home-v2__hero-grid {
		padding-block: 96px 66px;
	}

	.pc-home-v2__hero-title {
		font-size: clamp(36px, 11vw, 50px);
		line-height: 1;
		letter-spacing: -0.045em;
	}

	.pc-home-v2__hero-description {
		overflow-wrap: anywhere;
	}

	.pc-home-v2__hero-visual:not(.pc-home-v2__hero-visual--mobile) {
		display: none;
	}

	.pc-home-v2__hero-visual--mobile {
		display: block;
		width: 100%;
		max-width: 420px;
		margin: 24px auto 4px;
	}

	.pc-home-v2__search {
		grid-template-columns: 1fr;
		margin-top: 28px;
		border-radius: 20px;
	}

	.pc-home-v2__search-submit {
		grid-column: auto;
	}

	.pc-home-v2__section-heading--split,
	.pc-home-v2__section-heading--row {
		align-items: flex-start;
		flex-direction: column;
	}

	.pc-home-v2__section-heading h2,
	.pc-home-v2__why h2 {
		overflow-wrap: anywhere;
		font-size: clamp(28px, 8.5vw, 38px);
	}

	.pc-home-v2__gallery-toolbar {
		justify-content: flex-start;
	}

	.pc-home-v2__gallery-hint {
		display: none;
	}

	.pc-home-v2__gallery-slide {
		min-height: 440px;
	}

	.pc-home-v2__gallery-caption {
		right: 0;
		padding: 26px 24px;
	}

	.pc-home-v2__gallery-caption h3 {
		font-size: clamp(25px, 8vw, 34px);
	}

	.pc-home-v2__gallery-navigation {
		top: 16px;
		right: 16px;
	}

	.pc-home-v2__gallery-thumbnails {
		grid-template-columns: repeat(5, minmax(88px, 1fr));
		overflow-x: auto;
		padding: 3px 3px 10px;
		scroll-snap-type: x proximity;
	}

	.pc-home-v2__gallery-thumbnails button {
		scroll-snap-align: start;
	}

	.pc-home-v2__department-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.pc-home-v2__department-card {
		min-height: 210px;
		padding: 21px;
	}

	.pc-home-v2__job-grid,
	.pc-home-v2__membership-grid,
	.pc-home-v2__membership-grid--company {
		grid-template-columns: 1fr;
	}

	.pc-home-v2__job-filters {
		justify-content: flex-start;
	}

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

	.pc-home-v2__why-visual > div {
		right: 12px;
		left: 12px;
	}

	.pc-home-v2__membership-tabs {
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 6px;
	}

	.pc-home-v2__membership-tabs button {
		flex: 0 0 auto;
	}

	.pc-home-v2__membership-card,
	.pc-home-v2__membership-grid--company .pc-home-v2__membership-card {
		min-height: 0;
	}

	body.pc-home-v2-active .footer-bottom .container {
		align-items: flex-start;
		flex-direction: column;
		gap: 18px;
	}
}

@media (max-width: 430px) {
	.pc-home-v2__container {
		width: min(100% - 28px, var(--pc-content-width));
	}

	.pc-home-v2__hero-title {
		font-size: clamp(34px, 10.2vw, 44px);
	}

	.pc-home-v2__hero-title br {
		display: none;
	}

	.pc-home-v2__hero-title span {
		display: inline;
	}

	.pc-home-v2__popular {
		gap: 7px;
	}

	.pc-home-v2__popular a {
		padding: 5px 10px;
	}

	.pc-home-v2__gallery-slide {
		min-height: 420px;
	}

	.pc-home-v2__gallery-caption p {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.pc-home-v2__gallery-navigation button {
		width: 40px;
		height: 40px;
	}

	.pc-home-v2__department-card {
		min-height: 200px;
		padding: 18px;
	}

	.pc-home-v2__contract {
		max-width: 58%;
		overflow-wrap: anywhere;
	}

	.pc-home-v2__lightbox-nav {
		top: auto;
		bottom: 82px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pc-home-v2 *,
	.pc-home-v2 *::before,
	.pc-home-v2 *::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

/* Homepage redesign v2 — footer lengkap */
.pc-home-v2-footer,
.pc-home-v2-footer *,
.pc-home-v2-footer *::before,
.pc-home-v2-footer *::after {
	box-sizing: border-box;
}

.pc-home-v2-footer {
	background: var(--pc-navy);
	color: rgba(255, 255, 255, 0.72);
	font-family: "Inter", sans-serif;
	padding-top: 56px;
}

.pc-home-v2-footer__top {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 32px;
	padding-bottom: 40px;
}

.pc-home-v2-footer__menu {
	display: flex;
	flex: 1 1 640px;
	flex-direction: column;
	gap: 20px;
}

.pc-home-v2-footer__menu-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 28px;
}

.pc-home-v2-footer__menu-row a {
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	white-space: nowrap;
}

.pc-home-v2-footer__menu-row a:hover {
	color: var(--pc-cyan);
}

.pc-home-v2-footer__brand-row {
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	align-items: flex-end;
	gap: 20px;
}

.pc-home-v2-footer__wordmark {
	color: #fff;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.pc-home-v2-footer__wordmark span {
	color: var(--pc-cyan);
}

.pc-home-v2-footer__socials {
	display: flex;
	gap: 14px;
}

.pc-home-v2-footer__socials a {
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-size: 18px;
	transition: background-color 180ms ease;
}

.pc-home-v2-footer__socials a:hover {
	background: var(--pc-cyan);
}

.pc-home-v2-footer__addresses {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px;
	padding-block: 32px;
	text-align: center;
}

.pc-home-v2-footer__address h3 {
	margin: 0 0 12px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
}

.pc-home-v2-footer__address p {
	margin: 0 0 6px;
	font-size: 14px;
	line-height: 1.7;
}

.pc-home-v2-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	padding-block: 20px;
	font-size: 13px;
}

@media (max-width: 900px) {
	.pc-home-v2-footer__top {
		flex-direction: column;
	}

	.pc-home-v2-footer__brand-row {
		align-items: flex-start;
	}
}

@media (max-width: 700px) {
	.pc-home-v2-footer__addresses {
		grid-template-columns: 1fr;
	}

	.pc-home-v2-footer__menu-row {
		flex-direction: column;
		gap: 14px;
	}

	.pc-home-v2-footer__brand-row {
		align-items: center;
		text-align: center;
	}
}
