@charset "UTF-8";


/* ===== RESET & BASE ===== */
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: 16px;
	background-color: #f4f4f3;
	color: #1a1a1a;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

img {
	display: block;
	max-width: 100%;
}

a {
	text-decoration: none;
	color: inherit;
}

/* ===== GLOBAL LAYOUT ===== */
.odm-container {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
}

@media (max-width: 768px) {
	.odm-container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* ===== SCROLL REVEAL ===== */
.odm-reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.72s cubic-bezier(0.16, 1, 0.3, 1), transform 0.72s cubic-bezier(0.16, 1, 0.3, 1);
}

.odm-reveal.odm-visible {
	opacity: 1;
	transform: translateY(0);
}

.odm-reveal-delay-1 {
	transition-delay: 0.08s;
}

.odm-reveal-delay-2 {
	transition-delay: 0.16s;
}

.odm-reveal-delay-3 {
	transition-delay: 0.24s;
}

.odm-reveal-delay-4 {
	transition-delay: 0.32s;
}

.odm-reveal-delay-5 {
	transition-delay: 0.40s;
}

.odm-reveal-delay-6 {
	transition-delay: 0.48s;
}

/* ===== PRODUCT BANNER ===== */
.odm-banner {
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
	margin-top: 0;
}

.odm-banner-bg {
	position: absolute;
	inset: 0;
	background-image: url('https://picsum.photos/seed/cybersec-network-hardware/1600/600');
	background-size: cover;
	background-position: center;
	/* transform: scale(1.06);
	transition: transform 8s ease;
	filter: brightness(0.55) saturate(0.6); */
}

.odm-banner.odm-loaded .odm-banner-bg {
	transform: scale(1);
}

.odm-banner-overlay {
	position: absolute;
	inset: 0;
	/* background: linear-gradient(105deg, rgba(10, 10, 10, 0.72) 0%, rgba(10, 10, 10, 0.38) 55%, rgba(10, 10, 10, 0.12) 100%); */
}

.odm-banner-content {
	position: relative;
	z-index: 2;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 40px;
	max-width: 1280px;
	margin: 0 auto;
}

.odm-banner-eyebrow {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	/* color: rgba(255, 255, 255, 0.52); */
	color: #937654;
	margin-bottom: 14px;
}

.odm-banner-title {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.5px;
	line-height: 1.5;
	margin-bottom: 14px;
}

.odm-banner-subtitle {
	font-size: 15px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.68);
	letter-spacing: 0.3px;
	max-width: 520px;
	line-height: 1.65;
}

.odm-banner-line {
	width: 48px;
	height: 2px;
	background: linear-gradient(90deg, #c8aa6e, #e8d5a3);
	margin-bottom: 18px;
	border-radius: 2px;
}

@media (max-width: 768px) {
	.odm-banner {
		height: 260px;
	}

	.odm-banner-content {
		padding-left: 20px;
		padding-right: 20px;
	}

	.odm-banner-title {
		font-size: 24px;
	}

	.odm-banner-subtitle {
		font-size: 13px;
	}
}

/* ===== SECTION SHARED ===== */
section {
	position: relative;
}

.odm-section-label {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	color: #aaa;
	margin-bottom: 16px;
}

.odm-section-title-lg {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 1.5;
	color: #111;
}

.odm-section-title-md {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -0.6px;
	line-height: 1.2;
	color: #111;
}

.odm-section-title-sm {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: -0.4px;
	color: #111;
}

.odm-gold-accent {
	color: #b8956a;
}

.odm-text-muted {
	color: #666;
}

.odm-text-body {
	color: #444;
	line-height: 1.75;
}

.odm-divider {
	width: 100%;
	height: 1px;
	background: #e0e0de;
}

/* ===== ABOUT SECTION ===== */
#odm-about {
	padding: 100px 0 90px;
	background: #f4f4f3;
}

.odm-about-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: center;
}

/* .odm-about-stat-row {
	display: flex;
	gap: 48px;
	margin-top: 44px;
} */

/* .odm-about-stat-num {
	font-size: 42px;
	font-weight: 700;
	letter-spacing: -1.5px;
	color: #111;
	line-height: 1;
}

.odm-about-stat-num span {
	font-size: 22px;
	color: #b8956a;
	font-weight: 600;
}

.odm-about-stat-label {
	font-size: 13px;
	color: #888;
	margin-top: 6px;
	letter-spacing: 0.3px;
} */

