/**
 * SP3 — Trust, Partners, Contact, Reviews
 * Loaded after single-style.css + single-sp3.css
 */

/* ========== TRUST ========== */
.single-ads_stoc_extern #se_ad_section_5.ga-sp3-trust-strip {
	background: var(--ga-surface);
	border: 1px solid var(--ga-border);
	border-radius: var(--ga-radius);
	box-shadow: var(--ga-shadow);
	padding: 28px 24px 24px;
	margin-bottom: 24px;
}

.single-ads_stoc_extern #se_ad_section_5 label {
	display: none !important;
}

.single-ads_stoc_extern .ga-sp3-trust-headline {
	font-family: var(--ga-font);
	font-size: 18px;
	font-weight: 600;
	color: var(--ga-text);
	margin: 0 0 20px;
	line-height: 1.35;
}

.single-ads_stoc_extern .ga-sp3-trust-headline span {
	color: var(--ga-accent);
}

.single-ads_stoc_extern .ga-sp3-trust-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	align-items: stretch;
	margin-bottom: 20px;
}

.single-ads_stoc_extern .ga-sp3-trust-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: var(--ga-surface-muted);
	border: 1px solid var(--ga-border);
	border-radius: var(--ga-radius-sm);
	padding: 18px 16px;
}

.single-ads_stoc_extern .ga-sp3-trust-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(200, 146, 26, 0.12);
	color: var(--ga-accent);
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 12px;
	flex-shrink: 0;
}

.single-ads_stoc_extern .ga-sp3-trust-card__title {
	font-family: var(--ga-font);
	font-size: 14px;
	font-weight: 600;
	color: var(--ga-text);
	margin: 0 0 8px;
	line-height: 1.35;
}

.single-ads_stoc_extern .ga-sp3-trust-card__text {
	font-family: var(--ga-font);
	font-size: 13px;
	color: var(--ga-muted);
	margin: 0;
	line-height: 1.5;
	flex: 1;
}

.single-ads_stoc_extern .ga-sp3-trust-more {
	display: none;
	margin-bottom: 16px;
}

.single-ads_stoc_extern #se_ad_section_5.ga-sp3-trust-expanded .ga-sp3-trust-more {
	display: block;
}

.single-ads_stoc_extern .ga-sp3-trust-more ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.single-ads_stoc_extern .ga-sp3-trust-more li {
	font-family: var(--ga-font);
	font-size: 14px;
	line-height: 1.5;
	color: var(--ga-text);
	padding-left: 22px;
	position: relative;
}

.single-ads_stoc_extern .ga-sp3-trust-more li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	width: 14px;
	height: 10px;
	background: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 17 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 7.5L6 11.5L15.5 2' stroke='%23C8921A' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
}

.single-ads_stoc_extern .ga-sp3-trust-more li span {
	font-weight: 600;
}

.single-ads_stoc_extern .ga-sp3-trust-toggle {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 0;
	border: none;
	background: none;
	font-family: var(--ga-font);
	font-size: 14px;
	font-weight: 600;
	color: var(--ga-accent);
	cursor: pointer;
	margin: 0;
}

.single-ads_stoc_extern .ga-sp3-trust-toggle:hover {
	text-decoration: underline;
}

/* ========== PARTNERS ========== */
.single-ads_stoc_extern #se_ad_section_3.ga-sp3-partners-section {
	padding: 24px;
}

.single-ads_stoc_extern .ga-sp3-partners-headline {
	font-family: var(--ga-font);
	font-size: 16px;
	font-weight: 600;
	color: var(--ga-text);
	margin: 0 0 20px;
	line-height: 1.45;
}

.single-ads_stoc_extern .ga-sp3-partners-strip {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px 24px;
	align-items: center;
	justify-items: center;
	margin-bottom: 20px;
}

.single-ads_stoc_extern .ga-sp3-partner-logo {
	max-height: 36px;
	width: auto;
	height: auto;
	object-fit: contain;
	opacity: 0.9;
}

.single-ads_stoc_extern .ga-sp3-partners-bullets {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.single-ads_stoc_extern .ga-sp3-partners-bullets li {
	font-family: var(--ga-font);
	font-size: 14px;
	color: var(--ga-text);
	padding-left: 22px;
	position: relative;
	line-height: 1.45;
}

.single-ads_stoc_extern .ga-sp3-partners-bullets li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 14px;
	height: 10px;
	background: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 17 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 7.5L6 11.5L15.5 2' stroke='%23C8921A' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
}

.single-ads_stoc_extern .ga-sp3-calculator-subtitle {
	font-family: var(--ga-font);
	font-size: 14px;
	color: var(--ga-muted);
	margin: 0 0 16px;
	line-height: 1.45;
}

/* ========== CONTACT AGENT ========== */
.single-ads_stoc_extern #se_ad_section_7.ga-sp3-contact-section {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 0;
	background: transparent;
	border: none;
	box-shadow: none;
	margin-bottom: 24px;
}

.single-ads_stoc_extern .ga-sp3-contact-card {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 28px;
	background: var(--ga-surface);
	border: 1px solid var(--ga-border);
	border-radius: var(--ga-radius);
	padding: 24px;
	box-shadow: var(--ga-shadow);
}

