/* HCD site overlays — keep Robotix dark tech language */
.preloader,
.status,
.status-mes,
.progress-wrap {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.hcd-site {
	--hcd-accent: #4342F5;
	--hcd-grad: linear-gradient(90deg, #7B3EFF 45.53%, #00C4FF 100%);
	--hcd-card: rgba(217, 217, 217, 0.06);
	--hcd-line: rgba(151, 150, 233, 0.2);
}

.hcd-kicker {
	display: inline-block;
	margin-bottom: 12px;
	padding: 4px 14px;
	border: 1px solid var(--hcd-line);
	border-radius: 50em;
	background: var(--hcd-card);
	font-size: 13px;
	letter-spacing: 0.04em;
}

.hcd-hero {
	padding-top: 110px;
}

.hcd-hero-slide {
	min-height: 640px;
	background: #111827 center/cover no-repeat;
	position: relative;
	display: flex !important;
	align-items: center;
}

.hcd-hero-slide:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(17, 24, 39, 0.92) 0%, rgba(17, 24, 39, 0.55) 55%, rgba(17, 24, 39, 0.3) 100%);
}

.hcd-hero-copy {
	position: relative;
	z-index: 2;
	max-width: 640px;
	padding: 80px 0;
}

.hcd-hero-copy h1 {
	font-size: 52px;
	margin-bottom: 18px;
}

.hcd-hero-copy p,
.hcd-lead {
	color: rgba(255, 255, 255, 0.82);
	font-size: 18px;
}

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

.hcd-ghost-btn {
	display: inline-block;
	padding: 7px 25px;
	border: 1px solid var(--hcd-line);
	border-radius: 25px;
	background: var(--hcd-card);
	font-weight: 500;
	transition: 0.5s;
}

.hcd-ghost-btn:hover {
	background: var(--hcd-accent);
	border-color: var(--hcd-accent);
}

.hcd-hero .slick-dots {
	bottom: 24px;
}

.hcd-hero-slider:not(.slick-initialized) .hcd-hero-slide:not(:first-child),
.hcd-featured-slider:not(.slick-initialized) .hcd-featured-slide:not(:first-child) {
	display: none;
}

.hcd-video-stage {
	max-width: 1080px;
	margin: 0 auto;
}

.hcd-video-wrap,
.hcd-video-fallback {
	position: relative;
	width: 100%;
	aspect-ratio: 16/9;
	border-radius: 24px;
	overflow: hidden;
	background: #151f39 center/cover no-repeat;
	border: 1px solid var(--hcd-line);
}

.hcd-video-wrap iframe,
.hcd-video-wrap video {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

.hcd-video-fallback {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	color: #fff;
}

.hcd-play {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: var(--hcd-accent);
	box-shadow: 0 10px 40px rgba(67, 66, 245, 0.45);
}

.hcd-video-actions {
	justify-content: center;
}

.hcd-entry-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-top: 40px;
}

.hcd-entry {
	display: flex;
	gap: 16px;
	align-items: center;
	padding: 24px;
	border-radius: 20px;
	background: var(--hcd-card);
	border: 1px solid var(--hcd-line);
	transition: 0.4s;
}

.hcd-entry i {
	font-size: 28px;
	color: #00C4FF;
}

.hcd-entry strong {
	display: block;
	font-size: 18px;
}

.hcd-entry span {
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
}

.hcd-entry:hover {
	transform: translateY(-4px);
	border-color: #4342F5;
}

.hcd-partner-row {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 16px;
}

.hcd-partner {
	min-height: 88px;
	display: grid;
	place-items: center;
	border: 1px solid var(--hcd-line);
	border-radius: 16px;
	background: var(--hcd-card);
	font-weight: 600;
}

.hcd-featured-wrap {
	position: relative;
	padding: 0 56px;
}

.hcd-featured-slider .slick-list {
	border-radius: 28px;
	overflow: hidden;
}

.hcd-featured-slide {
	outline: none;
}

.hcd-featured-panel {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 0;
	border-radius: 28px;
	overflow: hidden;
	border: 1px solid var(--hcd-line);
	background: #151f39;
}

.hcd-featured-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 1px solid var(--hcd-line);
	background: rgba(17, 24, 39, 0.85);
	color: #fff;
	cursor: pointer;
	transition: 0.3s;
}

