/* Pack CRM — contenido (cabecera/pie = site principal) */
.wtc-crm-page {
	color: #334;
	background: #fff;
}

/* —— Hero —— */
.wtc-crm-page .wtc-crm-hero {
	padding: 28px 0 40px;
	margin: 0;
	background: #fff;
	border-bottom: 1px solid #e8eef4;
}
.wtc-crm-page .wtc-crm-hero-row {
	display: table;
	width: 100%;
}
.wtc-crm-page .wtc-crm-hero-row > [class*="col-"] {
	float: none;
	display: table-cell;
	vertical-align: middle;
	float: left; /* bootstrap float restore for older browsers */
}
@media (min-width: 992px) {
	.wtc-crm-page .wtc-crm-hero-row {
		display: flex;
		align-items: center;
	}
	.wtc-crm-page .wtc-crm-hero-row > [class*="col-"] {
		float: none;
		display: block;
	}
}
.wtc-crm-page .wtc-crm-eyebrow {
	display: inline-block;
	margin: 0 0 10px;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #0f71ba;
	background: #eef5fa;
	border-radius: 999px;
}
.wtc-crm-page .wtc-crm-hero h1 {
	margin: 0 0 14px;
	font-size: 32px;
	line-height: 1.22;
	color: #2c4a63;
	font-weight: 700;
}
.wtc-crm-page .wtc-crm-lead {
	margin: 0 0 22px;
	font-size: 16px;
	line-height: 1.55;
	color: #4a5563;
	max-width: 34em;
}
.wtc-crm-page .wtc-crm-actions {
	margin: 0 0 14px;
}
.wtc-crm-page .wtc-crm-actions .btn {
	margin: 0 10px 10px 0;
	font-weight: 600;
	padding-left: 18px;
	padding-right: 18px;
}
.wtc-crm-page .wtc-crm-btn-outline {
	background: #fff !important;
	color: #2c4a63 !important;
	border: 2px solid #c9d7e4 !important;
	box-shadow: none;
}
.wtc-crm-page .wtc-crm-btn-outline:hover,
.wtc-crm-page .wtc-crm-btn-outline:focus {
	background: #f5f8fb !important;
	color: #0f71ba !important;
	border-color: #0f71ba !important;
}
.wtc-crm-page .wtc-crm-hint {
	margin: 4px 0 0;
	font-size: 14px;
	color: #5a6a7a;
}
.wtc-crm-page .wtc-crm-hint a {
	color: #0f71ba;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid rgba(15, 113, 186, 0.35);
}
.wtc-crm-page .wtc-crm-hint a:hover {
	border-bottom-color: #0f71ba;
}
.wtc-crm-page .wtc-crm-hint-sep {
	margin: 0 6px;
	color: #a0aec0;
}

/* Preview card (light, product-like) */
.wtc-crm-page .wtc-crm-preview {
	max-width: 320px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #dbe5ef;
	border-radius: 12px;
	box-shadow: 0 12px 28px rgba(44, 74, 99, 0.12);
	overflow: hidden;
}
.wtc-crm-page .wtc-crm-preview-bar {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 12px 14px;
	background: #2c4a63;
	color: #fff;
}
.wtc-crm-page .wtc-crm-preview-bar span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.35);
}
.wtc-crm-page .wtc-crm-preview-bar em {
	margin-left: auto;
	font-style: normal;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	opacity: 0.9;
}
.wtc-crm-page .wtc-crm-preview-list {
	list-style: none;
	margin: 0;
	padding: 12px;
}
.wtc-crm-page .wtc-crm-preview-list li {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 8px;
	padding: 12px;
	border-radius: 8px;
	background: #f7fafc;
	border: 1px solid #e8eef4;
}
.wtc-crm-page .wtc-crm-preview-list li:last-child {
	margin-bottom: 0;
}
.wtc-crm-page .wtc-crm-preview-list li.is-active {
	background: #eef5fa;
	border-color: #b7d3ea;
}
.wtc-crm-page .wtc-crm-preview-ico {
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 50%;
	background: #0f71ba;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
}
.wtc-crm-page .wtc-crm-preview-list strong {
	display: block;
	color: #2c4a63;
	font-size: 14px;
	line-height: 1.2;
}
.wtc-crm-page .wtc-crm-preview-list small {
	display: block;
	color: #6b7c93;
	font-size: 12px;
	margin-top: 2px;
}

/* —— Sections —— */
.wtc-crm-page .wtc-crm-block {
	padding: 44px 0 48px;
	background: #fff;
}
.wtc-crm-page .wtc-crm-block-alt {
	background: #f7fafc;
	border-top: 1px solid #e8eef4;
	border-bottom: 1px solid #e8eef4;
}
.wtc-crm-page .wtc-crm-intro {
	margin: -6px auto 26px;
	max-width: 36em;
	font-size: 15px;
	line-height: 1.55;
	color: #5a6a7a;
}
.wtc-crm-page .section-title h1 {
	color: #2c4a63;
}

