body.industry-page {
	background: #f9f7f4;
	color: #171217;
}

.industry-page main {
	overflow: hidden;
}

.industry-hero {
	position: relative;
	min-height: calc(100vh - 90px);
	padding: 96px 6vw 72px;
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
	gap: clamp(32px, 5vw, 76px);
	align-items: center;
	background: #f9f7f4;
}

.industry-eyebrow {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin-bottom: 20px;
	padding: 8px 13px;
	border: 1px solid rgba(56, 0, 42, 0.16);
	border-radius: 999px;
	background: #fff;
	color: #38002a;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.industry-hero h1 {
	max-width: 760px;
	font-family: "Archivo", sans-serif;
	font-size: clamp(48px, 6vw, 88px);
	font-weight: 900;
	line-height: 0.96;
	letter-spacing: 0;
	color: #13000e;
}

.industry-hero-copy {
	max-width: 640px;
	margin-top: 26px;
	color: #4d4149;
	font-size: clamp(18px, 2vw, 23px);
	line-height: 1.45;
}

.industry-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.industry-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 14px 22px;
	border-radius: 999px;
	font-weight: 800;
	font-size: 15px;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.industry-btn:hover {
	transform: translateY(-2px);
}

.industry-btn-primary {
	background: #38002a;
	color: #fff;
	box-shadow: 0 16px 34px rgba(56, 0, 42, 0.18);
}

.industry-btn-primary:hover,
.industry-btn-primary:focus {
	color: #fff;
	background: #25001c;
}

.industry-btn-secondary {
	background: #fff;
	color: #38002a;
	border: 1px solid rgba(56, 0, 42, 0.14);
}

.industry-proof-strip {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-top: 42px;
	max-width: 640px;
}

.industry-proof-item {
	padding: 16px;
	border: 1px solid rgba(56, 0, 42, 0.12);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.72);
}

.industry-proof-item strong {
	display: block;
	color: #38002a;
	font-size: 24px;
	line-height: 1;
}

.industry-proof-item span {
	display: block;
	margin-top: 7px;
	color: #5d5159;
	font-size: 13px;
	line-height: 1.35;
}

.industry-showcase {
	position: relative;
	min-height: 650px;
}

.showcase-frame {
	position: absolute;
	overflow: hidden;
	border-radius: 8px;
	background: #170011;
	box-shadow: 0 28px 70px rgba(21, 0, 15, 0.24);
}

.showcase-frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	display: block;
}

.showcase-main {
	top: 0;
	right: 0;
	width: min(86%, 560px);
	height: 560px;
}

.showcase-side {
	left: 0;
	bottom: 36px;
	width: min(46%, 280px);
	height: 360px;
	border: 8px solid #f9f7f4;
}

.showcase-card {
	position: absolute;
	right: 24px;
	bottom: 0;
	width: min(78%, 430px);
	padding: 22px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(21, 0, 15, 0.18);
}

.showcase-card-title {
	color: #38002a;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.showcase-card p {
	margin-top: 10px;
	color: #3b3037;
	font-size: 16px;
	line-height: 1.45;
}

.industry-band {
	padding: clamp(70px, 9vw, 120px) 6vw;
}

.industry-band-dark {
	background: #170011;
	color: #fff;
}

.industry-band-light {
	background: #f9f7f4;
}

.industry-band-white {
	background: #fff;
}

.section-kicker {
	margin-bottom: 12px;
	color: #d5ba43;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.industry-band-light .section-kicker,
.industry-band-white .section-kicker {
	color: #38002a;
}

.section-heading {
	max-width: 980px;
	font-size: clamp(38px, 5.2vw, 72px);
	font-weight: 900;
	line-height: 0.98;
	letter-spacing: 0;
}

.section-subhead {
	max-width: 760px;
	margin-top: 20px;
	color: rgba(255, 255, 255, 0.74);
	font-size: 19px;
	line-height: 1.55;
}

.industry-band-light .section-subhead,
.industry-band-white .section-subhead {
	color: #5c5058;
}

.needs-grid,
.plays-grid,
.store-grid {
	display: grid;
	gap: 20px;
	margin-top: 44px;
}

.needs-grid {
	grid-template-columns: repeat(4, 1fr);
}

.need-card,
.play-card {
	border-radius: 8px;
	padding: 26px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.11);
}