.odm-about-right {
	position: relative;
}

.odm-about-img-wrap {
	position: relative;
	border-radius: 3px;
	overflow: hidden;
}

.odm-about-img-wrap img {
	width: 100%;
	height: 420px;
	object-fit: self-end;
	filter: saturate(0.8);
	transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.odm-about-img-wrap:hover img {
	transform: scale(1.03);
}

.hgsolu-product-visual-label {
	position: absolute;
	bottom: 18px;
	left: 22px;
	font-size: 11px;
	letter-spacing: 1.1px;
}

@media (max-width: 900px) {
	.odm-about-grid {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.odm-about-img-wrap img {
		height: 280px;
	}

	.odm-about-img-badge {
		left: 16px;
		bottom: 16px;
	}

	.odm-section-title-lg {
		font-size: 30px;
	}
}

/* ===== PLANNING SECTION ===== */
#odm-planning {
	padding: 90px 0;
	background: #fff;
}

.odm-planning-header {
	max-width: 620px;
	margin-bottom: 64px;
}

.odm-planning-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
}

.odm-planning-item {
	padding: 40px 48px 40px 48px;
	border-top: 1px solid #e8e8e6;
	transition: background 0.3s;
}

.odm-planning-item:nth-child(even) {
	padding-left: 48px;
	padding-right: 0;
	border-left: 1px solid #e8e8e6;
}

.odm-phase-card-number {
	font-size: 11px;
	letter-spacing: 2px;
	color: #c9a96e;
	font-weight: 600;
	margin-bottom: 10px;
}

.odm-planning-item-title {
	font-size: 16px;
	font-weight: 600;
	color: #111;
	margin-bottom: 10px;
	letter-spacing: -0.2px;
}

.odm-planning-item-body {
	font-size: 14px;
	color: #555;
	line-height: 1.72;
}

@media (max-width: 768px) {
	.odm-planning-grid {
		grid-template-columns: 1fr;
	}

	.odm-planning-item:nth-child(even) {
		padding-left: 0;
		border-left: none;
	}

	.odm-planning-item {
		padding-right: 0;
	}
}

/* ===== CAPABILITIES SECTION ===== */
#odm-capabilities {
	padding: 90px 0;
	background: #f4f4f3;
}

.odm-cap-header {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: end;
	margin-bottom: 64px;
}

.odm-cap-list {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.odm-cap-item {
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 40px;
	padding: 36px 0;
	border-top: 1px solid #dddbd9;
	align-items: start;
	transition: background 0.2s;
}

.odm-cap-item:last-child {
	border-bottom: 1px solid #dddbd9;
}

.odm-cap-item-label {
	font-size: 13px;
	font-weight: 500;
	color: #b8956a;
	letter-spacing: 0.5px;
	padding-top: 2px;
}

.odm-cap-item-number {
	font-size: 11px;
	color: #bbb;
	font-weight: 500;
	letter-spacing: 1.5px;
	margin-bottom: 4px;
}

.odm-cap-item-title {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -0.3px;
	color: #111;
	margin-bottom: 10px;
}

.odm-cap-item-body {
	font-size: 14px;
	color: #555;
	line-height: 1.72;
}

.odm-cap-item-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 14px;
}

.odm-cap-tag {
	font-size: 11px;
	font-weight: 500;
	color: #777;
	background: #ebe9e6;
	padding: 4px 10px;
	border-radius: 2px;
	letter-spacing: 0.3px;
}

@media (max-width: 900px) {
	.odm-cap-header {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.odm-cap-item {
		grid-template-columns: 1fr;
		gap: 12px;
	}
}

/* ===== PROCESS SECTION ===== */
#odm-process {
	padding: 90px 0;
	background: #fff;
}

.odm-process-header {
	max-width: 560px;
	margin-bottom: 72px;
}

.odm-process-rail {
	position: relative;
}