/* Path panels */
.wtc-crm-page .wtc-crm-panel {
	height: 100%;
	background: #fff;
	border: 1px solid #dbe5ef;
	border-radius: 10px;
	padding: 22px 22px 20px;
	margin-bottom: 16px;
	box-shadow: 0 4px 14px rgba(44, 74, 99, 0.05);
}
.wtc-crm-page .wtc-crm-path-label {
	margin: 0 0 8px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #0f71ba;
}
.wtc-crm-page .wtc-crm-panel h3 {
	margin: 0 0 10px;
	font-size: 19px;
	line-height: 1.3;
	color: #2c4a63;
}
.wtc-crm-page .wtc-crm-panel > p {
	margin: 0 0 12px;
	color: #5a6a7a;
	line-height: 1.5;
	font-size: 14px;
}
.wtc-crm-page .wtc-crm-panel ol {
	margin: 0 0 18px;
	padding-left: 18px;
	color: #445;
	font-size: 14px;
}
.wtc-crm-page .wtc-crm-panel ol li {
	margin: 0 0 6px;
}
.wtc-crm-page .wtc-crm-panel-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 16px;
}
.wtc-crm-page .wtc-crm-panel-actions .btn {
	margin: 0;
	font-weight: 600;
}
.wtc-crm-page .wtc-crm-textlink {
	font-weight: 600;
	font-size: 14px;
	color: #0f71ba;
	text-decoration: none;
	border-bottom: 1px solid rgba(15, 113, 186, 0.35);
}
.wtc-crm-page .wtc-crm-textlink:hover {
	border-bottom-color: #0f71ba;
}

/* Ways */
.wtc-crm-page .wtc-crm-way {
	display: block;
	height: 100%;
	min-height: 168px;
	margin-bottom: 16px;
	padding: 20px 18px;
	background: #fff;
	border: 1px solid #dbe5ef;
	border-radius: 10px;
	text-decoration: none !important;
	color: inherit;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.wtc-crm-page .wtc-crm-way:hover {
	border-color: #0f71ba;
	box-shadow: 0 8px 20px rgba(15, 113, 186, 0.1);
}
.wtc-crm-page .wtc-crm-way-hl {
	background: #eef5fa;
	border-color: #b7d3ea;
}
.wtc-crm-page .wtc-crm-way-num {
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 50%;
	background: #0f71ba;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 10px;
}
.wtc-crm-page .wtc-crm-way h3 {
	margin: 0 0 8px;
	font-size: 18px;
	color: #2c4a63;
}
.wtc-crm-page .wtc-crm-way p {
	margin: 0 0 12px;
	color: #5a6a7a;
	font-size: 14px;
	line-height: 1.45;
}
.wtc-crm-page .wtc-crm-way-go {
	font-size: 13px;
	font-weight: 700;
	color: #0f71ba;
}
.wtc-crm-page .wtc-crm-note {
	margin: 8px 0 0;
	font-size: 13px;
	line-height: 1.5;
	color: #6b7c93;
}
.wtc-crm-page .wtc-crm-note a {
	font-weight: 600;
	color: #0f71ba;
}

/* Includes grid */
.wtc-crm-page .wtc-crm-include {
	margin: 0 0 14px;
	padding: 16px 18px;
	border: 1px solid #dbe5ef;
	border-radius: 10px;
	background: #fff;
	min-height: 96px;
}
.wtc-crm-page .wtc-crm-include-hl {
	background: #eef5fa;
	border-color: #b7d3ea;
}
.wtc-crm-page .wtc-crm-include strong {
	display: block;
	margin-bottom: 6px;
	color: #2c4a63;
	font-size: 15px;
}
.wtc-crm-page .wtc-crm-include span {
	display: block;
	color: #5a6a7a;
	font-size: 14px;
	line-height: 1.45;
}
.wtc-crm-page .wtc-crm-callout {
	margin-top: 6px;
	padding: 14px 16px;
	border-left: 4px solid #0f71ba;
	background: #eef5fa;
	border-radius: 0 6px 6px 0;
	color: #445;
	line-height: 1.5;
	font-size: 14px;
}

/* Steps */
.wtc-crm-page .wtc-crm-step {
	background: #fff;
	border: 1px solid #dbe5ef;
	border-radius: 10px;
	padding: 18px 16px;
	margin-bottom: 14px;
	min-height: 120px;
}
.wtc-crm-page .wtc-crm-step-num {
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 50%;
	background: #2c4a63;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 10px;
}
.wtc-crm-page .wtc-crm-step p {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #445;
}
.wtc-crm-page .wtc-crm-actions-end {
	margin-top: 10px;
}

/* Legal */
.wtc-crm-page .wtc-crm-legal {
	padding: 24px 0 32px;
	background: #eef2f6;
	border-top: 1px solid #e2eaf2;
}
.wtc-crm-page .wtc-crm-legal h4 {
	margin: 0 0 8px;
	color: #2c4a63;
	font-size: 14px;
	font-weight: 700;
}
.wtc-crm-page .wtc-crm-legal p {
	margin: 0;
	font-size: 12px;
	line-height: 1.5;
	color: #6b7c93;
}

@media (max-width: 991px) {
	.wtc-crm-page .wtc-crm-hero h1 {
		font-size: 26px;
	}
	.wtc-crm-page .wtc-crm-hero-row > [class*="col-"] {
		display: block;
		float: none;
		width: 100%;
	}
}
@media (max-width: 767px) {
	.wtc-crm-page .wtc-crm-hero {
		padding: 18px 0 28px;
	}
	.wtc-crm-page .wtc-crm-hero h1 {
		font-size: 24px;
	}
	.wtc-crm-page .wtc-crm-actions .btn {
		display: block;
		width: 100%;
		margin-right: 0;
	}
}