.hcd-featured-arrow:hover {
	background: var(--hcd-accent);
	border-color: var(--hcd-accent);
}

.hcd-featured-prev {
	left: 0;
}

.hcd-featured-next {
	right: 0;
}

.hcd-featured-slider .slick-dots {
	bottom: -36px;
}

.hcd-featured-slider .slick-dots li button:before {
	color: #fff;
	opacity: 0.35;
}

.hcd-featured-slider .slick-dots li.slick-active button:before {
	color: #4342F5;
	opacity: 1;
}

.hcd-featured-visual {
	min-height: 420px;
	background: center/cover no-repeat;
}

.hcd-featured-copy {
	padding: 48px 40px;
}

.hcd-featured-copy h3 {
	font-size: 32px;
	background: var(--hcd-grad);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 0.35;
	transform: translateY(12px);
	transition: 0.6s ease;
}

.hcd-featured-text {
	opacity: 0;
	transform: translateY(18px);
	transition: 0.7s ease;
}

.hcd-featured-panel:hover .hcd-featured-copy h3,
.hcd-featured-panel:hover .hcd-featured-text,
.hcd-featured-slider .slick-current .hcd-featured-copy h3,
.hcd-featured-slider .slick-current .hcd-featured-text {
	opacity: 1;
	transform: none;
	-webkit-text-fill-color: transparent;
}

.hcd-featured-panel:hover .hcd-featured-text,
.hcd-featured-slider .slick-current .hcd-featured-text {
	-webkit-text-fill-color: rgba(255, 255, 255, 0.85);
	color: rgba(255, 255, 255, 0.85);
}

.hcd-featured-slider .slick-current .hcd-featured-copy h3 {
	opacity: 0.55;
}

.hcd-featured-panel:hover .hcd-featured-copy h3,
.hcd-featured-slider .slick-current .hcd-featured-panel:hover .hcd-featured-copy h3 {
	opacity: 1;
}

.hcd-series-grid,
.hcd-product-grid,
.hcd-scene-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.hcd-series-card,
.hcd-card,
.hcd-region-card,
.hcd-scene-card,
.hcd-advantage {
	display: block;
	padding: 0;
	border-radius: 22px;
	overflow: hidden;
	background: var(--hcd-card);
	border: 1px solid var(--hcd-line);
	transition: 0.35s;
}

.hcd-series-card,
.hcd-scene-card,
.hcd-region-card,
.hcd-advantage {
	padding: 32px 24px;
	text-align: center;
}

.hcd-series-card i,
.hcd-scene-card i,
.hcd-advantage i {
	font-size: 32px;
	margin-bottom: 14px;
	background: var(--hcd-grad);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.hcd-series-card:hover,
.hcd-card:hover,
.hcd-region-card:hover,
.hcd-scene-card:hover,
.hcd-advantage:hover {
	transform: translateY(-6px);
	border-color: #4342F5;
}

.hcd-card-media {
	height: 220px;
	background: #151f39 center/cover no-repeat;
	position: relative;
}

.hcd-chip,
.hcd-tag {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 50em;
	background: rgba(67, 66, 245, 0.85);
	font-size: 12px;
}

.hcd-chip {
	position: absolute;
	left: 12px;
	top: 12px;
}

.hcd-card-body {
	padding: 18px 18px 22px;
}

.hcd-card-body h3 {
	font-size: 20px;
	margin-bottom: 8px;
}

.hcd-card-body p,
.hcd-series-card p {
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 6px;
}

.hcd-card-more {
	color: #00C4FF;
	font-size: 14px;
}

.hcd-contact-info {
	margin: 0 0 24px;
	padding: 20px 24px;
	border: 1px solid var(--hcd-line);
	border-radius: 20px;
	background: var(--hcd-card);
}

.hcd-contact-info p {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 10px;
	color: rgba(255, 255, 255, 0.88);
}

.hcd-contact-info p:last-child {
	margin-bottom: 0;
}

.hcd-contact-info a {
	color: inherit;
}

.hcd-contact-info-center {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.hcd-contact-info-compact {
	margin-bottom: 16px;
	padding: 14px 16px;
}

.hcd-stats-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin: 48px 0;
}

.hcd-stat {
	padding: 24px 16px;
	border: 1px solid var(--hcd-line);
	border-radius: 20px;
	background: var(--hcd-card);
	text-align: center;
}

.hcd-stat strong {
	display: block;
	font-size: 36px;
	margin-bottom: 8px;
	background: var(--hcd-grad);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.hcd-stat span {
	color: rgba(255, 255, 255, 0.75);
	font-size: 14px;
}

.hcd-team-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin-bottom: 48px;
}

.hcd-team-card {
	padding: 24px 18px;
	border: 1px solid var(--hcd-line);
	border-radius: 20px;
	background: var(--hcd-card);
	text-align: center;
}

.hcd-team-card h3 {
	margin-bottom: 8px;
	font-size: 20px;
}

.hcd-team-card p {
	margin: 0;
	color: rgba(255, 255, 255, 0.75);
	font-size: 14px;
}

.hcd-about-contact {
	margin-top: 24px;
}

.hcd-lang-switcher-item {
	list-style: none;
}

.hcd-lang-switcher-item .trp-language-switcher,
.hcd-lang-switcher-item .trp-ls-shortcode-current-language {
	display: inline-flex;
	align-items: center;
}

#header-area .hcd-lang-switcher-item {
	display: inline-block;
	margin-left: 12px;
	vertical-align: middle;
}

