:root {
	--brand-ink: #18233f;
	--brand-ink-2: #243356;
	--brand-red: #d94436;
	--brand-gold: #f2b84b;
	--brand-cream: #fff8ee;
	--brand-mist: #f4f6fb;
	--brand-line: #dde3ee;
	--brand-text: #263248;
	--brand-muted: #657085;
}

body {
	background: var(--brand-mist);
	color: var(--brand-text);
	display: flex;
	font-family: "Source Sans 3", Arial, sans-serif;
	min-height: 100vh;
	flex-direction: column;
	overflow-x: hidden;
}

main {
	flex: 1 0 auto;
	min-width: 0;
}

header {
	position: sticky;
	top: 0;
	z-index: 1000;
}

.flash-container {
	padding-top: 18px;
}

.flash-message {
	border-radius: 8px;
	font-weight: 700;
	margin-bottom: 12px;
	padding: 12px 16px;
}

.flash-success {
	background: #fff0d6;
	border: 1px solid #f4cf8f;
	color: var(--brand-ink);
}

.flash-error {
	background: #ffebee;
	border: 1px solid #ffcdd2;
	color: #b71c1c;
}

.marketplace-nav {
	border-bottom: 1px solid var(--brand-line);
	box-shadow: none;
}

.marketplace-nav .brand-logo {
	font-size: 1.45rem;
	font-weight: 700;
	height: 64px;
	line-height: 64px;
}

.marketplace-nav .sidenav-trigger {
	display: none;
}

.marketplace-nav ul li {
	display: flex;
	align-items: center;
}

.marketplace-nav ul li a.btn {
	align-items: center;
	display: inline-flex;
	height: 38px;
	line-height: 38px;
	margin: 13px 0 13px 8px;
	padding: 0 16px;
}

.marketplace-nav ul li a.btn:hover {
	background: #c6372c !important;
	color: #ffffff !important;
}

.cfph-brand-logo {
	align-items: center;
	display: flex !important;
	height: 64px;
}

.cfph-brand-logo img {
	display: block;
	height: 46px;
	max-width: min(180px, 42vw);
	width: auto;
}

.teal.darken-2,
.teal.darken-3,
.btn.teal,
.btn-large.teal,
.btn-small.teal {
	background-color: var(--brand-red) !important;
}

.teal-text,
.teal-text.text-darken-2,
.teal-text.text-darken-3 {
	color: var(--brand-red) !important;
}

.teal.lighten-5,
.new.badge.teal.lighten-5 {
	background-color: #fff0d6 !important;
}

.white.teal-text,
.btn.white.teal-text,
.btn-large.white.teal-text {
	background: #ffffff !important;
	color: var(--brand-ink) !important;
}

.nav-search {
	left: 210px;
	position: absolute;
	top: 9px;
	width: min(360px, 30vw);
}

.nav-search .input-field {
	background: #f8f9fc;
	border: 1px solid var(--brand-line);
	border-radius: 8px;
	height: 46px;
	margin: 0;
}

.nav-search input[type="search"] {
	border: 0;
	box-sizing: border-box;
	height: 44px;
	margin: 0;
	padding-left: 2.8rem;
	width: 100%;
}

.nav-search input[type="search"]:focus:not(.browser-default),
.nav-search .input-field input[type="search"]:focus:not(.browser-default) {
	background: transparent;
	box-shadow: none;
}

.nav-search .input-field:focus-within {
	background: #f8f9fc;
}

.nav-search .prefix {
	color: #60736f;
	font-size: 1.4rem;
	height: auto;
	left: 10px;
	line-height: 1;
	margin: 0;
	top: 50%;
	transform: translateY(-50%);
	width: auto;
}

.mobile-search {
	padding: 0 18px;
}

.hero-section {
	background: linear-gradient(135deg, #fff8ee 0%, #ffffff 52%, #eef2fb 100%);
	padding: 56px 0 44px;
}

.hero-section h1 {
	font-size: 3rem;
	font-weight: 800;
	line-height: 1.08;
	margin: 10px 0 18px;
	max-width: 720px;
}

.hero-copy {
	color: var(--brand-muted);
	font-size: 1.2rem;
	max-width: 620px;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.hero-actions .btn-large,
.hero-search .btn-large,
.listing-search .btn-large,
.cta-band .btn-large,
.dashboard-action-row .btn,
.dashboard-action-row .btn-flat {
	white-space: normal;
}

.hero-search {
	align-items: center;
	display: flex;
	gap: 12px;
	margin-top: 26px;
	max-width: 720px;
}

.hero-search .input-field {
	background: #ffffff;
	border: 1px solid var(--brand-line);
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(28, 48, 45, 0.08);
	flex: 1;
	height: 58px;
	margin: 0;
}

.hero-search input[type="search"] {
	border: 0;
	box-sizing: border-box;
	height: 56px;
	margin-left: 3rem;
	width: calc(100% - 3.2rem);
}

.hero-search .prefix {
	color: var(--brand-red);
	font-size: 1.7rem;
	left: 12px;
	line-height: 1;
	top: 50%;
	transform: translateY(-50%);
}

.hero-image {
	border: 1px solid var(--brand-line);
	border-radius: 8px;
	box-shadow: 0 18px 45px rgba(22, 73, 67, 0.14);
	width: 100%;
}

.page-hero {
	background: linear-gradient(135deg, rgba(255, 248, 238, 0.88), rgba(255, 255, 255, 0.82)), url("../img/hero-remote-hiring.png");
	background-position: center;
	background-size: cover;
	padding: 76px 0 82px;
}

.page-hero h1 {
	font-size: 2.8rem;
	font-weight: 800;
	line-height: 1.1;
	margin: 12px 0 16px;
	max-width: 820px;
}

.page-hero p:last-child {
	color: #40524f;
	font-size: 1.16rem;
	max-width: 720px;
}

.legal-content-section {
	padding: 54px 0 70px;
}

.legal-content {
	color: #40524f;
	font-size: 1.04rem;
	line-height: 1.75;
	max-width: 880px;
}

.legal-content h2,
.legal-content h3,
.legal-content h4 {
	color: #21312f;
	font-weight: 800;
	line-height: 1.2;
	margin: 34px 0 12px;
}

.legal-content h2:first-child,
.legal-content h3:first-child,
.legal-content h4:first-child {
	margin-top: 0;
}

.legal-content p,
.legal-content ul,
.legal-content ol,
.legal-content blockquote {
	margin: 0 0 18px;
}

.legal-content ul,
.legal-content ol {
	padding-left: 24px;
}

.legal-content a {
	color: var(--brand-teal);
	font-weight: 700;
}

.legal-content blockquote {
	border-left: 4px solid var(--brand-red);
	color: #60736f;
	padding-left: 18px;
}

.contact-section {
	background: #ffffff;
}

.contact-layout {
	align-items: stretch;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
}

.contact-info-panel,
.contact-form-card {
	background: #ffffff;
	border: 1px solid rgba(221, 227, 238, 0.92);
	border-radius: 8px;
	box-shadow: var(--brand-shadow-sm);
	padding: 30px;
}

.contact-info-panel {
	background:
		linear-gradient(140deg, rgba(24, 35, 63, 0.94), rgba(21, 72, 63, 0.88)),
		url("../img/about-collaboration.png");
	background-position: center;
	background-size: cover;
	color: #ffffff;
}

.contact-info-panel .eyebrow {
	color: var(--brand-gold);
}

.contact-info-panel h4 {
	color: #ffffff !important;
	font-weight: 850;
}

.contact-info-panel .section-copy {
	color: rgba(255, 255, 255, 0.86);
}

.contact-help-list {
	display: grid;
	gap: 12px;
	margin-top: 26px;
}

.contact-help-list div {
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	display: flex;
	gap: 12px;
	padding: 13px 14px;
}

.contact-help-list i {
	color: var(--brand-gold);
}

.contact-form-card h4 {
	color: var(--brand-ink);
	font-weight: 850;
	margin-top: 8px;
}

.contact-form {
	display: grid;
	margin-top: 24px;
}

.contact-form .contact-message-input {
	height: auto;
	min-height: 154px;
}

.contact-form .contact-message-input .prefix {
	top: 22px;
}

.contact-form .contact-message-input textarea {
	border: 0 !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
	margin: 0 0 0 3rem !important;
	min-height: 140px !important;
	padding-top: 16px !important;
	resize: vertical;
	width: calc(100% - 3.2rem) !important;
}

.eyebrow {
	color: var(--brand-red);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0;
	text-transform: uppercase;
}

.stats-band {
	background: #ffffff;
	border-bottom: 1px solid var(--brand-line);
	border-top: 1px solid var(--brand-line);
	padding: 22px 0;
}

.stat-item,
.stat-card {
	background: #ffffff;
	border: 1px solid #e0ebe8;
	border-radius: 8px;
	padding: 20px;
}

.stat-item strong,
.stat-card strong {
	color: var(--brand-red);
	display: block;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1;
}

.stat-item span,
.stat-card span {
	color: #5d706c;
	display: block;
	margin-top: 8px;
}

.stat-card {
	min-height: 142px;
}

.stat-card i {
	display: block;
	font-size: 2rem;
	margin-bottom: 12px;
}

.content-section {
	padding: 42px 0 58px;
}

.auth-section {
	background: linear-gradient(135deg, #fff8ee 0%, #ffffff 48%, #eef2fb 100%);
	display: flex;
	align-items: center;
	min-height: calc(100vh - 64px);
	padding: 52px 0 64px;
}

.auth-section > .container {
	width: 100%;
}

.auth-shell {
	align-items: stretch;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.82fr);
}

.auth-shell-reverse {
	grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.05fr);
}

.auth-visual {
	border: 1px solid var(--brand-line);
	border-radius: 8px;
	min-height: 560px;
	overflow: hidden;
	position: relative;
}

.auth-visual img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.auth-visual::after {
	background: linear-gradient(180deg, rgba(24, 35, 63, 0.08), rgba(24, 35, 63, 0.82));
	content: "";
	inset: 0;
	position: absolute;
}

.auth-visual-copy {
	bottom: 0;
	color: #ffffff;
	left: 0;
	padding: 30px;
	position: absolute;
	right: 0;
	z-index: 1;
}

.auth-visual-copy .eyebrow {
	color: var(--brand-gold);
}

.auth-visual-copy h4 {
	font-weight: 800;
	margin: 8px 0 10px;
}

.auth-visual-copy p:last-child {
	color: #e7efed;
	line-height: 1.6;
	margin-bottom: 0;
	max-width: 520px;
}

.auth-card {
	align-self: center;
	background: #ffffff;
	border: 1px solid var(--brand-line);
	border-radius: 8px;
	box-shadow: 0 18px 45px rgba(24, 35, 63, 0.1);
	padding: 34px;
}

.auth-card h4 {
	font-weight: 800;
	margin: 8px 0 8px;
}

.auth-copy {
	color: var(--brand-muted);
	line-height: 1.6;
	margin-bottom: 24px;
}

.auth-alert {
	background: #ffebee;
	border: 1px solid #ffcdd2;
	border-radius: 8px;
	color: #b71c1c;
	font-weight: 700;
	margin-bottom: 18px;
	padding: 11px 13px;
}

.auth-input {
	background: #f8f9fc;
	border: 1px solid var(--brand-line);
	border-radius: 8px;
	height: 58px;
	margin: 0 0 16px;
}

.auth-input input {
	border: 0 !important;
	box-shadow: none !important;
	box-sizing: border-box;
	height: 56px !important;
	margin: 0 0 0 3rem !important;
	width: calc(100% - 3.2rem) !important;
}

.auth-input .prefix {
	color: var(--brand-red);
	font-size: 1.45rem;
	height: auto;
	left: 12px;
	line-height: 1;
	margin: 0;
	top: 50%;
	transform: translateY(-50%);
	width: auto;
}

.auth-input input::placeholder {
	color: #75828f;
	opacity: 1;
}

.auth-checkbox {
	display: inline-flex;
	margin: 0 0 18px;
}

.auth-account-options {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 10px 0 18px;
}

.auth-account-options label {
	cursor: pointer;
}

.auth-account-options input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.auth-account-options span {
	background: #f8f9fc;
	border: 1px solid var(--brand-line);
	border-radius: 8px;
	color: var(--brand-text);
	display: block;
	min-height: 142px;
	padding: 14px;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.auth-account-options i {
	align-items: center;
	background: #fff0d6;
	border-radius: 8px;
	color: var(--brand-red);
	display: inline-flex;
	height: 38px;
	justify-content: center;
	margin-bottom: 10px;
	width: 38px;
}

.auth-account-options strong,
.auth-account-options small {
	display: block;
}

.auth-account-options small {
	color: var(--brand-muted);
	line-height: 1.35;
	margin-top: 4px;
}

.auth-account-options input:checked + span {
	background: #fff8ee;
	border-color: var(--brand-red);
	box-shadow: 0 0 0 3px rgba(217, 68, 54, 0.12);
}

.auth-switch {
	border-top: 1px solid var(--brand-line);
	color: var(--brand-muted);
	margin-top: 22px;
	padding-top: 18px;
	text-align: center;
}

.auth-switch a {
	color: var(--brand-red);
	font-weight: 800;
}

.white-section {
	background: #ffffff;
}

.about-preview-section {
	background: #ffffff;
}

.section-image {
	border: 1px solid #dce8e5;
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(28, 48, 45, 0.1);
	width: 100%;
}

.section-copy {
	color: #536966;
	font-size: 1.07rem;
	line-height: 1.7;
}

.stat-strip {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, 1fr);
	margin: 22px 0;
}

.stat-strip div {
	background: #f7faf9;
	border: 1px solid #dce8e5;
	border-radius: 8px;
	padding: 14px;
}

.stat-strip strong {
	color: var(--brand-red);
	display: block;
	font-size: 1.55rem;
	font-weight: 800;
}

.stat-strip span {
	color: #60736f;
	display: block;
	font-size: 0.86rem;
	margin-top: 4px;
}

.feature-card {
	background: #ffffff;
	border: 1px solid #e0ebe8;
	border-radius: 8px;
	min-height: 366px;
	padding: 18px;
}

.feature-card img {
	border-radius: 8px;
	display: block;
	margin-bottom: 18px;
	width: 100%;
}

.feature-card h5 {
	font-weight: 750;
}

.feature-card p {
	color: #536966;
}

.services-section {
	background: #f1f7f5;
}

.values-section {
	background: #f1f7f5;
}

.service-card {
	background: #ffffff;
	border: 1px solid #dce8e5;
	border-radius: 8px;
	min-height: 244px;
	padding: 24px;
}

.service-card i {
	align-items: center;
	background: #fff0d6;
	border-radius: 8px;
	color: var(--brand-red);
	display: inline-flex;
	font-size: 2rem;
	height: 54px;
	justify-content: center;
	margin-bottom: 14px;
	width: 54px;
}

.service-card h5 {
	font-weight: 750;
	margin-top: 0;
}

.service-card p {
	color: #536966;
	line-height: 1.62;
}

.category-section {
	background: #f1f7f5;
}

.category-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(5, 1fr);
}