.odm-process-rail-line {
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	height: 1px;
	background: linear-gradient(90deg, #b8956a 0%, #e2d4c0 100%);
	z-index: 0;
}

.odm-process-dots-row {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	position: relative;
	z-index: 1;
	margin-bottom: 28px;
}

.odm-process-dot-col {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.odm-process-dot {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	border: 1.5px solid #b8956a;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 700;
	color: #b8956a;
	letter-spacing: 0.5px;
	flex-shrink: 0;
	transition: background 0.28s cubic-bezier(0.16, 1, 0.3, 1), color 0.28s;
	cursor: default;
}

.odm-process-dot-col:hover .odm-process-dot {
	background: #b8956a;
	color: #fff;
}

.odm-process-dot-label {
	font-size: 11px;
	font-weight: 600;
	color: #b8956a;
	letter-spacing: 0.5px;
	text-align: center;
	white-space: nowrap;
}

.odm-process-cards-row {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 0;
	border-top: 1px solid #eeece9;
}

.odm-process-card {
	padding: 24px 24px 24px 24px;
	border-right: 1px solid #eeece9;
}

.odm-process-card:last-child {
	border-right: none;
	/* padding-right: 0; */
}

.odm-process-card:first-child {
	/* padding-left: 0; */
}

.odm-process-card-title {
	font-size: 14px;
	font-weight: 600;
	color: #111;
	margin-bottom: 8px;
	letter-spacing: -0.2px;
	line-height: 1.3;
}

.odm-process-card-body {
	font-size: 13px;
	color: #666;
	line-height: 1.7;
}

.odm-process-card-deliverable {
	margin-top: 10px;
	font-size: 12px;
	color: #aaa;
	line-height: 1.6;
	padding-top: 10px;
	border-top: 1px solid #f0eeeb;
}

@media (max-width: 900px) {
	.odm-process-rail-line {
		display: none;
	}

	.odm-process-dots-row {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.odm-process-cards-row {
		grid-template-columns: 1fr;
		border-top: none;
	}

	.odm-process-dot-col {
		flex-direction: row;
		align-items: flex-start;
		gap: 16px;
		padding: 20px 0;
		border-top: 1px solid #eeece9;
	}

	.odm-process-dot-col:first-child {
		border-top: none;
	}

	.odm-process-dot-label {
		white-space: normal;
		text-align: left;
		font-size: 13px;
		padding-top: 10px;
	}

	.odm-process-card {
		border-right: none;
		padding: 0 0 20px 56px;
		border-bottom: 1px solid #eeece9;
	}

	.odm-process-card:last-child {
		border-bottom: none;
	}

	.odm-process-cards-row {
		display: none;
	}

	.odm-process-dot-col {
		align-items: flex-start;
	}

	.odm-process-mobile-content {
		flex: 1;
	}

	.odm-process-mobile-title {
		font-size: 14px;
		font-weight: 600;
		color: #111;
		margin-bottom: 6px;
		letter-spacing: -0.2px;
	}

	.odm-process-mobile-body {
		font-size: 13px;
		color: #666;
		line-height: 1.7;
	}

	.odm-process-mobile-deliverable {
		margin-top: 8px;
		font-size: 12px;
		color: #aaa;
		line-height: 1.6;
	}
}

@media (min-width: 901px) {
	.odm-process-mobile-content {
		display: none;
	}
}

/* ===== CASE STUDIES ===== */
#odm-cases {
	padding: 90px 0;
	background: #f4f4f3;
}

.odm-cases-header {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: end;
	margin-bottom: 64px;
}

.odm-case-list {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.odm-case-item {
	padding: 48px 0;
	border-top: 1px solid #dddbd9;
	display: grid;
	grid-template-columns: 320px 1fr;
	gap: 64px;
	align-items: start;
	cursor: default;
}

.odm-case-item:last-child {
	border-bottom: 1px solid #dddbd9;
}

.odm-case-index {
	font-size: 11px;
	color: #b8956a;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 12px;
}

.odm-case-title {
	font-size: 22px;
	font-weight: 700;
	color: #111;
	letter-spacing: -0.4px;
	line-height: 1.3;
	margin-bottom: 12px;
}

.odm-case-portrait {
	font-size: 13px;
	color: #777;
	line-height: 1.65;
}

.odm-case-context-label {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1.5px;
	color: #999;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.odm-case-body-text {
	font-size: 14px;
	color: #444;
	line-height: 1.75;
	margin-bottom: 24px;
}

.odm-case-outcome {
	background: #fff;
	border: 1px solid #e4e1dc;
	padding: 18px 22px;
	border-radius: 3px;
}

.odm-case-outcome-title {
	font-size: 12px;
	font-weight: 600;
	color: #b8956a;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.odm-case-outcome-body {
	font-size: 14px;
	color: #444;
	line-height: 1.65;
}

.odm-case-solution {
	background: #f9f7f4;
	border-left: 3px solid #b8956a;
	padding: 16px 20px;
	margin-bottom: 18px;
	border-radius: 0 2px 2px 0;
}

.odm-case-solution-title {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #b8956a;
	margin-bottom: 8px;
}

.odm-case-solution-body {
	font-size: 14px;
	color: #444;
	line-height: 1.72;
}

@media (max-width: 900px) {
	.odm-cases-header {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.odm-case-item {
		grid-template-columns: 1fr;
		gap: 28px;
	}
}

/* ===== QUALITY SECTION ===== */
#odm-quality {
	padding: 90px 0;
	background: #fff;
}

.odm-quality-header {
	max-width: 560px;
	margin-bottom: 72px;
}

.odm-quality-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
}

.odm-quality-block {
	padding: 36px 40px 36px 0;
	border-top: 2px solid #111;
}

.odm-quality-block:not(:first-child) {
	padding-left: 40px;
	border-left: 1px solid #e8e8e6;
}

.odm-quality-block-icon {
	width: 36px;
	height: 36px;
	margin-bottom: 20px;
}

.odm-quality-block-title {
	font-size: 17px;
	font-weight: 600;
	color: #111;
	margin-bottom: 12px;
	letter-spacing: -0.2px;
}

.odm-quality-block-body {
	font-size: 14px;
	color: #555;
	line-height: 1.72;
}

.odm-quality-block-sub {
	margin-top: 12px;
	font-size: 13px;
	color: #888;
	padding: 12px 0 0;
	border-top: 1px solid #f0eeeb;
}

@media (max-width: 900px) {
	.odm-quality-grid {
		grid-template-columns: 1fr;
	}

	.odm-quality-block {
		padding-right: 0;
		padding-bottom: 32px;
	}

	.odm-quality-block:not(:first-child) {
		padding-left: 0;
		border-left: none;
	}
}

/* ===== BRAND CLOSE STRIP ===== */
#odm-brand-close {
	background: #f4f4f3;
	border-top: 1px solid #e0e0de;
	padding: 48px 0 40px;
}

.odm-brand-close-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: end;
}