#header-area .hcd-lang-switcher-item .trp-language-switcher {
	background: var(--hcd-card);
	border: 1px solid var(--hcd-line);
	border-radius: 999px;
	padding: 4px 10px;
}

#header-area .hcd-lang-switcher-item a {
	color: rgba(255, 255, 255, 0.88);
	font-size: 13px;
}

/* Light / day mode header contrast */
body.light #header-area {
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(10px);
	box-shadow: 0 1px 0 rgba(17, 24, 39, 0.08);
}

body.light #header-area.navShadow {
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 8px 24px rgba(17, 24, 39, 0.08);
}

body.light #header-area .navigation ul li a {
	color: #1a2438;
}

body.light #header-area .navigation ul li a:hover,
body.light #header-area .navigation ul li a:focus {
	color: #4342f5;
}

body.light #header-area .login_btn {
	color: #1a2438;
	background: rgba(67, 66, 245, 0.08);
	border-color: rgba(67, 66, 245, 0.28);
}

body.light #header-area .login_btn:hover,
body.light #header-area .login_btn:focus {
	color: #fff;
	background: #4342f5;
	border-color: #4342f5;
}

body.light #header-area .hcd-lang-switcher-item .trp-language-switcher {
	background: rgba(67, 66, 245, 0.06);
	border-color: rgba(67, 66, 245, 0.22);
}

body.light #header-area .hcd-lang-switcher-item a {
	color: #1a2438;
}

body.light .slicknav_menu {
	background: #fff;
}

body.light .slicknav_btn {
	background: rgba(67, 66, 245, 0.1);
}

body.light .slicknav_menu .slicknav_icon-bar {
	background: #1a2438;
}

body.light .slicknav_nav a {
	color: #1a2438;
}

body.light .slicknav_nav a:hover {
	color: #4342f5;
	background: rgba(67, 66, 245, 0.08);
}

.hcd-footer-contact-wrap {
	padding: 0 0 24px;
}

.hcd-footer-contact {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 24px;
	margin-bottom: 8px;
}

.hcd-footer-contact p {
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
}

.hcd-contact-panel,
.hcd-modal-panel {
	max-width: 920px;
	margin: 0 auto;
	padding: 36px;
	border-radius: 24px;
	background: var(--hcd-card);
	border: 1px solid var(--hcd-line);
}

.hcd-contact-panel .wpcf7-form,
.hcd-modal-panel .wpcf7-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.hcd-contact-panel .wpcf7-form p,
.hcd-modal-panel .wpcf7-form p {
	margin: 0;
}

.hcd-contact-panel .wpcf7-form p:nth-child(4),
.hcd-contact-panel .wpcf7-form p:nth-child(5),
.hcd-modal-panel .wpcf7-form p:nth-child(4),
.hcd-modal-panel .wpcf7-form p:nth-child(5) {
	grid-column: 1 / -1;
}

.hcd-contact-panel input,
.hcd-contact-panel textarea,
.hcd-modal-panel input,
.hcd-modal-panel textarea {
	width: 100%;
	background: rgba(17, 24, 39, 0.7);
	border: 1px solid var(--hcd-line);
	color: #fff;
	border-radius: 12px;
	padding: 12px 14px;
}

