/**
 * How It Works page (page-id-10) — moved from Elementor custom CSS.
 */

body.page-id-10 {
	--ink: #0e0f12;
	--muted: rgba(14, 15, 18, 0.68);
	--line: rgba(14, 15, 18, 0.12);
	--paper: #ffffff;
	--cream: #fffff9;
	--radius: 22px;
	--brand-ink: #13292a;
	--brand-taupe: #695853;
	--brand-taupe-soft: #988780;
}

body.page-id-10 .ast-container {
	max-width: 1180px;
}

body.page-id-10 .elementor-widget-theme-post-content,
body.page-id-10 .elementor,
body.page-id-10 .entry-content {
	color: var(--ink);
}

body.page-id-10 :is(h1, h2, h3),
body.page-id-10 .elementor-heading-title {
	color: var(--ink);
	letter-spacing: -0.035em;
	line-height: 1.06;
	font-weight: 600;
}

body.page-id-10 .elementor-element-25f82d0 .elementor-heading-title {
	font-size: clamp(42px, 4.6vw, 72px);
	font-weight: 600;
	margin: 0 0 12px;
}

body.page-id-10 :is(p, li) {
	color: var(--muted);
	font-size: 16.5px;
	line-height: 1.9;
}

body.page-id-10 .elementor-element-9e3a34b {
	max-width: 68ch;
}

body.page-id-10 .elementor-element[data-element_type="container"].e-con-boxed {
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: 0 10px 36px rgba(14, 15, 18, 0.06);
	overflow: hidden;
}

body.page-id-10 .e-con-boxed > .e-con-inner {
	padding: clamp(18px, 2.8vw, 34px);
}

body.page-id-10 h2.step-heading {
	all: unset;
	display: block;
	font-family: inherit;
	color: var(--brand-ink);
	font-size: clamp(20px, 2.2vw, 28px);
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.15;
	margin: 0 0 16px;
	padding-top: 14px;
	border-top: 1px solid rgba(105, 88, 83, 0.22);
	position: relative;
}

body.page-id-10 h2.step-heading::before {
	content: "";
	display: block;
	width: 56px;
	height: 2px;
	background: var(--brand-taupe);
	opacity: 1;
	margin: 0 0 14px;
}

body.page-id-10 .styled-table-wrap {
	overflow-x: auto;
}

body.page-id-10 table.styled-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: 18px;
	box-shadow: none;
}

body.page-id-10 .styled-table thead th {
	background: rgba(152, 135, 128, 0.14) !important;
	color: var(--brand-ink) !important;
	font-weight: 650 !important;
	font-size: 12px !important;
	letter-spacing: 0.14em !important;
	text-transform: uppercase !important;
	border-right: 0 !important;
	border-bottom: 1px solid rgba(105, 88, 83, 0.18) !important;
	padding: 14px 16px !important;
}

body.page-id-10 .styled-table td {
	color: var(--muted) !important;
	font-size: 15px !important;
	line-height: 1.75 !important;
	border-bottom: 1px solid var(--line) !important;
	padding: 14px 16px !important;
}

body.page-id-10 .styled-table tbody tr:hover {
	transform: none !important;
	background: rgba(14, 15, 18, 0.02) !important;
}

body.page-id-10 .styled-table td::before {
	color: var(--brand-taupe) !important;
	letter-spacing: 0.12em;
}

body.page-id-10 .step-label {
	display: inline-block;
	padding: 6px 10px;
	margin-right: 6px;
	border-radius: 999px;
	background: rgba(105, 88, 83, 0.12);
	border: 1px solid rgba(105, 88, 83, 0.22);
	color: var(--brand-taupe);
	font-weight: 650;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1;
}

body.page-id-10 .elementor-button {
	border-radius: 999px !important;
	padding: 14px 22px !important;
	font-weight: 650 !important;
	letter-spacing: -0.01em;
	box-shadow: none !important;
	transition: transform 0.18s ease, filter 0.18s ease;
}

body.page-id-10 .elementor-button:hover {
	transform: translateY(-1px);
	filter: brightness(0.97);
}

@media (max-width: 767px) {
	body.page-id-10 .e-con-boxed > .e-con-inner {
		padding: 18px;
	}
}

.step-video-wrap {
	margin: 30px 0 10px;
	background: #ffffff;
	border-radius: 16px;
	padding: 20px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
	max-width: 900px;
}

.step-video-wrap video {
	width: 100%;
	border-radius: 12px;
}

.video-caption {
	margin-top: 10px;
	font-size: 14px;
	color: #695853;
	font-family: "Inter", sans-serif;
	text-align: center;
}
