/**
 * Testimonials Pro demo landing page — modern SaaS style
 */

:root {
	--tp-brand: #1819ED;
	--tp-brand-hover: #4040FF;
	--tp-brand-dark: #0B0C8C;
	--tp-brand-glow: rgba(24, 25, 237, 0.35);
	--tp-brand-light: #F4F5FF;
	--tp-brand-muted: #E8EAFF;
	--tp-text: #0F0F14;
	--tp-text-muted: #64647A;
	--tp-white: #ffffff;
	--tp-radius: 20px;
	--tp-radius-sm: 12px;
	--tp-shadow: 0 1px 2px rgba(15, 15, 20, 0.04), 0 8px 32px rgba(24, 25, 237, 0.07);
	--tp-shadow-lg: 0 4px 8px rgba(15, 15, 20, 0.04), 0 24px 64px rgba(24, 25, 237, 0.12);
	--tp-border: rgba(24, 25, 237, 0.08);
}

/* ---- Page canvas ---- */
.itemid-101 #sp-main-body {
	background: #FAFBFF;
}

.itemid-101 [itemprop="articleBody"] {
	max-width: 1140px;
}

/* ---- Hero (flush with header) ---- */
.itemid-101 .tp-hero {
	position: relative;
	text-align: center;
	padding: 36px 32px 36px;
	margin: 0 -15px 0;
	overflow: hidden;
	isolation: isolate;
	background: #FAFBFF;
}

.itemid-101 .tp-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(rgba(24, 25, 237, 0.03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(24, 25, 237, 0.03) 1px, transparent 1px);
	background-size: 48px 48px;
	mask-image: radial-gradient(ellipse 90% 80% at 50% 0%, black 20%, transparent 75%);
	z-index: 0;
}

.itemid-101 .tp-hero::after {
	content: "";
	position: absolute;
	top: -120px;
	left: 50%;
	transform: translateX(-50%);
	width: 900px;
	height: 500px;
	background: radial-gradient(ellipse, var(--tp-brand-glow) 0%, transparent 68%);
	opacity: 0.45;
	z-index: 0;
	pointer-events: none;
}

.itemid-101 .tp-hero > * {
	position: relative;
	z-index: 1;
}

.itemid-101 .tp-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 18px;
	margin-bottom: 20px;
	background: var(--tp-white);
	border: 1px solid var(--tp-border);
	border-radius: 100px;
	font-size: 13px;
	font-weight: 600;
	color: var(--tp-brand);
	box-shadow: var(--tp-shadow);
}

.itemid-101 .tp-hero__badge::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #22C55E;
	box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.2);
}

.itemid-101 .tp-hero__title {
	font-size: clamp(2.25rem, 5.5vw, 4rem);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.04em;
	color: var(--tp-text);
	margin: 0 auto 22px;
	max-width: 860px;
	padding-bottom: 0.06em;
}