.hcd-contact-panel .wpcf7-submit,
.hcd-modal-panel .wpcf7-submit {
	background: #4342F5;
	border: 1px solid #4342F5;
	color: #fff;
	border-radius: 25px;
	padding: 10px 28px;
}

.hcd-page-hero,
.hcd-detail-hero {
	padding: 160px 0 40px;
}

.hcd-page-hero h1,
.hcd-detail-hero h1 {
	font-size: 42px;
	margin-bottom: 12px;
}

.hcd-filter-block {
	margin-bottom: 22px;
}

.hcd-filter-label {
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.7);
}

.hcd-filter-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 28px;
}

.hcd-filter-bar a {
	padding: 6px 16px;
	border-radius: 50em;
	border: 1px solid var(--hcd-line);
	background: var(--hcd-card);
	font-size: 14px;
}

.hcd-filter-bar a.is-active,
.hcd-filter-bar a:hover {
	background: var(--hcd-accent);
	border-color: var(--hcd-accent);
}

.hcd-region-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.hcd-region-card {
	min-height: 150px;
	text-align: left;
}

.hcd-scene-grid {
	margin-bottom: 0;
}

.hcd-hub-section {
	margin-bottom: 72px;
	scroll-margin-top: 120px;
}

.hcd-hub-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}

.hcd-hub-nav a {
	padding: 6px 16px;
	border-radius: 50em;
	border: 1px solid var(--hcd-line);
	background: var(--hcd-card);
	font-size: 14px;
}

.hcd-hub-nav a:hover {
	background: var(--hcd-accent);
	border-color: var(--hcd-accent);
}

.hcd-back-link {
	color: #00C4FF;
	font-size: 15px;
}

.hcd-section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}

.hcd-case-stack,
.hcd-case-list.is-wide {
	display: grid;
	grid-template-columns: 1fr;
	gap: 22px;
}

.hcd-robot-hub-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.hcd-robot-hub-card {
	display: block;
	border-radius: 22px;
	overflow: hidden;
	background: var(--hcd-card);
	border: 1px solid var(--hcd-line);
	transition: 0.35s;
}

.hcd-robot-hub-card:hover {
	transform: translateY(-6px);
	border-color: #4342F5;
}

.hcd-robot-hub-media {
	height: 220px;
	background: #151f39 center/cover no-repeat;
	display: grid;
	place-items: center;
	position: relative;
}

.hcd-robot-hub-media em {
	font-style: normal;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.55);
	background: rgba(17, 24, 39, 0.55);
	padding: 6px 14px;
	border-radius: 8px;
}

.hcd-robot-hub-card h3 {
	padding: 16px 18px 20px;
	font-size: 18px;
	margin: 0;
	text-align: center;
}

.hcd-program-showcase {
	display: grid;
	grid-template-columns: 1fr;
	gap: 28px;
}

.hcd-program-item h3 {
	margin-bottom: 12px;
	font-size: 22px;
}

.hcd-case-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 22px;
}

.hcd-case-media {
	display: grid;
	place-items: center;
}

.hcd-case-wide {
	min-height: 260px;
	border-radius: 22px;
	background: #151f39 center/cover no-repeat;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	grid-column: 1 / -1;
}

.hcd-case-wide:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(transparent, rgba(17, 24, 39, 0.85));
}

.hcd-case-wide span {
	position: relative;
	z-index: 1;
	padding: 24px;
	font-size: 28px;
	font-weight: 700;
}

.hcd-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.hcd-tag.is-model {
	background: rgba(0, 196, 255, 0.25);
}

.hcd-about-grid,
.hcd-advantage-grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 32px;
	align-items: center;
	margin-bottom: 70px;
}

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

.hcd-about-visual {
	min-height: 420px;
	border-radius: 24px;
	background: #151f39;
	border: 1px solid var(--hcd-line);
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hcd-about-visual img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
	object-position: center;
}

.hcd-check-list {
	padding: 0;
	margin: 24px 0;
	list-style: none;
}

.hcd-check-list li {
	padding-left: 28px;
	position: relative;
	margin-bottom: 8px;
}

.hcd-check-list li:before {
	content: "\f058";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	color: #00C4FF;
}