.need-card h3,
.play-card h3 {
	color: #fff;
	font-size: 21px;
	line-height: 1.1;
}

.need-card p,
.play-card p {
	margin-top: 12px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 15px;
	line-height: 1.48;
}

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

.play-card {
	background: #fff;
	border-color: rgba(56, 0, 42, 0.11);
	box-shadow: 0 14px 34px rgba(21, 0, 15, 0.05);
}

.play-card h3 {
	color: #170011;
}

.play-card p {
	color: #5c5058;
}

.play-card ul {
	display: grid;
	gap: 9px;
	margin-top: 18px;
}

.play-card li {
	position: relative;
	padding-left: 22px;
	color: #30252c;
	font-size: 14px;
	line-height: 1.35;
}

.play-card li:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: #d5ba43;
}

.workflow-wrap {
	display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	gap: clamp(32px, 5vw, 70px);
	align-items: start;
	margin-top: 46px;
}

.workflow-list {
	display: grid;
	gap: 14px;
}

.workflow-step {
	display: grid;
	grid-template-columns: 54px 1fr;
	gap: 18px;
	padding: 22px;
	border: 1px solid rgba(56, 0, 42, 0.1);
	border-radius: 8px;
	background: #fff;
}

.workflow-step-number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border-radius: 999px;
	background: #38002a;
	color: #fff;
	font-weight: 900;
}

.workflow-step h3 {
	font-size: 20px;
	line-height: 1.15;
	color: #160010;
}

.workflow-step p {
	margin-top: 8px;
	color: #5c5058;
	font-size: 15px;
	line-height: 1.45;
}

.workflow-visual {
	position: sticky;
	top: 120px;
	overflow: hidden;
	border-radius: 8px;
	background: #160010;
	box-shadow: 0 24px 60px rgba(21, 0, 15, 0.18);
}

.workflow-visual img {
	width: 100%;
	height: 560px;
	display: block;
	object-fit: cover;
	object-position: top;
}

.store-grid {
	grid-template-columns: repeat(4, 1fr);
}

.industry-store-card {
	overflow: hidden;
	border-radius: 8px;
	background: #fff;
	border: 1px solid rgba(56, 0, 42, 0.1);
	box-shadow: 0 16px 34px rgba(21, 0, 15, 0.05);
	color: #170011;
}

.industry-store-card:hover {
	color: #170011;
	transform: translateY(-4px);
}

.industry-store-card img {
	width: 100%;
	height: 230px;
	display: block;
	object-fit: cover;
	object-position: top;
	transition: object-position 4s ease;
}

.industry-store-card:hover img {
	object-position: bottom;
}

.industry-store-card div {
	padding: 18px;
}

.industry-store-card h3 {
	font-size: 20px;
	line-height: 1.15;
}

.industry-store-card p {
	margin-top: 8px;
	color: #6a5f66;
	font-size: 14px;
	line-height: 1.35;
}

.faq-layout {
	display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	gap: clamp(32px, 5vw, 70px);
	align-items: start;
}

.faq-list {
	display: grid;
	gap: 14px;
}

.faq-item {
	padding: 24px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.11);
}

.faq-item h3 {
	color: #fff;
	font-size: 20px;
	line-height: 1.18;
}

.faq-item p {
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 15px;
	line-height: 1.48;
}

.industry-cta {
	padding: clamp(72px, 9vw, 118px) 6vw;
	background: #d5ba43;
	color: #170011;
}

.industry-cta-inner {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 28px;
	align-items: end;
	max-width: 1280px;
	margin: 0 auto;
}

.industry-cta h2 {
	max-width: 760px;
	font-size: clamp(40px, 5.6vw, 84px);
	font-weight: 900;
	line-height: 0.95;
	letter-spacing: 0;
}

.industry-cta p {
	max-width: 620px;
	margin-top: 18px;
	font-size: 19px;
	line-height: 1.45;
}