.category-tile {
	align-items: center;
	background: #ffffff;
	border: 1px solid #dce8e5;
	border-radius: 8px;
	display: flex;
	gap: 10px;
	min-height: 72px;
	padding: 16px;
}

.category-tile i {
	color: var(--brand-red);
}

.category-tile span {
	font-weight: 700;
}

.section-heading {
	margin-bottom: 24px;
}

.carousel-heading,
.split-heading {
	align-items: center;
	display: flex;
	justify-content: space-between;
	gap: 18px;
}

.section-heading h4 {
	font-weight: 750;
	margin-top: 8px;
}

.card {
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(28, 48, 45, 0.08);
}

.job-card {
	min-height: 306px;
}

.jobs-listings-grid {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
}

.jobs-listings-grid > .col {
	display: flex;
	float: none;
	margin-left: 0;
}

.jobs-listings-grid .job-card {
	background:
		linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
	display: flex;
	flex-direction: column;
	height: calc(100% - 24px);
	width: 100%;
}

.jobs-listings-grid .job-card .card-content {
	flex: 1;
}

.jobs-listings-grid .job-card .card-action {
	margin-top: auto;
}

.jobs-listings-grid .job-card .card-action a {
	align-items: center;
	display: inline-flex;
	font-weight: 850;
	gap: 6px;
}

.recent-jobs-section {
	background: #ffffff;
}

.recent-jobs-carousel .item {
	padding: 4px 1px 18px;
	width: 100%;
}

.recent-jobs-carousel .card {
	height: 100%;
	margin: 0;
	width: 100%;
}

.recent-jobs-carousel .owl-stage {
	display: flex;
}

.recent-jobs-carousel .owl-item {
	display: flex;
}

.recent-jobs-carousel .owl-item > .item {
	display: flex;
}

.recent-jobs-carousel .owl-nav {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: flex-end;
	margin-top: 6px;
}

.recent-jobs-carousel .owl-nav button.owl-prev,
.recent-jobs-carousel .owl-nav button.owl-next {
	align-items: center;
	background: #ffffff;
	border: 1px solid #dce8e5;
	border-radius: 8px;
	color: var(--brand-red);
	display: inline-flex;
	height: 40px;
	justify-content: center;
	width: 40px;
}

.recent-jobs-carousel .owl-dots {
	margin-top: 6px;
}

.jobs-listing-section {
	background: #ffffff;
}

.jobs-page-hero {
	background:
		linear-gradient(120deg, rgba(24, 35, 63, 0.88), rgba(21, 72, 63, 0.58)),
		url("../img/job-post-card.png");
	background-position: center;
	background-size: cover;
	color: #ffffff;
	padding: 72px 0 58px;
}

.jobs-page-heading {
	max-width: 820px;
}

.jobs-page-heading .eyebrow {
	color: var(--brand-gold);
}

.jobs-page-heading h4 {
	color: #ffffff;
	font-size: clamp(2.25rem, 4.5vw, 3.8rem);
	font-weight: 900;
	line-height: 1.05;
	margin: 10px 0 14px;
}

.jobs-page-heading p {
	color: rgba(255, 255, 255, 0.86);
	font-size: 1.14rem;
	line-height: 1.62;
	margin: 0;
}

.jobs-page-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.jobs-page-stats span {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	color: #ffffff;
	display: inline-flex;
	gap: 8px;
	padding: 10px 12px;
}

.jobs-page-stats strong {
	color: var(--brand-gold);
}

.jobs-layout {
	align-items: flex-start;
	display: grid;
	gap: 24px;
	grid-template-columns: 260px minmax(0, 1fr);
}

