
/* content styles */

h1 {
	text-align:center;
	margin:50px 0 50px 0;
}

h2 {
	text-align:center;
	margin:30px 0 30px 0;
}

h3 {
	margin-top:0;
}

.darkrow {
	background-color: #f4f7fb;
	border-top: 1px solid #e1e9f2;
	border-bottom: 1px solid #e1e9f2;
}
/* ── Subpage header highlights (replaces video thumbnail) ─────────────────── */
.sp-highlights {
	list-style: none;
	padding: 16px 0 0;
	margin: 0;
}
.sp-highlights li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 6px 0 6px 24px;
	font-size: 1rem;
	color: #334155;
}
.sp-highlights .tick {
	color: #1a9e7a;
	font-size: 1.05rem;
	flex-shrink: 0;
	margin-top: 2px;
	font-weight: 700;
}

/* ── Feature cards ─────────────────────────────────────────────────────────── */
.sp-feature-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 20px;
	margin: 30px 0;
}
.sp-feature-card {
	background: #f4f7fb;
	border: 1px solid #e1e9f2;
	border-radius: 10px;
	padding: 24px 20px;
}
.sp-feature-card .sp-icon { font-size: 1.8rem; margin-bottom: 12px; }
.sp-feature-card h4 { font-size: 1rem; font-weight: 700; color: #133f5e; margin: 0 0 8px; }
.sp-feature-card p  { font-size: 0.93rem; color: #5a6a7a; margin: 0; line-height: 1.6; }

/* ── Inline screenshots ────────────────────────────────────────────────────── */
.sp-screenshots {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
	margin: 32px 0;
}
.sp-screenshot-item { flex: 1; min-width: 180px; max-width: 300px; }
.sp-screenshot-item .pagesample { border-radius: 6px; }
.sp-screenshot-item p { font-size: 0.88rem; color: #5a6a7a; margin: 6px 0 0; text-align: center; }

/* ── Related links / CTA band at page bottom ───────────────────────────────── */
.sp-also {
	background: #f4f7fb;
	border-top: 1px solid #e1e9f2;
	padding: 44px 30px;
	text-align: center;
	margin: 48px -30px 0;
}
.sp-also h3 { font-size: 1.1rem; color: #133f5e; margin: 0 0 18px; text-align: center; }
.sp-also-links { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-bottom: 28px; }
.sp-also-links a {
	background: #fff; border: 1px solid #e1e9f2; border-radius: 8px;
	padding: 8px 20px; color: #1d5f8a; font-size: 0.95rem; font-weight: 600;
	text-decoration: none;
}
.sp-also-links a:hover { border-color: #1d5f8a; text-decoration: none; }
.sp-also .btn-trial {
	background: #e8623a; color: #fff; border: none; border-radius: 8px;
	padding: 13px 32px; font-size: 1rem; font-weight: 700; display: inline-block;
	text-decoration: none;
}
.sp-also .btn-trial:hover { background: #c44d28; color: #fff; text-decoration: none; }

/* ── Feature page hero section ──────────────────────────────────────────── */
.darkrow {
	margin: -22px -50px 0;
	padding: 0 50px;
	box-sizing: border-box;
}
.darkrow > .row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.darkrow > .row .no-gutter {
	padding-left: 0;
	padding-right: 0;
}
.darkrow > .row .no-gutter > img {
	width: 100%;
	height: 100%;
	min-height: 220px;
	object-fit: cover;
	display: block;
}

/* ── Hero screenshot images (real UI screenshots, not stock photos) ─────── */
.darkrow > .row .no-gutter > img.sp-hero-img {
	height: auto;
	min-height: 0;
	object-fit: contain;
	align-self: center;
	border-radius: 8px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.14);
	margin: 24px 16px;
	width: calc(100% - 32px);
}

/* ── Phone mockup row (forums & mobile page) ─────────────────────────── */
.sp-phone-row {
	display: flex;
	justify-content: center;
	gap: 32px;
	padding: 0 20px 36px;
	flex-wrap: wrap;
}
.sp-phone-item {
	text-align: center;
	max-width: 200px;
}
.sp-phone-item img {
	width: 100%;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.sp-phone-item p {
	font-size: 0.88rem;
	color: #5a6a7a;
	margin: 10px 0 0;
}
@media (max-width: 600px) {
	.sp-phone-row { gap: 16px; }
	.sp-phone-item { max-width: 140px; }
}

/* ── About page ─────────────────────────────────────────────────────────── */
.ab-hero {
	background: #133f5e;
	margin: -22px -50px 0;
	padding: 64px 50px;
	text-align: center;
	box-sizing: border-box;
}
.ab-hero h1 {
	color: #fff;
	text-shadow: none;
	margin: 0 0 16px;
	font-size: 2.2rem;
	line-height: 1.25;
}
.ab-hero-sub {
	color: rgba(255, 255, 255, 0.85);
	font-size: 1.1rem;
	max-width: 620px;
	margin: 0 auto;
	line-height: 1.6;
}
.ab-section {
	padding: 48px 30px;
}
.ab-prose {
	max-width: 680px;
	margin: 0 auto;
}
.ab-prose h2 {
	text-align: left;
	color: #133f5e;
	margin: 0 0 20px;
}
.ab-prose p {
	color: #334155;
	line-height: 1.75;
	margin-bottom: 16px;
	font-size: 1rem;
}
.ab-contact-link {
	color: #e8623a;
	font-weight: 600;
	text-decoration: none;
}
.ab-contact-link:hover { text-decoration: underline; }
.ab-beliefs {
	padding: 48px 30px;
	width: 100%;
}
.ab-beliefs h2 {
	text-align: center;
	color: #133f5e;
	margin: 0 0 30px;
}

.readmore {
	text-decoration: underline;
	color: #e8623a;
}

	.pagesample {
		width:100%;
		border:3px double #eee;
		padding:5px;
		
	}
	
.viewsub li{
	line-height:1.2em;
	padding-bottom:5px;
}

.viewsub p {
	padding-left:15px;
}

.viewsub {
	background-color: #ffffff;
	border:0;
	box-shadow: 0 0 5px #404040;
	text-align: center;
	padding:2px 5px;
}

.viewsub h1,
.viewsub h2,
.viewsub h3
 {
	color: #4049A4;
	text-shadow:none;
	font-weight:bold;
}

.viewsub h2 {
	margin:5px 0;
}

.viewsub a {
	color:#222;
}

.contactmanagementhead h1 {
	margin-bottom:30px;
}