.itemid-101 .tp-hero__title span {
	display: inline-block;
	padding-bottom: 0.12em;
	line-height: 1.15;
	background: linear-gradient(135deg, var(--tp-brand) 0%, #6366F1 50%, #818CF8 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.itemid-101 .tp-hero__sub {
	font-size: clamp(1.05rem, 2vw, 1.2rem);
	line-height: 1.65;
	color: var(--tp-text-muted);
	max-width: 620px;
	margin: 0 auto 28px;
}

.itemid-101 .tp-hero__trust {
	max-width: 520px;
	margin: 0 auto 24px;
}

.itemid-101 .tp-hero__trust-col {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	text-align: center;
}

.itemid-101 .tp-hero__trust-social {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

.itemid-101 .tp-hero__trust-avatars {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 6px;
}

.itemid-101 .tp-hero__trust-avatar {
	width: 36px;
	height: 36px;
	margin-left: -6px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid #FAFBFF;
	box-shadow: 0 1px 4px rgba(15, 15, 20, 0.1);
}

.itemid-101 .tp-hero__trust-stars {
	display: inline-flex;
	align-items: center;
	gap: 1px;
	color: #F59E0B;
}

.itemid-101 .tp-hero__star {
	display: block;
	width: 14px;
	height: 14px;
}

.itemid-101 .tp-hero__trust-text {
	margin: 0;
	font-size: 0.8125rem;
	line-height: 1.55;
	color: var(--tp-text-muted);
	max-width: 480px;
}

.itemid-101 .tp-hero__trust-text a {
	color: var(--tp-text-muted);
	text-decoration: underline;
	text-decoration-color: rgba(100, 100, 122, 0.35);
	text-underline-offset: 2px;
	transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.itemid-101 .tp-hero__trust-text a:hover {
	color: var(--tp-brand);
	text-decoration-color: rgba(24, 25, 237, 0.35);
}

.itemid-101 .tp-hero__tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-bottom: 36px;
}

.itemid-101 .tp-hero__tag {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 16px;
	background: var(--tp-white);
	border: 1px solid var(--tp-border);
	border-radius: 100px;
	font-size: 13px;
	font-weight: 600;
	color: var(--tp-text);
	letter-spacing: 0;
	text-transform: none;
	box-shadow: 0 1px 3px rgba(15, 15, 20, 0.04);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.itemid-101 a.tp-hero__tag {
	text-decoration: none;
	cursor: pointer;
}

.itemid-101 a.tp-hero__tag:hover {
	color: var(--tp-brand);
}

.itemid-101 .tp-hero__tag::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--tp-brand);
	flex-shrink: 0;
}

.itemid-101 .tp-hero__tag:nth-child(2)::before { background: #6366F1; }
.itemid-101 .tp-hero__tag:nth-child(3)::before { background: #818CF8; }

.itemid-101 .tp-hero__tag:hover {
	border-color: rgba(24, 25, 237, 0.2);
	box-shadow: 0 4px 12px rgba(24, 25, 237, 0.08);
}

.itemid-101 .tp-hero__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 12px;
	margin-bottom: 0;
}

.itemid-101 .tp-hero__price-note {
	display: block;
	width: 100%;
	margin-top: 4px;
	font-size: 13px;
	color: var(--tp-text-muted);
}

/* ---- Buttons ---- */
.itemid-101 .btn-custom,
.itemid-101 .btn.btn-custom,
.btn.btn-custom {
	background: var(--tp-brand);
	border: none;
	border-radius: 100px;
	padding: 15px 32px;
	font-weight: 600;
	font-size: 15px;
	color: var(--tp-white) !important;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
	box-shadow: 0 4px 16px rgba(24, 25, 237, 0.3);
}

.itemid-101 .btn-custom:hover,
.btn.btn-custom:hover {
	background: var(--tp-brand-hover);
	color: var(--tp-white) !important;
	transform: translateY(-2px);
	box-shadow: 0 8px 28px rgba(24, 25, 237, 0.35);
}

.itemid-101 .btn-custom--outline {
	background: var(--tp-white);
	color: var(--tp-text) !important;
	box-shadow: 0 1px 3px rgba(15, 15, 20, 0.06);
	border: 1px solid var(--tp-border);
}

.itemid-101 .btn-custom--outline:hover,
.itemid-101 .btn-custom--outline:focus {
	background: var(--tp-brand-light) !important;
	color: var(--tp-brand) !important;
	border-color: rgba(24, 25, 237, 0.25) !important;
}

.itemid-101 .btn-custom--lg {
	padding: 16px 36px;
	font-size: 16px;
}

.itemid-101 .btn-custom__price {
	font-weight: 800;
}

/* ---- Sections ---- */
.itemid-101 .tp-section {
	padding: 72px 0;
}

.itemid-101 .tp-hero + .tp-section {
	padding-top: 48px;
}

.itemid-101 .tp-section--alt {
	position: relative;
	padding: 72px 40px;
	margin: 0 -15px;
	background: var(--tp-brand-light);
	border-radius: 28px;
	border: 1px solid var(--tp-border);
}

.itemid-101 .tp-section__header {
	text-align: center;
	max-width: 680px;
	margin: 0 auto 44px;
}

.itemid-101 .tp-section__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: var(--tp-brand);
	margin-bottom: 14px;
	padding: 6px 14px;
	background: var(--tp-white);
	border: 1px solid var(--tp-border);
	border-radius: 100px;
}

.itemid-101 .tp-section__title {
	font-size: clamp(1.85rem, 3.5vw, 2.5rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	color: var(--tp-text);
	margin: 0 0 16px;
	line-height: 1.15;
}

.itemid-101 .tp-section__desc {
	font-size: 17px;
	line-height: 1.65;
	color: var(--tp-text-muted);
	margin: 0;
}

.itemid-101 .tp-section__actions {
	text-align: center;
	margin-top: 36px;
}

/* ---- Demo preview frame ---- */
.itemid-101 .tp-demo-box {
	background: var(--tp-white);
	border: 1px solid var(--tp-border);
	border-radius: var(--tp-radius);
	padding: 0;
	box-shadow: var(--tp-shadow-lg);
	overflow: hidden;
}

.itemid-101 .tp-demo-box__chrome {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 14px 18px;
	background: linear-gradient(180deg, #F8F9FF 0%, #F0F1FA 100%);
	border-bottom: 1px solid var(--tp-border);
}

.itemid-101 .tp-demo-box__dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #E2E4F0;
}

.itemid-101 .tp-demo-box__dot:nth-child(1) { background: #FF5F57; }
.itemid-101 .tp-demo-box__dot:nth-child(2) { background: #FFBD2E; }
.itemid-101 .tp-demo-box__dot:nth-child(3) { background: #28CA41; }

.itemid-101 .tp-demo-box__label {
	margin-left: auto;
	font-size: 11px;
	font-weight: 600;
	color: var(--tp-text-muted);
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.itemid-101 .tp-demo-box__inner {
	padding: 32px 28px;
}

.itemid-101 .tp-demo-box .sp-module {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
}

/* ---- Testimonial module overrides ---- */
.itemid-101 .tp-showcase-demo .jx-m-testimonials .jx-testimonial-item,
.itemid-101 .jx-m-testimonials .jx-testimonial-item {
	transition: transform 0.25s ease;
}

.itemid-101 .tp-showcase-demo .jx-m-testimonials .jx-testimonial-item:hover,
.itemid-101 .jx-m-testimonials .jx-testimonial-item:hover {
	transform: translateY(-4px);
}

.itemid-101 .jx-m-testimonials .jx-testimonial-bubble,
.itemid-101 .jx-m-testimonials .jx-testimonial-bubble-squared,
.itemid-101 .jx-m-testimonials .jx-testimonial-bubble-round,
.itemid-101 .jx-m-testimonials .jx-testimonial-bubble-rounded {
	box-shadow: 0 2px 12px rgba(15, 15, 20, 0.05) !important;
	border: 1px solid rgba(24, 25, 237, 0.06) !important;
}

/* Author section — flat, no border (uses module tpbg_color) */
.itemid-101 .tp-showcase-demo .jx-testimonial-author-top,
.itemid-101 .tp-showcase-demo .jx-testimonial-author-bottom,
.itemid-101 .tp-showcase-demo .jx-testimonial-author-left,
.itemid-101 .tp-showcase-demo .jx-testimonial-author-right {
	background: transparent !important;
	border: none !important;
	border-radius: 0 !important;
	padding: 12px 0 !important;
	margin-top: 0;
	box-shadow: none !important;
}

.itemid-101 .tp-showcase-demo .jx-testimonial-author-top.jx-author-align-left,
.itemid-101 .tp-showcase-demo .jx-testimonial-author-bottom.jx-author-align-left {
	align-items: flex-start;
}

.itemid-101 .tp-showcase-demo .jx-testimonial-item {
	gap: 8px;
}

.itemid-101 .jx-m-testimonials .jx-testimonial-text {
	line-height: 1.65 !important;
}

.itemid-101 .jx-m-testimonials .jx-testimonial-author-name,
.itemid-101 .jx-m-testimonials .jx-testimonial-author-name a {
	font-weight: 700 !important;
	color: var(--tp-brand) !important;
	font-size: 15px !important;
}

.itemid-101 .jx-m-testimonials .jx-rating-star,
.itemid-101 .jx-m-testimonials .fa-star {
	color: #F59E0B !important;
}

.itemid-101 .jx-m-testimonials .bx-pager-item a,
.itemid-101 .jx-m-testimonials .bx-pager-link {
	background: var(--tp-brand-muted) !important;
}

.itemid-101 .jx-m-testimonials .bx-pager-item a.active,
.itemid-101 .jx-m-testimonials .bx-pager-link.active {
	background: var(--tp-brand) !important;
}

/* ---- Form section ---- */
.itemid-101 .tp-form-section .tp-demo-box__inner {
	max-width: 520px;
	margin: 0 auto;
}

.itemid-101 .tp-form-demo .jx-m-testimonialspro-form-wrapper,
.itemid-101 .tp-form-demo form {
	border-radius: var(--tp-radius-sm);
}

.itemid-101 .tp-form-demo input[type="text"],
.itemid-101 .tp-form-demo input[type="email"],
.itemid-101 .tp-form-demo select,
.itemid-101 .tp-form-demo textarea {
	border-radius: 10px !important;
	border-color: #E4E6EF !important;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.itemid-101 .tp-form-demo input:focus,
.itemid-101 .tp-form-demo select:focus,
.itemid-101 .tp-form-demo textarea:focus {
	border-color: var(--tp-brand) !important;
	box-shadow: 0 0 0 3px rgba(24, 25, 237, 0.12) !important;
}

.itemid-101 .tp-form-demo button[type="submit"] {
	border-radius: 100px !important;
	font-weight: 600 !important;
	letter-spacing: 0.02em;
}

/* ---- Component preview ---- */
.itemid-101 .tp-component-card {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: center;
	background: var(--tp-white);
	border: 1px solid var(--tp-border);
	border-radius: var(--tp-radius);
	padding: 48px;
	box-shadow: var(--tp-shadow-lg);
}

.itemid-101 .tp-component-card__mock {
	background: linear-gradient(145deg, var(--tp-brand-light) 0%, #DDE1FF 100%);
	border-radius: 16px;
	padding: 28px;
	min-height: 300px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	border: 1px solid var(--tp-border);
}

.itemid-101 .tp-mock-row {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	background: var(--tp-white);
	border-radius: 14px;
	padding: 16px;
	box-shadow: 0 2px 12px rgba(24, 25, 237, 0.06);
}

.itemid-101 .tp-mock-avatar {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: var(--tp-brand-light);
	color: var(--tp-brand);
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
}

.itemid-101 .tp-mock-lines { flex: 1; }

.itemid-101 .tp-mock-line {
	height: 9px;
	background: var(--tp-brand-muted);
	border-radius: 6px;
	margin-bottom: 8px;
}

.itemid-101 .tp-mock-line--short { width: 55%; }
.itemid-101 .tp-mock-line--medium { width: 85%; }

.itemid-101 .tp-component-card__list {
	list-style: none;
	padding: 0;
	margin: 24px 0 32px;
}

.itemid-101 .tp-component-card__list li {
	padding: 10px 0 10px 32px;
	position: relative;
	color: var(--tp-text-muted);
	font-size: 15px;
	line-height: 1.4;
}

.itemid-101 .tp-component-card__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background: var(--tp-brand-light);
	border-radius: 50%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%231819ED'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'/%3E%3C/svg%3E");
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: center;
}

@media (max-width: 767px) {
	.itemid-101 .tp-component-card {
		grid-template-columns: 1fr;
		padding: 28px;
	}
}

/* ---- Feature grid ---- */
.itemid-101 .tp-features {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.itemid-101 .tp-feature {
	background: var(--tp-white);
	border: 1px solid var(--tp-border);
	border-radius: var(--tp-radius-sm);
	padding: 28px 22px;
	text-align: left;
	box-shadow: var(--tp-shadow);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.itemid-101 .tp-feature:hover {
	transform: translateY(-4px);
	box-shadow: var(--tp-shadow-lg);
	border-color: rgba(24, 25, 237, 0.18);
}

.itemid-101 .tp-feature__icon {
	width: 44px;
	height: 44px;
	margin: 0 0 18px;
	background: linear-gradient(135deg, var(--tp-brand-light), var(--tp-brand-muted));
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: var(--tp-brand);
}

.itemid-101 .tp-feature__title {
	font-size: 15px;
	font-weight: 700;
	color: var(--tp-text);
	margin: 0 0 8px;
	letter-spacing: -0.01em;
}

.itemid-101 .tp-feature__desc {
	font-size: 13px;
	color: var(--tp-text-muted);
	margin: 0;
	line-height: 1.55;
}

@media (max-width: 991px) {
	.itemid-101 .tp-features { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 479px) {
	.itemid-101 .tp-features { grid-template-columns: 1fr; }
	.itemid-101 .tp-hero { padding: 28px 20px 32px; }
	.itemid-101 .tp-hero + .tp-section { padding-top: 40px; }
	.itemid-101 .tp-trust-band__badges { grid-template-columns: repeat(2, 1fr); }
}

/* ---- JoomlaX trust band ---- */
.itemid-101 section.tp-trust-band {
	padding: 56px 36px;
	margin-top: 16px;
	background: linear-gradient(160deg, #EDEFFE 0%, #F8F9FF 45%, #FFFFFF 100%);
	border: 1px solid rgba(24, 25, 237, 0.1);
	border-radius: 24px;
	box-shadow: 0 4px 24px rgba(24, 25, 237, 0.06);
}

.itemid-101 .tp-trust-band {
	max-width: 920px;
	margin: 0 auto;
	text-align: center;
}

.itemid-101 .tp-trust-band__header {
	margin-bottom: 32px;
}

.itemid-101 .tp-trust-band__eyebrow {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--tp-brand);
	margin-bottom: 10px;
}

.itemid-101 .tp-trust-band__title {
	font-size: clamp(1.35rem, 3vw, 1.75rem);
	font-weight: 700;
	color: var(--tp-text);
	margin: 0;
	letter-spacing: -0.02em;
}

.itemid-101 .tp-trust-band__badges {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin-bottom: 0;
}

.itemid-101 .tp-trust-band__points {
	list-style: none;
	margin: 36px auto 0;
	padding: 32px 0 0;
	max-width: 760px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px 28px;
	text-align: left;
	border-top: 1px solid rgba(24, 25, 237, 0.1);
}

.itemid-101 .tp-trust-badge {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	padding: 18px 12px;
	background: var(--tp-white);
	border: 1px solid var(--tp-border);
	border-radius: var(--tp-radius-sm);
}

.itemid-101 .tp-trust-badge__icon {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--tp-brand-light);
	color: var(--tp-brand);
	font-size: 14px;
	margin-bottom: 4px;
}

.itemid-101 .tp-trust-badge__icon .fa-star {
	color: #F59E0B;
}

.itemid-101 .tp-trust-badge__value {
	font-size: 1.125rem;
	font-weight: 700;
	color: var(--tp-text);
	line-height: 1.2;
}

.itemid-101 .tp-trust-badge__label {
	font-size: 12px;
	color: var(--tp-text-muted);
	line-height: 1.35;
}

.itemid-101 .tp-trust-band__point {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.itemid-101 .tp-trust-band__point-icon {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	margin-top: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(34, 197, 94, 0.12);
	color: #16A34A;
	font-size: 10px;
}

.itemid-101 .tp-trust-band__point-text {
	font-size: 0.875rem;
	line-height: 1.55;
	color: var(--tp-text-muted);
}

.itemid-101 .tp-trust-band__point-text a {
	color: var(--tp-text-muted);
	text-decoration: underline;
	text-decoration-color: rgba(100, 100, 122, 0.35);
	text-underline-offset: 2px;
}

.itemid-101 .tp-trust-band__point-text a:hover {
	color: var(--tp-brand);
}

@media (max-width: 767px) {
	.itemid-101 section.tp-trust-band {
		padding: 40px 20px;
		margin-top: 8px;
	}
	.itemid-101 .tp-trust-band__badges { grid-template-columns: repeat(2, 1fr); }
	.itemid-101 .tp-trust-band__points {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-top: 28px;
		padding-top: 24px;
	}
}

/* ---- Testimonials Pro cross-promo ---- */
.itemid-101 .tp-pro-promo {
	padding-top: 48px;
	padding-bottom: 48px;
	margin-top: 24px;
}

.itemid-101 .tp-pro-promo__desc strong {
	font-weight: 600;
	color: var(--tp-text);
}

.itemid-101 .tp-pro-promo__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: center;
	max-width: 1040px;
	margin: 0 auto;
}

.itemid-101 .tp-pro-promo__mock {
	background: var(--tp-white);
	border: 1px solid var(--tp-border);
	border-radius: var(--tp-radius);
	box-shadow: var(--tp-shadow-lg);
	overflow: hidden;
}

.itemid-101 .tp-pro-promo__mock-chrome {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 14px 18px;
	background: linear-gradient(180deg, #F8F9FF 0%, #F0F1FA 100%);
	border-bottom: 1px solid var(--tp-border);
}

.itemid-101 .tp-pro-promo__mock-label {
	margin-left: auto;
	font-size: 11px;
	font-weight: 600;
	color: var(--tp-text-muted);
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.itemid-101 .tp-pro-promo__mock-body {
	padding: 24px;
	background: linear-gradient(145deg, var(--tp-brand-light) 0%, #DDE1FF 100%);
	min-height: 280px;
}

.itemid-101 .tp-pro-promo__mock-tags {
	display: flex;
	gap: 8px;
	margin-bottom: 14px;
}

.itemid-101 .tp-pro-promo__mock-tag {
	display: block;
	height: 24px;
	width: 72px;
	border-radius: 100px;
	background: rgba(255, 255, 255, 0.75);
}

.itemid-101 .tp-pro-promo__mock-tag--short { width: 52px; }

.itemid-101 .tp-pro-promo__mock-card {
	background: var(--tp-white);
	border-radius: 16px;
	padding: 16px;
	margin-bottom: 12px;
	box-shadow: 0 2px 12px rgba(24, 25, 237, 0.06);
	border: 1px solid rgba(24, 25, 237, 0.05);
	opacity: 0.72;
	transform: scale(0.98);
}

.itemid-101 .tp-pro-promo__mock-card--active {
	opacity: 1;
	transform: none;
	border-color: rgba(24, 25, 237, 0.12);
}

.itemid-101 .tp-pro-promo__mock-card-head {
	display: flex;
	gap: 12px;
	align-items: center;
	margin-bottom: 12px;
}

.itemid-101 .tp-pro-promo__mock-avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--tp-brand-muted);
	flex-shrink: 0;
}

.itemid-101 .tp-pro-promo__mock-meta { flex: 1; }

.itemid-101 .tp-pro-promo__mock-line {
	display: block;
	height: 8px;
	border-radius: 6px;
	background: var(--tp-brand-muted);
	margin-bottom: 8px;
}

.itemid-101 .tp-pro-promo__mock-line--name {
	width: 42%;
	height: 10px;
	margin-bottom: 6px;
}

.itemid-101 .tp-pro-promo__mock-line--short { width: 58%; }
.itemid-101 .tp-pro-promo__mock-line--medium { width: 78%; }

.itemid-101 .tp-pro-promo__mock-stars {
	display: block;
	width: 72px;
	height: 10px;
	border-radius: 6px;
	background: linear-gradient(90deg, #F59E0B 0%, #F59E0B 100%);
	opacity: 0.85;
}

.itemid-101 .tp-pro-promo__mock-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 6px;
}

.itemid-101 .tp-pro-promo__mock-dots span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(24, 25, 237, 0.2);
}

.itemid-101 .tp-pro-promo__mock-dots span.is-active {
	background: var(--tp-brand);
	width: 22px;
	border-radius: 100px;
}

.itemid-101 .tp-pro-promo__title {
	font-family: "Figtree", system-ui, sans-serif;
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	font-weight: 700;
	line-height: 1.2;
	color: var(--tp-text);
	margin: 8px 0 14px;
}

.itemid-101 .tp-pro-promo__desc {
	font-family: "DM Sans", system-ui, sans-serif;
	color: var(--tp-text-muted);
	line-height: 1.65;
	margin-bottom: 20px;
}

.itemid-101 .tp-pro-promo__list {
	list-style: none;
	padding: 0;
	margin: 0 0 28px;
}

.itemid-101 .tp-pro-promo__list li {
	position: relative;
	padding-left: 22px;
	margin-bottom: 10px;
	font-family: "DM Sans", system-ui, sans-serif;
	color: var(--tp-text);
	line-height: 1.5;
}

.itemid-101 .tp-pro-promo__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--tp-brand);
}

@media (max-width: 991px) {
	.itemid-101 .tp-pro-promo__grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}
}

/* ---- Final CTA band: see custom.css (.tp-cta-band) ---- */

/* ---- Scroll animations ---- */
.itemid-101 .tp-animate {
	opacity: 1;
	transform: none;
}

.itemid-101.tp-js-ready .tp-animate {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1), transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.itemid-101.tp-js-ready .tp-animate.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.itemid-101.tp-js-ready .tp-hero {
	opacity: 1 !important;
	transform: none !important;
}