.single-ads_stoc_extern .ga-sp3-contact-card__profile {
	flex-shrink: 0;
	width: 100px;
	text-align: center;
}

.single-ads_stoc_extern .ga-sp3-contact-card__avatar {
	width: 88px;
	height: 88px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid var(--ga-border);
	display: block;
	margin: 0 auto 10px;
}

.single-ads_stoc_extern .ga-sp3-contact-card__name {
	font-family: var(--ga-font);
	font-size: 15px;
	font-weight: 600;
	color: var(--ga-text);
	margin: 0 0 4px;
	line-height: 1.3;
}

.single-ads_stoc_extern .ga-sp3-contact-card__role {
	font-family: var(--ga-font);
	font-size: 13px;
	color: var(--ga-muted);
	margin: 0;
	line-height: 1.3;
}

.single-ads_stoc_extern .ga-sp3-contact-card__body {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.single-ads_stoc_extern .ga-sp3-contact-card__title {
	font-family: var(--ga-font);
	font-size: 18px;
	font-weight: 600;
	color: var(--ga-text);
	margin: 0;
	line-height: 1.3;
}

.single-ads_stoc_extern .ga-sp3-contact-card__text {
	font-family: var(--ga-font);
	font-size: 14px;
	color: var(--ga-muted);
	margin: 0;
	line-height: 1.5;
}

.single-ads_stoc_extern .ga-sp3-contact-card__wa {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	align-self: flex-start;
	min-width: 220px;
	height: 48px;
	padding: 0 20px;
	background: #25D366;
	color: #fff !important;
	border-radius: var(--ga-radius-sm);
	font-family: var(--ga-font);
	font-size: 15px;
	font-weight: 600;
	text-decoration: none !important;
	transition: opacity 0.2s ease;
	margin-top: 4px;
}

.single-ads_stoc_extern .ga-sp3-contact-card__wa:hover {
	opacity: 0.92;
	color: #fff !important;
}

.single-ads_stoc_extern .ga-sp3-contact-card__wa svg {
	flex-shrink: 0;
}

/* Hide legacy dual agent cards if still cached */
.single-ads_stoc_extern .agent_contact_container.web,
.single-ads_stoc_extern .agent_contact_container.mobile {
	display: none !important;
}

/* ========== REVIEWS ========== */
.single-ads_stoc_extern .ga-sp3-reviews-card,
.single-ads_stoc_extern #single_reviews_widget {
	background: var(--ga-surface) !important;
	border: 1px solid var(--ga-border);
	border-radius: var(--ga-radius);
	padding: 24px;
	box-shadow: var(--ga-shadow);
	margin: 0;
}

.single-ads_stoc_extern #single_reviews_widget .ti-widget,
.single-ads_stoc_extern #single_reviews_widget .ti-widget * {
	color: var(--ga-text) !important;
}

.single-ads_stoc_extern #single_reviews_widget .ti-widget .ti-name {
	color: var(--ga-accent) !important;
	font-weight: 600 !important;
}

.single-ads_stoc_extern #single_reviews_widget .ti-widget .ti-date,
.single-ads_stoc_extern #single_reviews_widget .ti-widget .ti-stars {
	color: var(--ga-muted) !important;
}

.single-ads_stoc_extern #single_reviews_widget .ti-review-item,
.single-ads_stoc_extern #single_reviews_widget .ti-review-content {
	background: var(--ga-surface-muted) !important;
	border-radius: var(--ga-radius-sm);
}

.single-ads_stoc_extern #single_reviews_widget .ti-footer * {
	color: var(--ga-accent) !important;
}

.single-ads_stoc_extern #single_reviews_widget > a {
	display: block;
	margin-top: 16px;
	text-align: center;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1199px) {
	.single-ads_stoc_extern #se_ad_section_5.ga-sp3-trust-strip,
	.single-ads_stoc_extern #se_ad_section_3.ga-sp3-partners-section,
	.single-ads_stoc_extern #se_ad_section_7.ga-sp3-contact-section {
		margin-left: 16px;
		margin-right: 16px;
	}

	.single-ads_stoc_extern .ga-sp3-reviews-card,
	.single-ads_stoc_extern #single_reviews_widget {
		margin-left: 16px;
		margin-right: 16px;
		margin-bottom: 80px;
	}
}

@media (max-width: 767px) {
	.single-ads_stoc_extern .ga-sp3-trust-grid {
		grid-template-columns: 1fr;
	}

	.single-ads_stoc_extern .ga-sp3-partners-strip {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}

	.single-ads_stoc_extern .ga-sp3-partner-logo {
		max-height: 30px;
	}

	.single-ads_stoc_extern .ga-sp3-contact-card {
		flex-direction: column;
		gap: 20px;
		padding: 20px;
	}

	.single-ads_stoc_extern .ga-sp3-contact-card__profile {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: 16px;
		text-align: left;
	}

	.single-ads_stoc_extern .ga-sp3-contact-card__avatar {
		width: 72px;
		height: 72px;
		margin: 0;
		flex-shrink: 0;
	}

	.single-ads_stoc_extern .ga-sp3-contact-card__name,
	.single-ads_stoc_extern .ga-sp3-contact-card__role {
		text-align: left;
	}

	.single-ads_stoc_extern .ga-sp3-contact-card__wa {
		width: 100%;
		align-self: stretch;
	}
}