.industry-cta .industry-btn-primary {
	background: #170011;
}

.healthcare-contact-page {
	background: #f9f7f4;
	color: #170011;
}

.healthcare-contact-page main {
	overflow: hidden;
}

.contact-healthcare-hero {
	padding: 30px 6vw 62px;
	display: grid;
	grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
	gap: clamp(34px, 5vw, 76px);
	align-items: start;
	background:
		linear-gradient(135deg, rgba(56, 0, 42, 0.05), rgba(213, 186, 67, 0.09)),
		#f9f7f4;
}

.contact-healthcare-copy {
	position: sticky;
	top: 118px;
	padding-top: 18px;
}

.contact-healthcare-copy h1 {
	max-width: 720px;
	font-size: clamp(46px, 4.7vw, 66px);
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0;
	color: #160010;
}

.contact-healthcare-copy p {
	max-width: 650px;
	margin-top: 24px;
	color: #50444c;
	font-size: clamp(18px, 2vw, 22px);
	line-height: 1.48;
}

.contact-healthcare-points {
	display: grid;
	gap: 12px;
	margin-top: 34px;
	max-width: 650px;
}

.contact-healthcare-point {
	display: grid;
	grid-template-columns: 40px 1fr;
	gap: 14px;
	align-items: start;
	padding: 16px;
	border: 1px solid rgba(56, 0, 42, 0.1);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.7);
}

.contact-healthcare-point span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	background: #38002a;
	color: #fff;
	font-weight: 900;
}

.contact-healthcare-point h3 {
	color: #170011;
	font-size: 18px;
	line-height: 1.15;
}

.contact-healthcare-point p {
	margin-top: 5px;
	color: #655a61;
	font-size: 14px;
	line-height: 1.38;
}

.contact-booking-panel {
	overflow: hidden;
	border-radius: 12px;
	background: #fff;
	border: 1px solid rgba(56, 0, 42, 0.12);
	box-shadow: 0 28px 80px rgba(21, 0, 15, 0.14);
}

.contact-booking-top {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 18px;
	align-items: end;
	padding: 24px 24px 18px;
	background: #170011;
	color: #fff;
}

.contact-booking-top h2 {
	font-size: clamp(26px, 3vw, 38px);
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0;
}

.contact-booking-top p {
	max-width: 520px;
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.75);
	font-size: 15px;
	line-height: 1.42;
}

.contact-booking-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 112px;
	padding: 10px 13px;
	border-radius: 999px;
	background: #d5ba43;
	color: #170011;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.calendly-frame-wrap {
	background: #fff;
}

.calendly-fallback {
	padding: 14px 24px 0;
	color: #5c5058;
	font-size: 13px;
}

.calendly-fallback a {
	color: #38002a;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.calendly-frame-wrap iframe {
	display: block;
	width: 100%;
	height: 1040px;
	border: 0;
}

.contact-proof-band {
	padding: 64px 6vw;
	background: #170011;
	color: #fff;
}

.contact-proof-inner {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	gap: clamp(30px, 5vw, 72px);
	align-items: center;
	max-width: 1280px;
	margin: 0 auto;
}

.contact-proof-inner h2 {
	font-size: clamp(36px, 5vw, 66px);
	font-weight: 900;
	line-height: 0.98;
	letter-spacing: 0;
}