.hcd-gallery-item {
	height: 420px;
	border-radius: 24px;
	background: #151f39 center/contain no-repeat;
	border: 1px solid var(--hcd-line);
}

.hcd-price-box {
	margin: 24px 0;
	padding: 18px 20px;
	border-radius: 16px;
	border: 1px solid var(--hcd-line);
	background: var(--hcd-card);
}

.hcd-price-box strong {
	display: block;
	font-size: 24px;
	background: var(--hcd-grad);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.hcd-program-list {
	display: grid;
	gap: 28px;
	margin-bottom: 50px;
}

.hcd-program h3 {
	margin-bottom: 12px;
}

.hcd-spec-table {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-bottom: 50px;
}

.hcd-spec-table > div {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 16px;
	border-radius: 12px;
	background: var(--hcd-card);
	border: 1px solid var(--hcd-line);
}

.hcd-steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.hcd-step {
	padding: 20px;
	border-radius: 16px;
	background: var(--hcd-card);
	border: 1px solid var(--hcd-line);
}

.hcd-step em {
	color: #7B3EFF;
	font-style: normal;
	font-weight: 700;
}

.hcd-case-hero {
	position: relative;
	padding-top: 90px;
}

.hcd-case-hero .hcd-video-wrap,
.hcd-case-hero .hcd-video-fallback {
	border-radius: 0;
	aspect-ratio: 21/9;
	min-height: 420px;
}

.hcd-case-hero-overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 40px 0;
	background: linear-gradient(transparent, rgba(17, 24, 39, 0.92));
}

.hcd-float-consult {
	position: fixed;
	right: 24px;
	bottom: 28px;
	z-index: 1200;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 12px 18px;
	border-radius: 50em;
	background: var(--hcd-accent);
	box-shadow: 0 12px 30px rgba(67, 66, 245, 0.4);
}

.hcd-modal[hidden] {
	display: none !important;
}

.hcd-modal {
	position: fixed;
	inset: 0;
	z-index: 1300;
}

.hcd-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(8, 12, 24, 0.72);
}

.hcd-modal-panel {
	position: relative;
	z-index: 1;
	max-width: 640px;
	margin: 10vh auto;
}

.hcd-modal-close {
	position: absolute;
	right: 16px;
	top: 10px;
	background: none;
	border: 0;
	color: #fff;
	font-size: 32px;
	line-height: 1;
}

.hcd-modal-hint {
	color: rgba(255, 255, 255, 0.75);
	margin-bottom: 18px;
}

.hcd-empty {
	grid-column: 1 / -1;
	text-align: center;
	opacity: 0.7;
}

.hcd-richtext {
	max-width: 800px;
	margin-bottom: 40px;
	color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 991px) {
	.hcd-hero-copy h1,
	.hcd-page-hero h1 {
		font-size: 32px;
	}
	.hcd-entry-grid,
	.hcd-featured-wrap {
		padding: 0;
		padding-bottom: 40px;
	}

	.hcd-featured-arrow {
		top: auto;
		bottom: -8px;
		transform: none;
		width: 40px;
		height: 40px;
	}

	.hcd-featured-prev {
		left: calc(50% - 52px);
	}

	.hcd-featured-next {
		right: calc(50% - 52px);
	}

	.hcd-featured-panel,
	.hcd-series-grid,
	.hcd-product-grid,
	.hcd-scene-grid,
	.hcd-partner-row,
	.hcd-region-grid,
	.hcd-robot-hub-grid,
	.hcd-case-list,
	.hcd-about-grid,
	.hcd-advantage-grid,
	.hcd-stats-grid,
	.hcd-team-grid,
	.hcd-spec-table,
	.hcd-steps,
	.hcd-contact-panel .wpcf7-form,
	.hcd-modal-panel .wpcf7-form {
		grid-template-columns: 1fr;
	}
	.hcd-hero-slide,
	.hcd-featured-visual,
	.hcd-about-visual {
		min-height: 280px;
	}
	.hcd-featured-copy h3,
	.hcd-featured-text {
		opacity: 1;
		transform: none;
	}
	.hcd-featured-copy h3 {
		-webkit-text-fill-color: transparent;
	}
	.hcd-featured-text {
		-webkit-text-fill-color: rgba(255, 255, 255, 0.85);
		color: rgba(255, 255, 255, 0.85);
	}
	.hcd-float-consult span {
		display: none;
	}
}