.jobs-filter-sidebar {
	background: linear-gradient(180deg, #ffffff 0%, #f7faf9 100%);
	border: 1px solid #dce8e5;
	border-radius: 8px;
	box-shadow: var(--brand-shadow-sm);
	padding: 18px;
	position: sticky;
	top: 18px;
}

.jobs-filter-sidebar h5 {
	font-weight: 750;
	margin: 8px 0 16px;
}

.jobs-filter-sidebar .btn,
.jobs-filter-sidebar .btn-flat {
	margin-top: 16px;
	text-align: center;
}

.listing-search {
	align-items: center;
	background: #ffffff;
	border: 1px solid #dce8e5;
	border-radius: 8px;
	box-shadow: var(--brand-shadow-sm);
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 26px;
	padding: 16px;
}

.listing-search .input-field {
	background: #ffffff;
	border: 1px solid #d8e7e4;
	border-radius: 8px;
	flex: 1;
	height: 56px;
	margin: 0;
}

.listing-search input[type="search"] {
	border: 0;
	box-sizing: border-box;
	height: 54px;
	margin-left: 3rem;
	width: calc(100% - 3.2rem);
}

.listing-search .prefix {
	color: var(--brand-red);
	font-size: 1.6rem;
	left: 12px;
	line-height: 1;
	top: 50%;
	transform: translateY(-50%);
}

.jobs-pagination-summary {
	background: #f7faf9;
	border: 1px solid #dce8e5;
	border-radius: 8px;
	color: #40524f;
	font-size: 0.92rem;
	font-weight: 700;
	margin: -10px 0 18px;
	padding: 10px 12px;
}

.jobs-pagination {
	align-items: center;
	background: transparent;
	box-shadow: none;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	height: auto;
	justify-content: space-between;
	margin-top: 12px;
}

.jobs-pagination-page {
	color: var(--brand-muted);
	font-weight: 800;
}

.jobs-pagination .pagination {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin: 0;
}

.jobs-pagination .pagination li {
	border-radius: 8px;
	height: auto;
	line-height: 1;
}

.jobs-pagination .pagination li a,
.jobs-pagination .pagination li span {
	align-items: center;
	background: #ffffff;
	border: 1px solid #dce8e5;
	border-radius: 8px;
	color: #40524f;
	gap: 4px;
	display: inline-flex;
	font-weight: 800;
	height: 38px;
	justify-content: center;
	line-height: 38px;
	min-width: 38px;
	padding: 0 12px;
	vertical-align: top;
}

.jobs-pagination .pagination li a .material-icons,
.jobs-pagination .pagination li span .material-icons {
	font-size: 1.25rem;
	height: auto;
	line-height: 1;
	margin: 0;
	position: static;
	vertical-align: middle;
}

.jobs-pagination .pagination li.active span,
.jobs-pagination .pagination li.active a,
.jobs-pagination .pagination li a:hover {
	background: var(--brand-red);
	border-color: var(--brand-red);
	color: #ffffff;
}

.jobs-pagination .pagination li.disabled span {
	color: #a9b5b2;
	cursor: default;
	opacity: 0.7;
}

.filter-checkboxes,
.job-type-options {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
}

.filter-checkboxes label,
.job-type-options label {
	white-space: nowrap;
}

.jobs-filter-sidebar .filter-checkboxes {
	display: grid;
	gap: 12px;
}

.filter-checkboxes [type="checkbox"] + span,
.job-type-options [type="checkbox"] + span {
	color: #40524f;
	font-size: 0.95rem;
	padding-left: 27px;
}

.job-type-field {
	margin: 14px 0 22px;
}

.wysiwyg-field {
	margin: 18px 0 24px;
}

.trumbowyg-box,
.trumbowyg-editor {
	border-color: #dce8e5;
	border-radius: 8px;
	margin: 0;
	width: 100%;
}

.trumbowyg-button-pane {
	white-space: normal;
}

.trumbowyg-editor {
	min-height: 220px;
}

.job-full-description ul,
.job-full-description ol {
	padding-left: 24px;
}

.job-owner-actions {
	margin: 14px 0;
}

.job-status-pill {
	border-radius: 999px;
	display: inline-block;
	font-size: 0.76rem;
	font-weight: 800;
	margin: 4px 0 8px;
	padding: 4px 9px;
	text-transform: uppercase;
}

.job-status-pill.status-open {
	background: #fff0d6;
	color: var(--brand-ink);
}

.job-status-pill.status-closed {
	background: #f1f2f6;
	color: #657085;
}

.inline-job-action {
	display: inline-block;
	margin: 0;
}

.inline-job-action .btn-flat {
	height: auto;
	line-height: inherit;
	padding: 0 8px;
}

.dashboard-shell {
	align-items: flex-start;
	display: grid;
	gap: 24px;
	grid-template-columns: 250px minmax(0, 1fr);
	margin-top: 12px;
}

.admin-shell {
	align-items: flex-start;
	display: grid;
	gap: 24px;
	grid-template-columns: 280px minmax(0, 1fr);
	margin-top: 12px;
}

.admin-dashboard-section {
	background: #eef3f1;
	min-height: calc(100vh - 64px);
	padding: 30px 0 54px;
}

.admin-container {
	margin: 0 auto;
	max-width: 1520px;
	padding: 0 28px;
	width: 100%;
}

.admin-page-heading {
	background: var(--brand-ink);
	border-radius: 8px;
	color: #ffffff;
	margin-bottom: 22px;
	padding: 24px 28px;
}

.admin-page-heading .eyebrow {
	color: var(--brand-gold);
}

.admin-page-heading h4 {
	font-weight: 800;
	margin: 8px 0;
}

.admin-page-heading p:last-child {
	color: #d7e7e4 !important;
}

.admin-sidebar {
	background: var(--brand-ink);
	border-color: var(--brand-ink);
}

.dashboard-sidebar.admin-sidebar a {
	color: #ffffff;
}

.dashboard-sidebar.admin-sidebar a i {
	color: #ffffff;
}

.dashboard-sidebar.admin-sidebar a:hover,
.dashboard-sidebar.admin-sidebar a.active {
	background: #fff0d6;
	color: var(--brand-red);
}

.dashboard-sidebar.admin-sidebar a:hover i,
.dashboard-sidebar.admin-sidebar a.active i {
	color: var(--brand-red);
}

.dashboard-sidebar {
	background: #ffffff;
	border: 1px solid #dce8e5;
	border-radius: 8px;
	padding: 10px;
	position: sticky;
	top: 18px;
}

.dashboard-sidebar a {
	align-items: center;
	border-radius: 8px;
	color: #40524f;
	display: flex;
	font-weight: 700;
	gap: 10px;
	padding: 12px;
}

.dashboard-sidebar a:hover,
.dashboard-sidebar a.active {
	background: #fff0d6;
	color: var(--brand-red);
}

.dashboard-sidebar i {
	font-size: 1.35rem;
}

.applicant-menu-sidebar a {
	overflow-wrap: anywhere;
}

.dashboard-panel {
	min-width: 0;
}

.dashboard-page-section {
	background:
		linear-gradient(180deg, #f7faf9 0%, #ffffff 42%, #f4f6fb 100%);
}

.dashboard-hero {
	align-items: center;
	background:
		linear-gradient(120deg, rgba(24, 35, 63, 0.98), rgba(21, 72, 63, 0.92)),
		url("../img/remote-talent-network.png");
	background-position: center;
	background-size: cover;
	border-radius: 8px;
	box-shadow: var(--brand-shadow-md);
	color: #ffffff;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 24px;
	padding: 30px;
}

.dashboard-hero .eyebrow {
	color: var(--brand-gold);
}

.dashboard-hero h4 {
	color: #ffffff !important;
	font-size: clamp(2rem, 4vw, 3.15rem);
	font-weight: 900;
	line-height: 1.05;
	margin: 8px 0 10px;
}

.dashboard-hero p:last-child {
	color: rgba(255, 255, 255, 0.84);
	font-size: 1.08rem;
	margin: 0;
	max-width: 680px;
}

.dashboard-hero-badge {
	align-items: center;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	display: inline-flex;
	flex: 0 0 auto;
	gap: 10px;
	padding: 12px 14px;
}

.dashboard-hero-badge i {
	color: var(--brand-gold);
}

.dashboard-page-section > .container > .dashboard-flush-row {
	margin-left: 0;
	margin-right: 0;
}

.dashboard-page-section > .container > .dashboard-flush-row > .col {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.dashboard-stats-row {
	margin-bottom: 12px;
}

.dashboard-stats-row .stat-card {
	border: 1px solid rgba(221, 227, 238, 0.94);
	box-shadow: var(--brand-shadow-sm);
	position: relative;
	overflow: hidden;
}

.dashboard-stats-row .stat-card::after {
	background: linear-gradient(135deg, rgba(217, 68, 54, 0.12), rgba(242, 184, 75, 0.08));
	content: "";
	height: 86px;
	position: absolute;
	right: -28px;
	top: -28px;
	width: 86px;
	border-radius: 50%;
}

.dashboard-stats-row .stat-card i {
	background: #fff0d6;
	border-radius: 8px;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	align-items: center;
	width: 42px;
}

.admin-content {
	min-width: 0;
	width: 100%;
}

.dashboard-overview {
	background: #ffffff;
	border: 1px solid #dce8e5;
	border-radius: 8px;
	box-shadow: var(--brand-shadow-sm);
	padding: 28px;
}

.dashboard-overview h5 {
	font-weight: 750;
	margin-top: 8px;
}

.dashboard-action-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.job-composer-panel {
	background: #ffffff;
	border: 1px solid rgba(221, 227, 238, 0.94);
	border-radius: 8px;
	box-shadow: var(--brand-shadow-md);
	overflow: hidden;
}

.job-composer-header {
	align-items: center;
	background:
		linear-gradient(120deg, rgba(24, 35, 63, 0.96), rgba(21, 72, 63, 0.9)),
		url("../img/hero-remote-hiring.png");
	background-position: center;
	background-size: cover;
	color: #ffffff;
	display: flex;
	gap: 22px;
	justify-content: space-between;
	padding: 28px;
}

.job-composer-header .eyebrow {
	color: var(--brand-gold);
}

.job-composer-header h5 {
	color: #ffffff;
	font-size: clamp(1.75rem, 3.2vw, 2.75rem);
	font-weight: 900;
	line-height: 1.08;
	margin: 8px 0 10px;
	max-width: 760px;
}

.job-composer-header p:last-child {
	color: rgba(255, 255, 255, 0.84);
	font-size: 1.04rem;
	line-height: 1.62;
	margin: 0;
	max-width: 740px;
}

.job-composer-icon {
	align-items: center;
	background: rgba(255, 255, 255, 0.13);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	display: flex;
	flex: 0 0 auto;
	height: 72px;
	justify-content: center;
	width: 72px;
}

.job-composer-icon i {
	color: var(--brand-gold);
	font-size: 2.4rem;
}

.job-composer-form {
	padding: 28px;
}

.job-composer-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.job-composer-input,
.job-composer-select {
	box-sizing: border-box;
}

.job-composer-input.auth-input,
.job-composer-select.auth-input {
	margin-bottom: 0;
}

.job-composer-select select {
	background: transparent;
	border: 0;
	box-sizing: border-box;
	color: var(--brand-ink);
	font-weight: 750;
	height: 56px;
	margin-left: 3rem;
	outline: none;
	padding: 0;
	width: calc(100% - 3.2rem);
}

.job-composer-select select:invalid {
	color: #75828f;
}

.custom-category-field[hidden] {
	display: none;
}

.job-composer-type-field {
	background: #f8faf9;
	border: 1px solid #dce8e5;
	border-radius: 8px;
	margin: 18px 0;
	padding: 16px;
}

.job-composer-type-field .form-label,
.job-composer-description .form-label {
	color: var(--brand-ink);
	font-size: 0.9rem;
	text-transform: uppercase;
}

.job-composer-type-field .job-type-options label {
	cursor: pointer;
	white-space: normal;
}

.job-composer-type-field .job-type-options input {
	opacity: 0;
	pointer-events: none;
	position: absolute;
}

.job-composer-type-field .job-type-options input + span {
	align-items: center;
	background: #ffffff;
	border: 1px solid var(--brand-line);
	border-radius: 8px;
	color: var(--brand-text);
	display: inline-flex;
	font-size: 0.96rem;
	font-weight: 800;
	gap: 8px;
	line-height: 1.2;
	min-height: 44px;
	padding: 10px 14px;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.job-composer-type-field .job-type-options input + span::before,
.job-composer-type-field .job-type-options input + span::after {
	display: none !important;
}

.job-composer-type-field .job-type-options input + span i {
	color: var(--brand-red);
	font-size: 1.25rem;
}

.job-composer-type-field .job-type-options label:hover input + span {
	border-color: #f4cf8f;
	box-shadow: var(--brand-shadow-sm);
}

.job-composer-type-field .job-type-options input:checked + span {
	background: #fff0d6;
	border-color: #f4cf8f;
	color: var(--brand-ink);
}

.job-composer-description .trumbowyg-box {
	box-shadow: var(--brand-shadow-sm);
	display: block;
	max-width: none;
	width: 100% !important;
}

.job-composer-description .trumbowyg-editor,
.job-composer-description .trumbowyg-textarea {
	box-sizing: border-box;
	display: block;
	max-width: none;
	min-width: 100%;
	width: 100% !important;
}

.job-composer-description .trumbowyg-editor {
	cursor: text;
	min-height: 240px;
	padding: 16px;
}

.job-composer-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.dashboard-panel > h5 {
	color: var(--brand-ink);
	font-weight: 850;
	margin: 0 0 16px;
}

.job-card .card-title,
.job-detail-card h4 {
	font-weight: 750;
}

.job-title-link {
	color: var(--brand-ink);
	transition: color 0.18s ease;
}

.job-title-link:hover {
	color: var(--brand-red);
}

.job-description {
	color: #40524f;
	display: -webkit-box;
	margin-top: 18px;
	min-height: 72px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.job-meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 18px;
}

.job-meta span {
	align-items: center;
	color: #536966;
	display: inline-flex;
	gap: 5px;
}

.job-detail-hero {
	align-items: flex-end;
	background: linear-gradient(135deg, var(--brand-ink) 0%, var(--brand-red) 62%, var(--brand-gold) 100%);
	color: #ffffff;
	display: flex;
	min-height: 260px;
	padding: 34px;
}

.job-detail-hero p {
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.job-detail-hero h3 {
	font-weight: 800;
	line-height: 1.12;
	margin: 0;
	max-width: 820px;
}

.job-full-description {
	font-size: 1.05rem;
	line-height: 1.7;
	margin-top: 24px;
	white-space: pre-line;
}

.job-row-card .card-image {
	width: 168px;
	flex: 0 0 168px;
}

.job-row-card .card-image img {
	height: 100%;
	object-fit: cover;
}

.dashboard-page-section .job-row-card {
	border-color: rgba(221, 227, 238, 0.94);
	box-shadow: var(--brand-shadow-sm);
	transition: box-shadow 0.18s ease, transform 0.18s ease;
}

.dashboard-page-section .dashboard-job-card {
	border-left: 4px solid var(--brand-red);
	overflow: hidden;
}

.dashboard-page-section .dashboard-job-card .card-content {
	padding-bottom: 14px;
}

.dashboard-page-section .dashboard-job-card .card-action {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	padding-top: 12px;
}

.dashboard-page-section .job-row-card:hover {
	box-shadow: var(--brand-shadow-md);
	transform: translateY(-2px);
}

.dashboard-page-section .job-row-card .card-title {
	color: var(--brand-ink);
	font-weight: 850;
}

.proposal-list.collection {
	border: 0;
}

.proposal-list .collection-item {
	border: 1px solid #e0ebe8;
	border-radius: 8px;
	margin-bottom: 10px;
}

.dashboard-page-section .proposal-list .collection-item {
	background: #ffffff;
	box-shadow: var(--brand-shadow-sm);
	padding: 16px;
}

.empty-state {
	background: #ffffff;
	border: 1px solid #e0ebe8;
	border-radius: 8px;
	padding: 34px;
}

.empty-state img {
	border-radius: 8px;
	margin-bottom: 16px;
}

.sticky-form {
	position: sticky;
	top: 24px;
}

.admin-panel {
	background: #ffffff;
	border: 1px solid #e0ebe8;
	border-radius: 8px;
	margin-bottom: 24px;
	padding: 22px;
}

.admin-content .admin-panel {
	box-shadow: 0 10px 28px rgba(18, 53, 50, 0.08);
	margin-bottom: 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}

.admin-content .admin-panel h5 {
	font-weight: 800;
	margin-top: 0;
}

.admin-content table {
	min-width: 920px;
}

.admin-user-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.admin-user-actions form {
	margin: 0;
}

.admin-user-actions .btn-flat {
	height: 30px;
	line-height: 30px;
	padding: 0 6px;
}

.admin-panel td small {
	color: #657085;
	display: block;
	font-size: 0.76rem;
	margin-top: 3px;
}

table.js-data-table th {
	cursor: pointer;
	user-select: none;
	white-space: nowrap;
}

table.js-data-table th.no-sort {
	cursor: default;
}

table.js-data-table th::after {
	color: #9aa8a5;
	content: "unfold_more";
	font-family: "Material Icons";
	font-size: 1rem;
	margin-left: 4px;
	vertical-align: -2px;
}

table.js-data-table th.sort-asc::after {
	content: "expand_less";
}

table.js-data-table th.sort-desc::after {
	content: "expand_more";
}

table.js-data-table th.no-sort::after {
	content: "";
	margin-left: 0;
}

tr[data-href] {
	cursor: pointer;
}

tr[data-href]:hover {
	background: #fff8ee !important;
}

.active-table-row {
	background: #fff0d6 !important;
}

.table-pagination {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
	margin-top: 14px;
}

.table-pagination-info {
	color: var(--brand-muted);
	font-size: 0.9rem;
}

.table-pagination-controls {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.table-pagination-controls button {
	background: #ffffff;
	border: 1px solid #dce8e5;
	border-radius: 8px;
	color: #40524f;
	cursor: pointer;
	font-weight: 800;
	min-width: 34px;
	padding: 6px 10px;
}

.table-pagination-controls button.active,
.table-pagination-controls button:hover {
	background: #fff0d6;
	color: var(--brand-red);
}

.table-pagination-controls button:disabled {
	cursor: default;
	opacity: 0.45;
}

.admin-conversation-review {
	border-top: 1px solid #dce8e5;
	margin-top: 22px;
	padding-top: 18px;
}

.admin-conversation-review h6 {
	font-weight: 800;
	margin: 0 0 6px;
}

.admin-message-thread {
	background: #f7faf9;
	border: 1px solid #dce8e5;
	border-radius: 8px;
	display: grid;
	gap: 10px;
	max-height: 420px;
	overflow: auto;
	padding: 12px;
}

.admin-message-item {
	background: #ffffff;
	border: 1px solid #e0ebe8;
	border-radius: 8px;
	padding: 10px 12px;
}

.admin-message-item strong {
	color: #21312f;
	display: block;
	font-size: 0.9rem;
}

.admin-message-item p {
	margin: 6px 0;
	white-space: pre-line;
}

.admin-message-item time {
	color: #78908b;
	display: block;
	font-size: 0.76rem;
}

.admin-page-content-form {
	display: grid;
	gap: 18px;
}

.admin-page-picker {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 18px;
}

.admin-page-choice {
	background: #f7faf9;
	border: 1px solid #dce8e5;
	border-radius: 8px;
	color: #21312f;
	display: grid;
	gap: 8px;
	padding: 18px;
}

.admin-page-choice:hover {
	background: #fff8ee;
	border-color: #f4cf8f;
}

.admin-page-choice i {
	color: var(--brand-red);
	font-size: 2rem;
}

.admin-page-choice span {
	color: #60736f;
}

.admin-panel-toolbar {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: space-between;
	margin-bottom: 16px;
}

.admin-panel-toolbar p {
	margin: 0;
}

.admin-content-group {
	background: #f7faf9;
	border: 1px solid #dce8e5;
	border-radius: 8px;
	display: grid;
	gap: 12px;
	padding: 16px;
}

.admin-content-group h6 {
	color: var(--brand-red);
	font-weight: 800;
	margin: 0;
}

.admin-content-field {
	color: #40524f;
	display: grid;
	gap: 6px;
}

.admin-content-field > span {
	font-size: 0.84rem;
	font-weight: 800;
}

.admin-content-field input,
.admin-content-field textarea {
	background: #ffffff !important;
	border: 1px solid #dce8e5 !important;
	border-radius: 8px !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
	margin: 0 !important;
	padding: 10px 12px !important;
	width: 100% !important;
}

.admin-content-field textarea {
	min-height: 92px;
}

.admin-content-field .trumbowyg-box,
.admin-content-field .trumbowyg-editor {
	background: #ffffff;
	border-color: #dce8e5;
	border-radius: 8px;
	margin: 0;
	width: 100%;
}

.admin-content-field .trumbowyg-editor {
	min-height: 260px;
}

.admin-settings-form {
	display: grid;
	gap: 18px;
}

.admin-user-search {
	align-items: center;
	background: #f7faf9;
	border: 1px solid #dce8e5;
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 18px;
	padding: 12px;
}

.admin-user-search .input-field {
	background: #ffffff;
	border: 1px solid #dce8e5;
	border-radius: 8px;
	flex: 1;
	height: 48px;
	margin: 0;
	min-width: 260px;
}

.admin-user-search input[type="search"] {
	border: 0;
	box-sizing: border-box;
	height: 46px;
	margin: 0;
	padding-left: 2.8rem;
	width: 100%;
}

.admin-user-search .prefix {
	color: var(--brand-red);
	font-size: 1.35rem;
	left: 10px;
	line-height: 1;
	top: 50%;
	transform: translateY(-50%);
}

.seed-data-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 18px 0;
}

.seed-data-stats span {
	background: #f7faf9;
	border: 1px solid #dce8e5;
	border-radius: 8px;
	color: #40524f;
	padding: 10px 12px;
}

.seed-data-stats strong {
	color: var(--brand-red);
	display: block;
	font-size: 1.35rem;
}

.seed-data-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.seed-data-actions form {
	margin: 0;
}

.admin-setting-row {
	align-items: center;
	background: #f7faf9;
	border: 1px solid #dce8e5;
	border-radius: 8px;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	padding: 16px;
}

.admin-setting-row p {
	margin: 6px 0 0;
}

.maintenance-section {
	align-items: center;
	background: linear-gradient(135deg, #fff8ee 0%, #ffffff 52%, #eef2fb 100%);
	display: flex;
	min-height: calc(100vh - 64px);
	padding: 48px 0;
}

.maintenance-panel {
	background: #ffffff;
	border: 1px solid var(--brand-line);
	border-radius: 8px;
	box-shadow: 0 18px 45px rgba(24, 35, 63, 0.1);
	margin: 0 auto;
	max-width: 640px;
	padding: 38px;
	text-align: center;
}

.maintenance-panel > i {
	align-items: center;
	background: #fff0d6;
	border-radius: 8px;
	color: var(--brand-red);
	display: inline-flex;
	font-size: 2.5rem;
	height: 68px;
	justify-content: center;
	margin-bottom: 18px;
	width: 68px;
}

.maintenance-panel h4 {
	font-weight: 800;
}

.maintenance-panel p:not(.eyebrow) {
	color: var(--brand-muted);
	font-size: 1.05rem;
}

.status-pill {
	border-radius: 999px;
	display: inline-block;
	font-size: 0.78rem;
	font-weight: 750;
	padding: 4px 9px;
}

.status-active {
	background: #fff0d6;
	color: var(--brand-red);
}

.status-frozen {
	background: #fff3e0;
	color: #ef6c00;
}

.status-blocked {
	background: #ffebee;
	color: #c62828;
}

.status-open {
	background: #fff0d6;
	color: var(--brand-ink);
}

.status-reviewed {
	background: #e8f0fe;
	color: #274690;
}

.status-dismissed {
	background: #f1f2f6;
	color: #657085;
}

.admin-edit-status {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 18px 0 24px;
}

.admin-edit-status .form-label {
	width: 100%;
}

.admin-moderation-actions {
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.admin-moderation-actions form {
	margin: 0;
}

.form-label,
.dev-email-note {
	color: #536966;
	font-weight: 700;
	margin-bottom: 8px;
}

.dev-confirmation-url {
	margin-top: 14px;
	overflow-wrap: anywhere;
}

.profile-preview-card .card-image img {
	max-height: 240px;
	object-fit: cover;
}

.profile-page-section {
	background:
		linear-gradient(180deg, #f7faf9 0%, #ffffff 46%, #f4f6fb 100%);
}

.profile-page-hero {
	align-items: center;
	background:
		linear-gradient(120deg, rgba(24, 35, 63, 0.96), rgba(21, 72, 63, 0.86)),
		url("../img/remote-talent-network.png");
	background-position: center;
	background-size: cover;
	border-radius: 8px;
	box-shadow: var(--brand-shadow-md);
	color: #ffffff;
	display: flex;
	gap: 22px;
	justify-content: space-between;
	margin-bottom: 28px;
	padding: 30px;
}

.profile-page-hero .eyebrow {
	color: var(--brand-gold);
}

.profile-page-hero h4 {
	color: #ffffff !important;
	font-size: clamp(2rem, 4vw, 3.1rem);
	font-weight: 900;
	line-height: 1.05;
	margin: 8px 0 10px;
}

.profile-page-hero p:last-child {
	color: rgba(255, 255, 255, 0.84);
	font-size: 1.08rem;
	line-height: 1.62;
	margin: 0;
	max-width: 720px;
}

.profile-page-hero .btn {
	flex: 0 0 auto;
}

.profile-page-section .profile-preview-card,
.profile-page-section .profile-edit-card {
	border: 1px solid rgba(221, 227, 238, 0.94);
	box-shadow: var(--brand-shadow-sm);
}

.profile-page-section .profile-preview-card {
	position: sticky;
	top: 88px;
}

.profile-page-section .profile-preview-card .card-image {
	background: linear-gradient(135deg, #fff0d6, #ffffff);
	padding: 18px 18px 0;
}

.profile-page-section .profile-preview-card .card-image img {
	aspect-ratio: 1 / 1;
	border: 6px solid #ffffff;
	border-radius: 50%;
	box-shadow: 0 16px 34px rgba(24, 35, 63, 0.14);
	margin: 0 auto;
	max-height: 220px;
	max-width: 220px;
	width: 100%;
}

.profile-page-section .profile-preview-card .card-title {
	color: var(--brand-ink);
	font-weight: 900;
}

.public-profile-hero {
	background:
		linear-gradient(118deg, rgba(24, 35, 63, 0.96), rgba(46, 85, 79, 0.9) 58%, rgba(217, 68, 54, 0.78)),
		url("../img/remote-talent-network.png");
	background-position: center;
	background-size: cover;
	color: #ffffff;
	padding: 62px 0 96px;
}

.public-profile-hero-grid {
	align-items: center;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.public-profile-hero .eyebrow {
	color: var(--brand-gold);
}

.public-profile-hero h1 {
	color: #ffffff;
	font-size: clamp(2.5rem, 6vw, 5rem);
	font-weight: 900;
	line-height: 0.98;
	margin: 8px 0 16px;
	max-width: 860px;
	overflow-wrap: anywhere;
}

.public-profile-hero p:not(.eyebrow) {
	color: rgba(255, 255, 255, 0.86);
	font-size: clamp(1.1rem, 2vw, 1.35rem);
	line-height: 1.5;
	margin: 0;
	max-width: 760px;
}

.public-profile-hero img {
	aspect-ratio: 1 / 1;
	background: #ffffff;
	border: 7px solid rgba(255, 255, 255, 0.86);
	border-radius: 50%;
	box-shadow: 0 24px 55px rgba(0, 0, 0, 0.24);
	height: clamp(142px, 18vw, 220px);
	object-fit: cover;
	width: clamp(142px, 18vw, 220px);
}

.public-profile-hero-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.public-profile-hero-meta span,
.public-profile-hero-meta a {
	align-items: center;
	background: rgba(255, 255, 255, 0.13);
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	font-weight: 800;
	gap: 7px;
	line-height: 1.2;
	padding: 9px 14px;
}

.public-profile-hero-meta a:hover {
	background: #ffffff;
	color: var(--brand-ink);
}

.public-profile-section {
	background:
		radial-gradient(circle at 12% 0%, rgba(242, 184, 75, 0.18), transparent 28%),
		linear-gradient(180deg, #f7faf9 0%, #ffffff 52%, #f4f6fb 100%);
	margin-top: -54px;
	padding-top: 0;
}

.public-profile-section .container {
	position: relative;
	z-index: 1;
}

.public-profile-layout {
	align-items: flex-start;
}

.public-profile-sidebar-card,
.public-profile-main-card {
	border: 1px solid rgba(221, 227, 238, 0.96);
	border-radius: 8px;
	box-shadow: 0 18px 44px rgba(24, 35, 63, 0.12);
	overflow: hidden;
}

.public-profile-sidebar-card {
	position: sticky;
	top: 88px;
}

.public-profile-sidebar-card .card-image {
	background:
		linear-gradient(135deg, rgba(242, 184, 75, 0.3), rgba(217, 68, 54, 0.1)),
		#ffffff;
	padding: 24px 24px 0;
}

.public-profile-sidebar-card .card-image img {
	aspect-ratio: 1 / 1;
	border: 6px solid #ffffff;
	border-radius: 50%;
	box-shadow: 0 16px 34px rgba(24, 35, 63, 0.15);
	margin: 0 auto;
	max-height: 220px;
	max-width: 220px;
	width: 100%;
}

.public-profile-sidebar-card .card-title {
	color: var(--brand-ink);
	display: block;
	font-weight: 900;
	line-height: 1.15;
	margin-bottom: 6px;
}

.public-profile-quick-list {
	display: grid;
	gap: 10px;
	margin: 18px 0;
}

.public-profile-quick-list span {
	align-items: center;
	background: #f8faf9;
	border: 1px solid #dce8e5;
	border-radius: 8px;
	color: #40524f;
	display: flex;
	font-weight: 700;
	gap: 9px;
	min-width: 0;
	overflow-wrap: anywhere;
	padding: 10px 12px;
}

.public-portfolio-link {
	align-items: center;
	border: 1px solid #f4d5d0;
	border-radius: 8px;
	display: inline-flex;
	font-weight: 900;
	margin-bottom: 2px;
	padding: 0 12px;
	width: 100%;
}

.public-profile-main-card {
	background: rgba(255, 255, 255, 0.98);
}

.public-profile-main-card .card-content {
	padding: 30px;
}

.public-profile-section-heading {
	border-bottom: 1px solid var(--brand-line);
	margin-bottom: 22px;
	padding-bottom: 20px;
}

.public-profile-section-heading h4 {
	color: var(--brand-ink);
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 900;
	line-height: 1.05;
	margin: 6px 0 10px;
}

.public-profile-section-heading p:last-child {
	color: var(--brand-muted);
	font-size: 1.08rem;
	line-height: 1.6;
	margin: 0;
	max-width: 760px;
}

.public-profile-summary-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 18px;
}

.public-profile-summary-grid div {
	background: #f8faf9;
	border: 1px solid #dce8e5;
	border-radius: 8px;
	padding: 15px;
}

.public-profile-summary-grid span {
	color: var(--brand-muted);
	display: block;
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.public-profile-summary-grid strong {
	color: var(--brand-ink);
	display: block;
	font-size: 1.06rem;
	line-height: 1.3;
	margin-top: 6px;
	overflow-wrap: anywhere;
}

.public-profile-block {
	border-bottom: 1px solid var(--brand-line);
	padding: 22px 0;
}

.public-profile-block:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.public-profile-block h5 {
	align-items: center;
	color: var(--brand-ink);
	display: flex;
	font-size: 1.35rem;
	font-weight: 900;
	gap: 8px;
	margin: 0 0 14px;
}

.public-profile-block h5 i {
	color: var(--brand-red);
}

.public-profile-block p {
	color: #40524f;
	font-size: 1.04rem;
	line-height: 1.75;
	margin: 0;
}

.public-profile-main-card .skill-chip-list {
	gap: 9px;
	margin: 0;
}

.public-profile-main-card .skill-chip-list .chip {
	background: #fff3dc;
	border: 1px solid #f4cf8f;
	color: #9f2f26;
	height: auto;
	line-height: 1.2;
	margin: 0;
	padding: 9px 13px;
}

.public-profile-main-card .public-resume-card {
	background: #f8faf9;
	border-color: #dce8e5;
	box-shadow: none;
	margin-top: 24px;
}

.public-profile-sidebar-card .profile-message-form .input-field {
	margin-bottom: 12px;
}

.public-profile-sidebar-card .profile-message-form textarea {
	background: #f8faf9;
	border: 1px solid #dce8e5 !important;
	border-radius: 8px;
	box-shadow: none !important;
	box-sizing: border-box;
	min-height: 96px;
	padding: 12px;
}

.public-profile-sidebar-card .profile-message-form textarea:focus {
	border-color: var(--brand-red) !important;
}

.public-profile-sidebar-card .report-panel {
	background: #fff8f6;
	box-shadow: none;
}

.profile-page-section .profile-edit-card .card-title {
	color: var(--brand-ink);
	font-size: 1.8rem;
	font-weight: 900;
}

.profile-edit-card form {
	margin-top: 24px;
}

.profile-edit-card .input-field input,
.profile-edit-card .input-field textarea,
.profile-edit-card .file-path-wrapper input {
	border-bottom-color: #dce8e5 !important;
	box-shadow: none !important;
}

.profile-edit-card .input-field input:focus,
.profile-edit-card .input-field textarea:focus {
	border-bottom-color: var(--brand-red) !important;
	box-shadow: 0 1px 0 0 var(--brand-red) !important;
}

.profile-edit-card .file-field {
	background: #f8f9fc;
	border: 1px solid #dce8e5;
	border-radius: 8px;
	padding: 10px;
}

.profile-edit-card .form-label {
	color: var(--brand-ink);
	font-size: 0.9rem;
	text-transform: uppercase;
}

.profile-upload-panel {
	align-items: center;
	background: #ffffff;
	border: 1px solid #e0ebe8;
	border-radius: 8px;
	display: flex;
	gap: 22px;
	margin-bottom: 12px;
	padding: 18px;
}

.dashboard-page-section .profile-upload-panel {
	background:
		linear-gradient(135deg, #ffffff 0%, #f8faf9 100%);
	border-color: rgba(221, 227, 238, 0.94);
	box-shadow: var(--brand-shadow-sm);
	margin-bottom: 22px;
	padding: 22px;
}

.profile-avatar-wrap {
	background: linear-gradient(135deg, #fff0d6, #ffffff);
	border-radius: 8px;
	padding: 6px;
}

.profile-upload-panel form {
	flex: 1;
}

.profile-avatar {
	border: 3px solid #fff0d6;
	border-radius: 50%;
	height: 96px;
	object-fit: cover;
	width: 96px;
}

.dashboard-page-section .profile-avatar {
	border-color: #ffffff;
	box-shadow: 0 10px 24px rgba(24, 35, 63, 0.13);
	height: 104px;
	width: 104px;
}

.profile-rate {
	color: var(--brand-red);
	font-weight: 700;
	margin: 14px 0;
}

.profile-joined {
	align-items: center;
	color: #60736f;
	display: flex;
	gap: 6px;
	margin: 10px 0;
}

.profile-visibility-status {
	align-items: center;
	color: #60736f;
	display: flex;
	gap: 6px;
	margin: 12px 0 0;
}

.profile-visibility-control,
.profile-hidden-notice {
	align-items: center;
	background: #f7faf9;
	border: 1px solid #dce8e5;
	border-radius: 8px;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin: 20px 0;
	padding: 16px;
}

.profile-visibility-control p {
	margin: 4px 0 0;
}

.profile-hidden-notice {
	color: #40524f;
	justify-content: flex-start;
	margin: 0 0 22px;
}

.profile-hidden-notice i {
	color: var(--brand-red);
}

.profile-skills-field {
	margin: 18px 0 24px;
}

.skill-checkbox-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.skill-chip-list {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 12px 0;
}

.skill-chip-list .chip {
	background: #fff0d6;
	color: var(--brand-red);
	font-weight: 700;
}

.parsed-resume-box,
.resume-profile-card {
	background: #f7faf9;
	border: 1px solid #dce8e5;
	border-radius: 8px;
	margin: 18px 0;
	max-height: 260px;
	overflow: auto;
	padding: 16px;
}

.resume-profile-card {
	max-height: none;
	overflow: visible;
}

.parsed-resume-box p:last-child {
	color: #40524f;
	line-height: 1.65;
	margin-bottom: 0;
	white-space: pre-line;
}

.resume-profile-card h5 {
	font-weight: 750;
	margin: 8px 0 14px;
}

.resume-contact-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 16px;
}

.resume-contact-row span {
	align-items: center;
	background: #ffffff;
	border: 1px solid #dce8e5;
	border-radius: 999px;
	color: #40524f;
	display: inline-flex;
	gap: 6px;
	padding: 7px 12px;
}

.resume-section {
	background: #ffffff;
	border: 1px solid #e0ebe8;
	border-radius: 8px;
	margin-top: 12px;
	padding: 14px 16px;
}

.resume-section h6 {
	color: var(--brand-red);
	font-weight: 750;
	margin: 0 0 10px;
}

.resume-section ul {
	margin: 0;
	padding-left: 18px;
}

.resume-section li {
	color: #40524f;
	line-height: 1.6;
	margin-bottom: 6px;
}

.public-resume-card {
	margin-top: 18px;
}

.profile-message-form {
	border-top: 1px solid #e0ebe8;
	margin-top: 18px;
	padding-top: 14px;
}

.report-panel {
	background: #fff8f6;
	border: 1px solid #f4d5d0;
	border-radius: 8px;
	margin-top: 16px;
	padding: 12px;
}

.report-heading {
	align-items: center;
	display: flex;
	font-weight: 800;
	margin-bottom: 10px;
}

.report-form {
	display: block;
}

.messenger-widget {
	background: #ffffff;
	border-radius: 18px 0 0 0;
	bottom: 0;
	box-shadow: 0 24px 70px rgba(24, 35, 63, 0.24);
	max-height: 620px;
	overflow: hidden;
	position: fixed;
	right: 0;
	width: min(390px, 100vw);
	z-index: 1000;
	border: 0;
}

.messenger-header {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(24, 35, 63, 0.98), rgba(21, 72, 63, 0.94)),
		url("../img/remote-talent-network.png");
	background-position: center;
	background-size: cover;
	color: #ffffff;
	cursor: pointer;
	display: flex;
	gap: 8px;
	justify-content: space-between;
	padding: 16px 18px;
	position: relative;
}

.messenger-header::after {
	background: linear-gradient(90deg, var(--brand-red), var(--brand-gold));
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
}

.messenger-header-title {
	align-items: center;
	display: grid;
	flex: 1 1 auto;
	gap: 0 10px;
	grid-template-columns: 38px minmax(0, 1fr);
	min-width: 0;
}

.messenger-header-title::before {
	align-items: center;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 12px;
	color: var(--brand-gold);
	content: "forum";
	display: flex;
	font-family: "Material Icons";
	font-size: 1.35rem;
	height: 38px;
	justify-content: center;
	width: 38px;
}

.messenger-header strong {
	font-size: 1.02rem;
	font-weight: 850;
	line-height: 1.1;
}

.messenger-window-actions {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	gap: 4px;
}

.messenger-minimize {
	color: #ffffff;
	height: 32px;
	line-height: 32px;
	padding: 0 6px;
}

.messenger-expand {
	color: #ffffff;
	height: 32px;
	line-height: 32px;
	padding: 0 6px;
}

.messenger-expand:hover {
	background: rgba(255, 255, 255, 0.12);
}

.messenger-widget.is-expanded {
	border-radius: 0;
	display: grid;
	grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
	grid-template-rows: 73px minmax(0, 1fr);
	height: 100vh;
	left: 0;
	max-height: none;
	right: 0;
	top: 0;
	width: 100vw;
	border: 0;
}

.messenger-widget.is-expanded .messenger-header {
	grid-column: 1 / -1;
	grid-row: 1;
}

.messenger-widget.is-expanded .messenger-active {
	grid-column: 2;
	grid-row: 2;
	height: calc(100vh - 73px);
	max-height: none;
	min-height: 0;
}

.messenger-widget.is-expanded .messenger-list {
	border-right: 1px solid #e7eeeb;
	grid-column: 1;
	grid-row: 2;
	height: calc(100vh - 73px);
	max-height: none;
	min-height: 0;
}

.messenger-widget.is-expanded .messenger-messages {
	flex: 1 1 auto;
	max-height: none;
}

.messenger-widget.is-expanded .messenger-thread-title,
.messenger-widget.is-expanded .messenger-form {
	flex: 0 0 auto;
}

.messenger-widget.is-expanded .messenger-form {
	margin: 0 12px 12px;
	padding: 12px;
}

.messenger-minimize:hover {
	background: rgba(255, 255, 255, 0.12);
}

.messenger-widget.is-minimized {
	display: block;
	max-height: 72px;
}

.messenger-widget.is-minimized .messenger-header {
	min-height: 72px;
	padding: 14px 16px;
}

.messenger-widget.is-minimized .messenger-count {
	display: none;
}

.messenger-widget.is-minimized .messenger-expand,
.messenger-widget.is-minimized .messenger-active,
.messenger-widget.is-minimized .messenger-list {
	display: none;
}

.messenger-header span,
.messenger-thread-title span {
	display: block;
	font-size: 0.82rem;
	opacity: 0.85;
}

.messenger-header .messenger-count {
	grid-column: 2;
}

.messenger-list {
	background: linear-gradient(180deg, #ffffff 0%, #f8faf9 100%);
	max-height: 420px;
	overflow: auto;
	padding: 8px;
}

.messenger-search {
	align-items: center;
	background: #ffffff;
	border: 1px solid #dce8e5;
	border-radius: 12px;
	display: flex;
	gap: 8px;
	margin-bottom: 8px;
	padding: 0 10px;
	position: sticky;
	top: 0;
	z-index: 1;
}

.messenger-search i {
	color: var(--brand-red);
}

.messenger-search input[type="search"] {
	border: 0 !important;
	box-shadow: none !important;
	height: 42px;
	margin: 0;
	padding: 0;
}

.messenger-list-items {
	min-height: 0;
}

.messenger-list-item {
	align-items: center;
	background: rgba(255, 255, 255, 0.84);
	border: 1px solid transparent;
	border-radius: 12px;
	color: #21312f;
	display: flex;
	gap: 10px;
	margin-bottom: 6px;
	padding: 11px 12px;
	position: relative;
	transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.messenger-list-item.has-new-message {
	border-color: rgba(217, 68, 54, 0.36);
	box-shadow: 0 10px 24px rgba(217, 68, 54, 0.12);
}

.messenger-list-item.has-new-message::after {
	background: var(--brand-red);
	border: 2px solid #ffffff;
	border-radius: 999px;
	content: "";
	height: 12px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 12px;
}

.messenger-list-item.is-filtered-out {
	display: none;
}

.messenger-list-item:hover {
	background: #ffffff;
	border-color: rgba(217, 68, 54, 0.18);
	box-shadow: var(--brand-shadow-sm);
	transform: translateY(-1px);
}

.messenger-list-item img {
	border: 2px solid #fff0d6;
	border-radius: 50%;
	height: 42px;
	object-fit: cover;
	width: 42px;
}

.messenger-list-item span {
	color: #60736f;
	display: -webkit-box;
	font-size: 0.84rem;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.messenger-list-item small {
	color: var(--brand-red);
	display: block;
	font-size: 0.72rem;
	margin-top: 2px;
}

.messenger-presence,
.messenger-thread-presence {
	align-items: center;
	color: #78908b !important;
	display: inline-flex !important;
	gap: 5px;
}

.messenger-thread-presence {
	clear: both;
	margin-left: 0;
	margin-top: 4px;
}

.messenger-presence i,
.messenger-thread-presence i {
	background: #a8b8b4;
	border-radius: 999px;
	display: inline-block;
	height: 7px;
	width: 7px;
}

.messenger-presence.is-online,
.messenger-thread-presence.is-online {
	color: #237a57 !important;
}

.messenger-presence.is-online i,
.messenger-thread-presence.is-online i {
	background: #25b36b;
	box-shadow: 0 0 0 3px rgba(37, 179, 107, 0.14);
}

.messenger-active .messenger-thread-presence{
	margin-left: 15px;
}

.messenger-empty {
	background: #f8faf9;
	border: 1px dashed #dce8e5;
	border-radius: 12px;
	color: #60736f;
	margin: 10px;
	padding: 18px;
	text-align: center;
}

.messenger-active {
	display: flex;
	flex-direction: column;
	max-height: 500px;
}

.messenger-thread-title {
	align-items: center;
	background: #ffffff;
	border-bottom: 1px solid #e7eeeb;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	padding: 13px 14px;
}

.messenger-thread-main {
	align-items: flex-start;
	display: flex;
	gap: 8px;
	min-width: 0;
}

.messenger-thread-main > div {
	min-width: 0;
}

.messenger-back,
.messenger-action {
	border-radius: 10px;
	flex: 0 0 auto;
	height: 32px;
	line-height: 32px;
	padding: 0 6px;
}

.messenger-actions {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 2px;
}

.messenger-actions form {
	margin: 0;
}

.messenger-job-context {
	align-items: flex-start;
	background: #fff8ec;
	border: 1px solid #f5dcc0;
	border-radius: 8px;
	color: inherit;
	display: flex;
	gap: 8px;
	margin-top: 8px;
	max-width: 248px;
	padding: 8px;
}

.messenger-job-context:hover {
	background: #fff0d6;
	border-color: #f4cf8f;
}

.messenger-job-context i {
	color: var(--brand-red);
	margin-top: 2px;
}

.messenger-job-context strong {
	color: #21312f;
	display: block;
	font-size: 0.86rem;
	line-height: 1.25;
}

.messenger-job-context span {
	color: #60736f;
	font-size: 0.76rem;
	opacity: 1;
}

.messenger-messages {
	background:
		linear-gradient(180deg, rgba(247, 250, 249, 0.96), rgba(244, 246, 251, 0.96));
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-height: 330px;
	overflow: auto;
	padding: 16px 14px;
}

.messenger-message {
	align-self: flex-start;
	background:
		linear-gradient(180deg, #ffffff 0%, #fbfdfc 100%);
	border: 1px solid rgba(220, 232, 229, 0.95);
	border-radius: 18px 18px 18px 6px;
	box-shadow: 0 10px 24px rgba(24, 35, 63, 0.08);
	max-width: 86%;
	padding: 11px 13px 9px;
	position: relative;
}

.messenger-message.own-message {
	align-self: flex-end;
	background:
		linear-gradient(135deg, #fff4de 0%, #ffe9e5 100%);
	border-color: #f4cf8f;
	border-radius: 18px 18px 6px 18px;
	box-shadow: 0 12px 26px rgba(217, 68, 54, 0.12);
}

.messenger-message span {
	color: #6a7f7b;
	display: block;
	font-size: 0.74rem;
	font-weight: 800;
	margin-bottom: 4px;
}

.messenger-message span em,
.admin-chat-label {
	align-items: center;
	background: #fff0d6;
	border: 1px solid #f4cf8f;
	border-radius: 999px;
	color: var(--brand-ink);
	display: inline-flex;
	font-size: 0.64rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.1;
	margin-left: 6px;
	padding: 3px 7px;
	text-transform: uppercase;
	vertical-align: middle;
}

.messenger-message p {
	color: #243936;
	font-size: 0.94rem;
	line-height: 1.48;
	margin: 0;
	white-space: pre-line;
}

.messenger-message p a {
	color: var(--brand-red);
	font-weight: 800;
	overflow-wrap: anywhere;
}

.messenger-attachment {
	align-items: center;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid #e4ebe8;
	border-radius: 10px;
	color: var(--brand-ink);
	display: inline-flex;
	font-size: 0.82rem;
	font-weight: 800;
	gap: 6px;
	margin-top: 8px;
	max-width: 100%;
	overflow-wrap: anywhere;
	padding: 7px 9px;
}

.messenger-attachment i {
	color: var(--brand-red);
}

.messenger-media-button {
	background: transparent;
	border: 0;
	cursor: zoom-in;
	display: block;
	margin-top: 8px;
	padding: 0;
	position: relative;
	text-align: left;
	width: 100%;
}

.messenger-media-preview {
	border: 1px solid #e4ebe8;
	border-radius: 12px;
	display: block;
	margin-top: 8px;
	max-height: 220px;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

.messenger-video-preview {
	background: #111827;
	object-fit: contain;
}

.messenger-video-play {
	align-items: center;
	background: rgba(24, 35, 63, 0.82);
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 999px;
	color: #ffffff;
	display: flex!important;
	height: 46px;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 46px;
}

.messenger-video-play i {
	line-height: 1;
	font-size: 2rem;
}

.messenger-message time {
	color: #8ba09c;
	display: block;
	font-size: 0.68rem;
	font-weight: 700;
	margin-top: 7px;
	text-align: right;
}

.messenger-form {
	align-items: flex-end;
	background: #ffffff;
	border-top: 1px solid #e7eeeb;
	display: flex;
	gap: 8px;
	padding: 12px;
}

.messenger-file-button {
	align-items: center;
	background: #f8faf9;
	border: 1px solid #dce8e5;
	border-radius: 14px;
	color: var(--brand-red);
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 auto;
	height: 46px;
	justify-content: center;
	margin: 0;
	width: 46px;
}

.messenger-file-button:hover {
	background: #fff0d6;
	border-color: #f4cf8f;
}

.messenger-file-button input {
	display: none;
}

.messenger-file-name {
	align-items: center;
	align-self: center;
	background: #fff0d6;
	border: 1px solid #f4cf8f;
	border-radius: 999px;
	color: var(--brand-ink);
	display: none;
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.2;
	max-width: 110px;
	overflow: hidden;
	padding: 7px 9px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.messenger-file-name.is-visible {
	display: inline-flex;
}

.messenger-form textarea {
	background: #f8faf9;
	border: 1px solid #dce8e5 !important;
	border-radius: 14px;
	box-shadow: none !important;
	box-sizing: border-box;
	margin: 0;
	min-height: 46px;
	padding: 11px 13px;
	resize: none;
}

.messenger-form textarea:focus {
	background: #ffffff;
	border-color: rgba(217, 68, 54, 0.42) !important;
	box-shadow: 0 0 0 4px rgba(217, 68, 54, 0.09) !important;
}

.messenger-form .btn {
	align-items: center;
	border-radius: 14px;
	display: inline-flex;
	height: 46px;
	justify-content: center;
	min-width: 48px;
	padding: 0 13px;
}

.messenger-blocked-state {
	background: #fff7ed;
	border-top: 1px solid #f1dcc6;
	color: #7a3f12;
	font-size: 0.9rem;
	padding: 12px 14px;
}

.messenger-lightbox-open {
	overflow: hidden;
}

.messenger-lightbox {
	align-items: center;
	display: none;
	inset: 0;
	justify-content: center;
	padding: 22px;
	position: fixed;
	z-index: 3000;
}

.messenger-lightbox.is-open {
	display: flex;
}

.messenger-lightbox-backdrop {
	background: rgba(8, 15, 28, 0.78);
	backdrop-filter: blur(7px);
	inset: 0;
	position: absolute;
}

.messenger-lightbox-dialog {
	background: #0f172a;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 16px;
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
	max-height: min(86vh, 820px);
	max-width: min(92vw, 1040px);
	overflow: hidden;
	position: relative;
	width: max-content;
	z-index: 1;
}

.messenger-lightbox-close {
	background: rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	color: #ffffff;
	height: 40px;
	line-height: 40px;
	padding: 0;
	position: absolute;
	right: 12px;
	top: 12px;
	width: 40px;
	z-index: 2;
}

.messenger-lightbox-close:hover {
	background: rgba(255, 255, 255, 0.2);
}

.messenger-lightbox-content {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 180px;
	min-width: min(86vw, 420px);
}

.lightbox-image {
	display: block;
	max-height: 86vh;
	max-width: 92vw;
	object-fit: contain;
}

.lightbox-video-player {
	background: #050816;
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	max-height: 86vh;
	max-width: min(92vw, 1040px);
	width: min(92vw, 900px);
}

.lightbox-video {
	background: #050816;
	display: block;
	max-height: calc(86vh - 72px);
	width: 100%;
}

.lightbox-video-controls {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(24, 35, 63, 0.98), rgba(21, 72, 63, 0.94));
	display: grid;
	gap: 10px;
	grid-template-columns: 42px minmax(110px, 1fr) auto 42px 42px;
	padding: 12px;
}

.lightbox-video-controls button {
	align-items: center;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 12px;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	padding: 0;
	width: 42px;
}

.lightbox-video-controls button:hover {
	background: rgba(255, 255, 255, 0.2);
}

.lightbox-video-progress {
	accent-color: var(--brand-gold);
	width: 100%;
}

.lightbox-video-time {
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.86rem;
	font-weight: 800;
	white-space: nowrap;
}

.is-hidden {
	display: none !important;
}

.notification-stack {
	display: grid;
	gap: 10px;
	position: fixed;
	right: 18px;
	top: 84px;
	width: min(360px, calc(100vw - 36px));
	z-index: 1100;
}

.activity-toast {
	background: #ffffff;
	border: 1px solid #dce8e5;
	border-left: 4px solid var(--brand-red);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(18, 53, 50, 0.18);
	color: #21312f;
	display: block;
	padding: 12px 14px;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.activity-toast strong {
	display: block;
	font-size: 0.88rem;
	margin-bottom: 4px;
}

.activity-toast span {
	color: #536966;
	display: block;
	font-size: 0.9rem;
	line-height: 1.35;
}

.activity-toast.is-hiding {
	opacity: 0;
	transform: translateY(-8px);
}

.cta-band {
	background: var(--brand-red);
	color: #ffffff;
	padding: 34px 0;
}

.cta-band h4 {
	font-weight: 750;
	margin-top: 0;
}

.cta-band p {
	color: #d8efeb;
}

.full-width {
	width: 100%;
}

footer.page-footer {
	margin-top: 0;
}

.footer-main {
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(240px, 1.45fr) repeat(3, minmax(150px, 1fr));
	padding: 34px 0 24px;
}

.footer-brand img {
	background: #ffffff;
	border-radius: 8px;
	display: block;
	height: 54px;
	margin-bottom: 14px;
	padding: 6px 10px;
	width: auto;
}

.footer-brand p {
	color: #d7e7e4;
	line-height: 1.6;
	margin: 0;
	max-width: 430px;
}

.footer-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px;
}

.footer-badges span {
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	font-size: 0.82rem;
	gap: 6px;
	padding: 7px 10px;
}

.footer-column h6 {
	color: #ffffff;
	font-weight: 800;
	margin: 4px 0 12px;
}

.footer-column ul {
	margin: 0;
}

.footer-column li {
	color: #d7e7e4;
	line-height: 1.7;
	margin-bottom: 7px;
}

.footer-column a {
	color: #d7e7e4;
}

.footer-column a:hover {
	color: var(--brand-gold);
}

.footer-info-list li {
	align-items: flex-start;
	display: flex;
	gap: 8px;
}

.footer-info-list i,
.footer-badges i {
	color: var(--brand-gold);
	margin-top: 3px;
}

.footer-bottom {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
}

footer.page-footer,
.admin-sidebar,
.admin-page-heading {
	background: var(--brand-ink) !important;
}

.admin-page-heading .eyebrow {
	color: var(--brand-gold);
}

.stat-item strong,
.stat-card strong,
.category-tile i,
.service-card i,
.profile-rate,
.resume-section h6,
.messenger-list-item small,
.recent-jobs-carousel .owl-nav button.owl-prev,
.recent-jobs-carousel .owl-nav button.owl-next {
	color: var(--brand-red);
}

.service-card i,
.skill-chip-list .chip,
.status-active,
.dashboard-sidebar a:hover,
.dashboard-sidebar a.active,
.admin-sidebar a:hover,
.admin-sidebar a.active {
	background: #fff0d6;
	color: var(--brand-ink);
}

.cta-band {
	background: var(--brand-ink);
}

.activity-toast {
	border-left-color: var(--brand-red);
}

.marketplace-nav .btn,
.hero-actions .btn-large,
.hero-search .btn-large,
.cta-band .btn-large,
.listing-search .btn-large {
	box-shadow: none;
}

/* Visual refresh */
:root {
	--brand-surface: #ffffff;
	--brand-surface-soft: #f8faf9;
	--brand-teal-deep: #15483f;
	--brand-shadow-sm: 0 8px 22px rgba(24, 35, 63, 0.07);
	--brand-shadow-md: 0 18px 44px rgba(24, 35, 63, 0.12);
	--brand-shadow-lg: 0 28px 70px rgba(24, 35, 63, 0.16);
}

body {
	background:
		linear-gradient(180deg, #ffffff 0, #f7f9fc 320px, var(--brand-mist) 100%);
	font-family: "Source Sans 3", Arial, sans-serif;
}

.container {
	width: min(92%, 1180px);
}

.marketplace-nav {
	backdrop-filter: blur(16px);
	background: rgba(255, 255, 255, 0.94) !important;
}

.marketplace-nav ul a {
	border-radius: 8px;
	font-weight: 750;
	height: 40px;
	line-height: 40px;
	margin: 12px 2px;
	padding: 0 12px;
}

.marketplace-nav ul a:hover {
	background: #fff3e2;
	color: var(--brand-red) !important;
}

.marketplace-nav ul li a.btn {
	align-items: center;
	display: inline-flex;
	height: 38px;
	line-height: 38px;
	margin: 13px 0 13px 8px;
	padding: 0 16px;
}

.marketplace-nav ul li a.btn:hover {
	background: #c6372c !important;
	color: #ffffff !important;
}

.btn,
.btn-large,
.btn-small,
.btn-flat {
	border-radius: 8px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: none;
}

.btn.teal,
.btn-large.teal,
.btn-small.teal {
	box-shadow: 0 10px 22px rgba(217, 68, 54, 0.24) !important;
}

.btn.teal:hover,
.btn-large.teal:hover,
.btn-small.teal:hover {
	background: #c6372c !important;
	box-shadow: 0 14px 28px rgba(217, 68, 54, 0.3) !important;
}

.white.teal-text,
.btn.white.teal-text,
.btn-large.white.teal-text {
	border: 1px solid #dde5ef;
	box-shadow: var(--brand-shadow-sm) !important;
}

.nav-search .input-field,
.hero-search .input-field,
.listing-search .input-field,
.auth-input {
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.nav-search .input-field:focus-within,
.hero-search .input-field:focus-within,
.listing-search .input-field:focus-within,
.auth-input:focus-within {
	border-color: rgba(217, 68, 54, 0.42);
	box-shadow: 0 0 0 4px rgba(217, 68, 54, 0.09);
}

.hero-section {
	background:
		linear-gradient(120deg, rgba(255, 248, 238, 0.98) 0%, rgba(255, 255, 255, 0.95) 46%, rgba(235, 243, 247, 0.92) 100%),
		url("../img/remote-talent-network.png");
	background-position: center;
	background-size: cover;
	border-bottom: 1px solid rgba(221, 227, 238, 0.75);
	padding: 72px 0 62px;
	position: relative;
}

.container .row{
	margin-left: -15px;
	margin-right: -15px;
}

.hero-section .row {
	margin-bottom: 0;
}

.hero-section h1 {
	color: var(--brand-ink);
	font-size: clamp(2.35rem, 5vw, 4.45rem);
	letter-spacing: 0;
	max-width: 780px;
}

.hero-copy {
	color: #566177;
	font-size: 1.24rem;
	line-height: 1.72;
}

.hero-search .input-field,
.listing-search,
.jobs-filter-sidebar,
.dashboard-sidebar,
.dashboard-overview,
.admin-panel,
.auth-card,
.empty-state,
.profile-upload-panel,
.resume-profile-card,
.legal-content {
	box-shadow: var(--brand-shadow-sm);
}

.hero-search .input-field {
	border-color: rgba(221, 227, 238, 0.86);
	box-shadow: var(--brand-shadow-md);
}

.hero-image,
.section-image {
	border: 1px solid rgba(221, 227, 238, 0.9);
	border-radius: 8px;
	box-shadow: var(--brand-shadow-lg);
}

.hero-image {
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.page-hero {
	background:
		linear-gradient(120deg, rgba(24, 35, 63, 0.72), rgba(21, 72, 63, 0.46)),
		url("../img/hero-remote-hiring.png");
	color: #ffffff;
	padding: 92px 0 96px;
}

.page-hero .eyebrow {
	color: var(--brand-gold);
}

.page-hero h1 {
	color: #ffffff;
	font-size: clamp(2.15rem, 4vw, 3.55rem);
}

.page-hero p:last-child {
	color: rgba(255, 255, 255, 0.88);
}

.content-section {
	padding: 66px 0 76px;
}

.about-preview-section,
.jobs-listing-section {
	background: #ffffff;
}

.services-section,
.values-section,
.category-section,
.admin-dashboard-section {
	background:
		linear-gradient(180deg, #f6faf8 0%, #eef5f2 100%);
}

.section-heading {
	margin-bottom: 32px;
}

.section-heading h4,
.content-section h4 {
	color: var(--brand-ink);
	font-size: clamp(2rem, 3vw, 2.85rem);
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.12;
}

.eyebrow {
	align-items: center;
	display: inline-flex;
	gap: 8px;
}

.eyebrow::before {
	background: var(--brand-gold);
	border-radius: 999px;
	content: "";
	display: inline-block;
	height: 8px;
	width: 8px;
}

.stat-strip,
.stat-item,
.stat-card,
.service-card,
.feature-card,
.category-tile,
.card,
.job-card,
.proposal-list .collection-item {
	border-color: rgba(221, 227, 238, 0.92);
	box-shadow: var(--brand-shadow-sm);
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.service-card:hover,
.feature-card:hover,
.category-tile:hover,
.job-card:hover,
.proposal-list .collection-item:hover {
	border-color: rgba(217, 68, 54, 0.24);
	box-shadow: var(--brand-shadow-md);
	transform: translateY(-3px);
}

.service-card,
.feature-card {
	min-height: 272px;
}

.service-card i {
	background: linear-gradient(135deg, #fff1d8, #ffe7e2);
}

.card {
	border: 1px solid rgba(221, 227, 238, 0.92);
	box-shadow: var(--brand-shadow-sm);
	overflow: hidden;
}

.card .card-content {
	padding: 24px;
}

.card .card-action {
	background: #ffffff;
	border-top: 1px solid rgba(221, 227, 238, 0.84);
	padding: 16px 24px;
}

.job-card .card-title {
	color: var(--brand-ink);
	display: block;
	font-size: 1.28rem;
	line-height: 1.24;
	margin-top: 16px;
}

.job-description {
	color: #596579;
	line-height: 1.62;
}

.job-meta span {
	background: #f7faf9;
	border: 1px solid #e2ebe8;
	border-radius: 999px;
	padding: 6px 9px;
}

.job-status-pill {
	border-radius: 999px;
}

.new.badge {
	border-radius: 999px;
	font-weight: 800;
}

.jobs-layout,
.dashboard-shell,
.admin-shell {
	gap: 30px;
}

.jobs-filter-sidebar,
.dashboard-sidebar,
.admin-sidebar {
	top: 88px;
}

.listing-search {
	background: #ffffff;
	border-color: rgba(221, 227, 238, 0.92);
	padding: 18px;
}

.auth-section {
	background:
		linear-gradient(120deg, rgba(255, 248, 238, 0.96), rgba(255, 255, 255, 0.9), rgba(235, 243, 247, 0.94)),
		url("../img/auth-register.png");
	background-position: center;
	background-size: cover;
}

.auth-card {
	border: 1px solid rgba(221, 227, 238, 0.9);
	border-radius: 8px;
}

.auth-visual {
	box-shadow: var(--brand-shadow-lg);
}

.admin-page-heading {
	background:
		linear-gradient(120deg, rgba(24, 35, 63, 0.98), rgba(21, 72, 63, 0.94)) !important;
	box-shadow: var(--brand-shadow-md);
}

.admin-content .admin-panel,
.dashboard-overview,
.dashboard-sidebar,
.jobs-filter-sidebar {
	border-color: rgba(221, 227, 238, 0.9);
}

.dashboard-sidebar a,
.admin-sidebar a {
	transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.dashboard-sidebar a:hover,
.dashboard-sidebar a.active,
.admin-sidebar a:hover,
.admin-sidebar a.active {
	transform: translateX(2px);
}

.cta-band {
	background:
		linear-gradient(120deg, #d94436 0%, #b7332b 58%, #f2b84b 140%);
	padding: 46px 0;
}

.cta-band h4 {
	font-size: clamp(1.85rem, 3vw, 2.65rem);
	font-weight: 850;
}

footer.page-footer {
	background:
		linear-gradient(135deg, #18233f 0%, #15483f 100%) !important;
}

.footer-main {
	padding: 46px 0 34px;
}

.footer-brand img {
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.footer-column a {
	border-radius: 6px;
	display: inline-block;
	padding: 2px 0;
}

.footer-column a:hover {
	transform: translateX(2px);
}

@media only screen and (max-width: 992px) {
	.nav-search {
		display: none;
	}

	.jobs-layout {
		grid-template-columns: 1fr;
	}

	.jobs-filter-sidebar {
		position: static;
	}

	.dashboard-shell {
		grid-template-columns: 1fr;
	}

	.admin-shell {
		grid-template-columns: 1fr;
	}

	.admin-container {
		padding: 0 16px;
	}

	.dashboard-sidebar {
		position: static;
	}

	.dashboard-sidebar,
	.admin-sidebar {
		display: grid;
		gap: 8px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.admin-sidebar {
		grid-template-columns: repeat(7, minmax(0, 1fr));
	}

	.dashboard-sidebar a,
	.admin-sidebar a {
		justify-content: center;
		text-align: center;
	}

	.footer-main {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.footer-brand {
		grid-column: 1 / -1;
	}

	.auth-shell,
	.auth-shell-reverse {
		grid-template-columns: 1fr;
	}

	.auth-visual {
		min-height: 360px;
	}

	.hero-section .valign-wrapper {
		display: block;
	}

	.hero-image {
		margin-top: 28px;
	}
}

@media only screen and (max-width: 600px) {
	.marketplace-nav .brand-logo {
		font-size: 1.1rem;
		left: 12px;
		transform: none;
	}

	.cfph-brand-logo img {
		height: 38px;
		max-width: 148px;
	}

	.marketplace-nav .sidenav-trigger {
		display: block;
	}

	.hero-section {
		padding: 36px 0 30px;
	}

	.hero-section h1 {
		font-size: 2.15rem;
	}

	.hero-copy,
	.page-hero p:last-child {
		font-size: 1rem;
	}

	.page-hero {
		padding: 48px 0 54px;
	}

	.page-hero h1 {
		font-size: 2rem;
	}

	.hero-actions .btn-large {
		width: 100%;
	}

	.hero-search {
		display: block;
	}

	.hero-search .btn-large,
	.listing-search .btn-large {
		margin-top: 12px;
		width: 100%;
	}

	.auth-section {
		padding: 28px 0 42px;
	}

	.auth-card {
		padding: 22px;
	}

	.auth-visual {
		min-height: 300px;
	}

	.auth-visual-copy {
		padding: 22px;
	}

	.auth-account-options {
		grid-template-columns: 1fr;
	}

	.auth-account-options span {
		min-height: 0;
	}

	.admin-page-picker,
	.admin-setting-row {
		display: grid;
		grid-template-columns: 1fr;
	}

	.carousel-heading,
	.split-heading {
		align-items: flex-start;
		display: block;
	}

	.split-heading .btn {
		margin-top: 14px;
	}

	.listing-search {
		display: block;
	}

	.jobs-filter-sidebar,
	.dashboard-sidebar,
	.admin-sidebar,
	.dashboard-overview,
	.admin-panel,
	.card .card-content {
		padding: 14px;
	}

	.dashboard-sidebar,
	.admin-sidebar {
		grid-template-columns: 1fr;
	}

	.dashboard-sidebar a,
	.admin-sidebar a {
		justify-content: flex-start;
		text-align: left;
	}

	.admin-page-heading {
		padding: 18px;
	}

	.admin-page-heading h4 {
		font-size: 1.85rem;
	}

	.stat-strip {
		grid-template-columns: 1fr;
	}

	.section-image {
		margin-bottom: 22px;
	}

	.category-grid {
		grid-template-columns: 1fr;
	}

	.skill-checkbox-grid {
		grid-template-columns: 1fr;
	}

	.profile-upload-panel {
		align-items: flex-start;
		display: block;
	}

	.profile-avatar-wrap {
		display: inline-block;
		margin-bottom: 12px;
	}

	.job-row-card.card.horizontal {
		display: block;
	}

	.job-row-card .card-image {
		width: 100%;
	}

	.job-row-card .card-image img {
		height: 160px;
	}

	.job-detail-hero {
		min-height: 210px;
		padding: 24px;
	}

	.job-detail-hero h3 {
		font-size: 2rem;
	}

	.resume-contact-row span {
		width: 100%;
	}

	.admin-user-actions,
	.admin-moderation-actions {
		align-items: stretch;
		display: grid;
		grid-template-columns: 1fr;
	}

	.admin-user-actions .btn-flat,
	.admin-moderation-actions .btn {
		width: 100%;
	}

	.profile-avatar {
		margin-bottom: 12px;
	}

	.footer-main {
		grid-template-columns: 1fr;
	}

	.footer-bottom {
		align-items: flex-start;
		display: grid;
	}

	.messenger-widget {
		bottom: 0;
		border-radius: 14px 14px 0 0;
		left: 0;
		max-height: 78vh;
		right: 0;
		width: auto;
	}

	.messenger-widget.is-expanded {
		grid-template-columns: 1fr;
		grid-template-rows: 73px minmax(0, 42vh) minmax(0, 1fr);
	}

	.messenger-widget.is-expanded .messenger-list {
		border-bottom: 1px solid #e7eeeb;
		border-right: 0;
		grid-column: 1;
		grid-row: 2;
		height: auto;
	}

	.messenger-widget.is-expanded .messenger-active {
		grid-column: 1;
		grid-row: 3;
		height: auto;
	}

	.messenger-active {
		max-height: calc(78vh - 58px);
	}

	.messenger-messages {
		max-height: 42vh;
	}

	.messenger-lightbox {
		padding: 10px;
	}

	.messenger-lightbox-dialog {
		border-radius: 12px;
		max-width: calc(100vw - 20px);
	}

	.lightbox-video-controls {
		gap: 8px;
		grid-template-columns: 38px minmax(80px, 1fr) 38px 38px;
	}

	.lightbox-video-time {
		display: none;
	}

	.notification-stack {
		left: auto;
		right: 10px;
		top: 72px;
		width: auto;
	}

	.stat-item,
	.stat-card {
		margin-bottom: 12px;
	}
}

/* Responsive refinement layer */
@media only screen and (max-width: 1200px) {
	.container,
	.admin-container {
		width: min(94%, 1100px);
	}

	.nav-search {
		left: 180px;
		width: min(300px, 26vw);
	}

	.marketplace-nav ul a {
		padding: 0 9px;
	}

	.hero-section h1 {
		font-size: clamp(2.6rem, 4.8vw, 3.7rem);
	}

	.jobs-layout {
		grid-template-columns: 230px minmax(0, 1fr);
	}

	.dashboard-shell {
		grid-template-columns: 220px minmax(0, 1fr);
	}

	.admin-shell {
		grid-template-columns: 240px minmax(0, 1fr);
	}
}

@media only screen and (max-width: 992px) {
	.marketplace-nav .sidenav-trigger {
		display: block;
	}

	.marketplace-nav .brand-logo {
		left: 0;
		transform: none;
	}

	.content-section {
		padding: 54px 0 64px;
	}

	.hero-section {
		padding: 56px 0 54px;
	}

	.hero-section .row,
	.about-preview-section .row,
	.about-purpose-section .row,
	.cta-band .row {
		display: block;
	}

	.hero-section .col,
	.about-preview-section .col,
	.about-purpose-section .col,
	.cta-band .col {
		width: 100%;
	}

	.about-purpose-section .section-image {
		margin: 0 0 26px;
	}

	.hero-image,
	.section-image {
		margin-top: 26px;
		max-height: 420px;
		object-fit: cover;
		width: 100%;
	}

	.service-card,
	.feature-card {
		margin-bottom: 18px;
		min-height: 0;
	}

	.jobs-filter-sidebar,
	.dashboard-sidebar,
	.admin-sidebar {
		position: static;
		top: auto;
	}

	.dashboard-sidebar,
	.admin-sidebar {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.admin-sidebar {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.dashboard-sidebar a,
	.admin-sidebar a {
		min-height: 58px;
		padding: 10px;
	}

	.admin-content table {
		min-width: 860px;
	}

	.footer-main {
		grid-template-columns: 1.2fr 1fr 1fr;
	}

	.footer-brand {
		grid-column: 1 / -1;
	}
}

@media only screen and (max-width: 768px) {
	.container,
	.admin-container {
		width: min(94%, 720px);
		padding-left: 0;
		padding-right: 0;
	}

	.page-hero {
		padding: 68px 0 72px;
	}

	.hero-search,
	.listing-search,
	.admin-user-search,
	.contact-layout {
		align-items: stretch;
		display: grid;
		grid-template-columns: 1fr;
	}

	.hero-search .input-field,
	.listing-search .input-field,
	.admin-user-search .input-field {
		min-width: 0;
		width: 100%;
	}

	.hero-search .btn-large,
	.listing-search .btn-large,
	.admin-user-search .btn,
	.admin-user-search .btn-flat {
		margin-top: 0;
		width: 100%;
	}

	.jobs-listings-grid > .col {
		width: 100%;
	}

	.jobs-listings-grid .job-card {
		height: auto;
	}

	.jobs-pagination {
		align-items: stretch;
		display: grid;
		grid-template-columns: 1fr;
	}

	.jobs-pagination .pagination {
		justify-content: space-between;
	}

	.jobs-pagination .pagination li a,
	.jobs-pagination .pagination li span {
		min-width: 118px;
	}

	.dashboard-sidebar,
	.admin-sidebar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dashboard-hero {
		align-items: flex-start;
		display: grid;
		grid-template-columns: 1fr;
		padding: 24px;
	}

	.job-composer-header {
		align-items: flex-start;
		display: grid;
		grid-template-columns: 1fr;
		padding: 24px;
	}

	.job-composer-icon {
		height: 58px;
		width: 58px;
	}

	.job-composer-form {
		padding: 20px;
	}

	.job-composer-grid {
		grid-template-columns: 1fr;
	}

	.admin-panel,
	.dashboard-overview,
	.auth-card {
		padding: 18px;
	}

	.auth-visual {
		display: none;
	}

	.contact-info-panel,
	.contact-form-card {
		padding: 22px;
	}

	.profile-page-hero {
		align-items: flex-start;
		display: grid;
		grid-template-columns: 1fr;
		padding: 24px;
	}

	.public-profile-hero {
		padding: 46px 0 78px;
	}

	.public-profile-section {
		padding-top: 0;
	}

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

	.public-profile-hero img {
		height: 132px;
		width: 132px;
	}

	.profile-page-hero .btn {
		width: 100%;
	}

	.profile-page-section .profile-preview-card,
	.public-profile-sidebar-card {
		position: static;
	}

	.public-profile-summary-grid {
		grid-template-columns: 1fr;
	}

	.profile-visibility-control,
	.profile-hidden-notice,
	.admin-setting-row {
		align-items: stretch;
		display: grid;
		grid-template-columns: 1fr;
	}

	.footer-main {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 600px) {
	html {
		font-size: 15px;
	}

	body {
		min-width: 0;
	}

	.container,
	.admin-container {
		width: calc(100% - 28px);
	}

	.marketplace-nav,
	.marketplace-nav .nav-wrapper,
	.marketplace-nav .brand-logo,
	.cfph-brand-logo {
		height: 60px;
		line-height: 60px;
	}

	.marketplace-nav .sidenav-trigger {
		margin-right: 0;
	}

	.hero-section {
		padding: 40px 0 42px;
	}

	.jobs-page-hero {
		padding: 48px 0 42px;
	}

	.hero-section h1,
	.page-hero h1,
	.public-profile-hero h1,
	.jobs-page-heading h4 {
		font-size: clamp(2rem, 10vw, 2.65rem);
		line-height: 1.08;
	}

	.jobs-page-stats {
		display: grid;
		grid-template-columns: 1fr;
	}

	.hero-copy,
	.section-copy,
	.legal-content {
		font-size: 1rem;
		line-height: 1.62;
	}

	.about-purpose-section .section-image {
		aspect-ratio: 4 / 3;
		max-height: 280px;
	}

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

	.hero-search .input-field,
	.listing-search .input-field {
		height: 52px;
	}

	.hero-search input[type="search"],
	.listing-search input[type="search"] {
		height: 50px;
	}

	.card .card-content,
	.card .card-action {
		padding: 16px;
	}

	.public-profile-main-card .card-content {
		padding: 18px;
	}

	.public-profile-section {
		margin-top: -38px;
	}

	.public-profile-hero-meta span,
	.public-profile-hero-meta a {
		width: 100%;
	}

	.job-card .card-title {
		font-size: 1.18rem;
	}

	.job-meta {
		gap: 8px;
	}

	.job-meta span {
		width: 100%;
	}

	.dashboard-sidebar,
	.admin-sidebar {
		grid-template-columns: 1fr;
	}

	.dashboard-sidebar a,
	.admin-sidebar a {
		min-height: 0;
	}

	.admin-content table {
		min-width: 760px;
	}

	.admin-user-search .input-field {
		min-width: 0;
	}

	.seed-data-actions,
	.seed-data-actions form,
	.seed-data-actions .btn {
		width: 100%;
	}

	.footer-main {
		gap: 22px;
		grid-template-columns: 1fr;
	}

	.footer-badges span {
		width: 100%;
	}
}

@media only screen and (max-width: 420px) {
	.container,
	.admin-container {
		width: calc(100% - 20px);
	}

	.cfph-brand-logo img {
		height: 34px;
		max-width: 132px;
	}

	.hero-section h1,
	.page-hero h1,
	.section-heading h4,
	.content-section h4 {
		overflow-wrap: anywhere;
	}

	.btn-large {
		font-size: 0.92rem;
		padding: 0 14px;
	}

	.auth-card,
	.admin-panel,
	.dashboard-overview,
	.job-composer-form,
	.jobs-filter-sidebar,
	.contact-info-panel,
	.contact-form-card,
	.profile-page-hero,
	.public-profile-main-card .card-content {
		padding: 14px;
	}

	.jobs-pagination .pagination {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.jobs-pagination .pagination li a,
	.jobs-pagination .pagination li span {
		width: 100%;
	}
}

@media only screen and (max-height: 520px) and (orientation: landscape) {
	.hero-section,
	.auth-section,
	.page-hero {
		padding-bottom: 28px;
		padding-top: 28px;
	}

	.auth-visual {
		display: none;
	}

	.messenger-widget {
		max-height: 86vh;
	}

	.messenger-messages {
		max-height: 34vh;
	}
}