.odm-brand-close-tagline {
	font-size: 22px;
	font-weight: 700;
	color: #111;
	letter-spacing: -0.5px;
	line-height: 1.3;
}

.odm-brand-close-tagline span {
	color: #b8956a;
}

.odm-brand-close-sub {
	font-size: 14px;
	color: #777;
	margin-top: 10px;
	line-height: 1.65;
}

@media (max-width: 768px) {
	.odm-brand-close-inner {
		grid-template-columns: 1fr;
	}
}

/* ===== METAL TEXTURE STRIP ===== */
.odm-metal-strip {
	height: 3px;
	background: linear-gradient(90deg, #b8956a 0%, #e8d5a3 40%, #c8aa7a 70%, #8a6a44 100%);
}

/* ===== MARQUEE (kinetic text) ===== */


/* ===== FLOATING CONTACT PILL ===== */
.odm-float-contact {
	position: fixed;
	bottom: 32px;
	right: 32px;
	z-index: 90;
	display: flex;
	align-items: center;
	gap: 10px;
	background: rgba(17, 17, 17, 0.88);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	color: #fff;
	padding: 13px 22px;
	border-radius: 50px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.3px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.24);
	cursor: pointer;
	transition: background 0.25s, transform 0.2s, box-shadow 0.2s;
	border: 1px solid rgba(255, 255, 255, 0.08);
	text-decoration: none;
}

.odm-float-contact:hover {
	background: rgba(30, 30, 30, 0.95);
	transform: translateY(-2px);
	box-shadow: 0 14px 40px rgba(0, 0, 0, 0.3);
}

.odm-float-contact-dot {
	width: 8px;
	height: 8px;
	background: #b8956a;
	border-radius: 50%;
	animation: odm-pulse-dot 2.2s ease-in-out infinite;
}

@keyframes odm-pulse-dot {

	0%,
	100% {
		opacity: 1;
		transform: scale(1);
	}

	50% {
		opacity: 0.6;
		transform: scale(0.8);
	}
}

@media (max-width: 560px) {
	.odm-float-contact {
		bottom: 20px;
		right: 16px;
		padding: 11px 18px;
		font-size: 12px;
	}
}