.contact-store-stack {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.contact-store-mini {
	display: block;
	overflow: hidden;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: #fff;
	text-decoration: none;
	transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.contact-store-mini:hover {
	transform: translateY(-3px);
	background: rgba(255, 255, 255, 0.11);
	border-color: rgba(255, 255, 255, 0.26);
}

.contact-store-mini img {
	width: 100%;
	height: 180px;
	display: block;
	object-fit: cover;
	object-position: top;
}

.contact-store-mini div {
	padding: 14px;
}

.contact-store-mini h3 {
	font-size: 16px;
	line-height: 1.1;
}

.contact-store-mini p {
	margin-top: 6px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 13px;
	line-height: 1.3;
}

.contact-next-section {
	padding: 74px 6vw;
	background: #fff;
}

.contact-next-inner {
	max-width: 1280px;
	margin: 0 auto;
}

.contact-next-map {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	margin-top: 38px;
}

.contact-next-map::before {
	content: "";
	position: absolute;
	top: 34px;
	left: 8%;
	right: 8%;
	height: 2px;
	background: linear-gradient(90deg, rgba(56, 0, 42, 0.14), rgba(213, 186, 67, 0.7), rgba(56, 0, 42, 0.14));
}

.contact-next-card {
	position: relative;
	padding: 74px 22px 24px;
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(213, 186, 67, 0.14), rgba(255, 255, 255, 0) 46%),
		#f9f7f4;
	border: 1px solid rgba(56, 0, 42, 0.1);
	box-shadow: 0 18px 44px rgba(22, 0, 16, 0.07);
}

.contact-next-card span {
	position: absolute;
	top: 18px;
	left: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 999px;
	background: #38002a;
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	box-shadow: 0 0 0 8px #f9f7f4;
}

.contact-next-card h3 {
	color: #170011;
	font-size: 19px;
	line-height: 1.1;
}

.contact-next-card p {
	margin-top: 10px;
	color: #5c5058;
	font-size: 14px;
	line-height: 1.42;
}

@media (max-width: 1100px) {
	.industry-hero,
	.workflow-wrap,
	.faq-layout,
	.industry-cta-inner,
	.contact-healthcare-hero,
	.contact-proof-inner {
		grid-template-columns: 1fr;
	}

	.industry-showcase {
		min-height: 570px;
	}

	.needs-grid,
	.store-grid {
		grid-template-columns: repeat(2, 1fr);
	}

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

	.workflow-visual {
		position: relative;
		top: auto;
	}

	.contact-healthcare-copy {
		position: relative;
		top: auto;
	}

	.contact-next-map {
		grid-template-columns: repeat(2, 1fr);
	}

	.contact-next-map::before {
		display: none;
	}
}

@media (max-width: 700px) {
	.industry-hero {
		min-height: auto;
		padding: 48px 22px 52px;
	}

	.needs-grid,
	.store-grid {
		grid-template-columns: 1fr;
	}

	.industry-hero h1 {
		font-size: 43px;
		line-height: 0.98;
	}

	.industry-hero-copy {
		margin-top: 20px;
		font-size: 17px;
		line-height: 1.45;
	}

	.industry-actions {
		margin-top: 26px;
	}

	.industry-proof-strip {
		display: none;
	}

	.industry-showcase {
		min-height: auto;
		display: grid;
		gap: 14px;
		margin-top: 8px;
	}

	.showcase-frame,
	.showcase-card {
		position: relative;
		inset: auto;
		width: 100%;
	}

	.showcase-main {
		height: 420px;
	}

	.showcase-side {
		height: 260px;
		border: 0;
	}

	.industry-band {
		padding: 64px 22px;
	}

	.workflow-step {
		grid-template-columns: 1fr;
	}

	.workflow-visual img {
		height: 360px;
	}

	.industry-cta {
		padding: 64px 22px;
	}

	.contact-healthcare-hero,
	.contact-proof-band,
	.contact-next-section {
		padding-left: 22px;
		padding-right: 22px;
	}

	.contact-healthcare-hero {
		padding-top: 30px;
	}

	.contact-healthcare-copy h1 {
		font-size: 43px;
		line-height: 0.98;
	}

	.contact-booking-top,
	.contact-store-stack,
	.contact-next-map {
		grid-template-columns: 1fr;
	}

	.calendly-frame-wrap iframe {
		height: 1080px;
	}

	.contact-store-mini img {
		height: 220px;
	}
}

.industry-hub-grid {
	grid-template-columns: repeat(4, 1fr);
}

.industry-hub-card p {
	min-height: 92px;
}

.industry-hub-card span {
	display: block;
	margin-top: 14px;
	color: #38002a;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

@media (max-width: 1100px) {
	.industry-hub-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 760px) {
	.industry-hub-grid {
		grid-template-columns: 1fr;
	}

	.industry-hub-card p {
		min-height: 0;
	}
}