/* ===== HIGHLIGHT ACCENT LINE ===== */
.odm-h-accent {
	display: inline-block;
	position: relative;
}

.odm-h-accent::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, #b8956a, #e8d5a3);
	border-radius: 1px;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.odm-reveal.odm-visible .odm-h-accent::after {
	transform: scaleX(1);
	transition-delay: 0.4s;
}

/* ===== SECTION ENTRY STRIPS ===== */
.odm-section-entry {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 12px;
}

.odm-section-entry-line {
	width: 32px;
	height: 1.5px;
	background: #b8956a;
}

.odm-section-entry-label {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	color: #b8956a;
}

/* ===============(合作专区专用)============== */
/* ===== 布局容器 ===== */
.odm-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 48px;
}

@media (max-width: 768px) {
	.odm-container {
		padding: 0 28px;
	}
}

@media (max-width: 480px) {
	.odm-container {
		padding: 0 28px;
	}
}

/* ===== 动画显示 (合作专区专用) ===== */
.odm-reveal {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
}

.odm-reveal.odm-visible {
	opacity: 1;
	transform: translateY(0);
}

.odm-reveal-delay-1 {
	transition-delay: 0.1s;
}

.odm-reveal-delay-2 {
	transition-delay: 0.2s;
}

.odm-reveal-delay-3 {
	transition-delay: 0.3s;
}

/* ===== 合作专区 CTA 区块 ===== */
.odm-cta-section {
	background-color: #f5f5f5;
	padding: 32px 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.odm-cta-bg {
	position: absolute;
	inset: 0;
	background-image: url('https://images.unsplash.com/photo-1605810230434-7631ac76ec81?w=1920&q=80&auto=format&fit=crop');
	background-size: cover;
	background-position: center;
	opacity: 0.05;
}

.odm-cta-content {
	position: relative;
	z-index: 1;
}

.odm-cta-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #b8a070;
	margin-bottom: 32px;
}

.odm-cta-eyebrow::before,
.odm-cta-eyebrow::after {
	content: '';
	display: block;
	width: 32px;
	height: 1px;
	background: #b8a070;
}

.odm-cta-title {
	font-size: 48px;
	font-weight: 300;
	letter-spacing: -2px;
	color: #1a1a1a;
	margin-bottom: 20px;
	line-height: 1.1;
}

.odm-cta-title strong {
	font-weight: 600;
}

.odm-cta-sub {
	font-size: 17px;
	color: #777;
	font-weight: 300;
	max-width: 620px;
	margin: 0 auto 20px;
	line-height: 1.8;
	text-align: justify;
	/* 两端对齐 */
	text-align-last: left;
	/* 最后一行左对齐（关键） */
}

.odm-cta-actions {
	display: flex;
	gap: 16px;
	justify-content: center;
	flex-wrap: wrap;
}

.odm-btn-primary {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 16px 36px;
	/* background: #1a1a1a;
      color: #f0ede8; */
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
	border: none;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.4s ease;
	position: relative;
	overflow: hidden;
}

.odm-btn-primary::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, #c9a96e, #b8926a);
	opacity: 0;
	transition: opacity 0.4s ease;
}

.odm-btn-primary:hover::before {
	opacity: 1;
}

.odm-btn-primary span {
	position: relative;
	z-index: 1;
}

.odm-btn-primary svg {
	position: relative;
	z-index: 1;
	width: 16px;
	height: 16px;
	stroke: currentColor;
	fill: none;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform 0.3s ease;
}

/* .odm-btn-primary:hover svg {
      transform: translateX(4px);
    } */

.odm-btn-secondary {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 15px 36px;
	background: transparent;
	color: #1a1a1a;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
	/* border: 1px solid #c8c5c0; */
	cursor: pointer;
	text-decoration: none;
	transition: all 0.4s ease;
}

/* .odm-btn-secondary:hover {
      border-color: #1a1a1a;
      background: #1a1a1a;
      color: #f0ede8;
    } */

@media (max-width: 768px) {
	.odm-cta-title {
		font-size: 36px;
		letter-spacing: -1px;
	}

	.odm-cta-actions {
		flex-direction: column;
		align-items: center;
	}

	.odm-cta-section {
		padding: 100px 0;
	}
}

@media (max-width: 480px) {
	.odm-cta-title {
		font-size: 28px;
	}

	.odm-cta-sub {
		font-size: 15px;
	}
}