/* SMM Fame About Us + Contact compliance pages. Scoped to the two page classes. */

.smm-about-page .smm-hl-hero__icon svg,
.smm-contact-v2 .smm-hl-hero__icon svg {
	width: 58px;
	height: 58px;
}

.smm-about-intro {
	display: grid;
	grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
	gap: clamp(24px, 5vw, 64px);
	align-items: start;
}

.smm-about-identity,
.smm-about-principles article,
.smm-contact-v2__primary,
.smm-contact-v2__facts article {
	border: 1px solid var(--hl-border);
	border-radius: 22px;
	background: var(--hl-surface);
	box-shadow: var(--hl-shadow);
}

.smm-about-identity {
	padding: clamp(24px, 4vw, 36px);
}

.smm-about-identity .smm-hl-card-icon,
.smm-contact-v2__primary .smm-hl-card-icon {
	margin-bottom: 22px;
}

.smm-about-identity h2,
.smm-about-copy h2,
.smm-about-principles h2,
.smm-about-independent h2,
.smm-contact-v2__primary h2,
.smm-contact-v2__support h2 {
	margin: 8px 0 14px;
	font-size: clamp(1.8rem, 3.7vw, 3.2rem);
	line-height: 1.05;
	letter-spacing: -0.045em;
}

.smm-about-identity p,
.smm-about-copy p,
.smm-about-principles p,
.smm-about-independent p,
.smm-contact-v2__primary p,
.smm-contact-v2__facts p {
	line-height: 1.75;
}

.smm-about-identity > a,
.smm-contact-v2__primary h2 a {
	color: var(--hl-purple-dark);
	font-weight: 800;
	text-decoration: none;
	word-break: break-word;
}

.smm-about-copy {
	padding-top: 10px;
}

.smm-about-copy p:last-child,
.smm-about-principles p:last-child,
.smm-contact-v2__facts p:last-child {
	margin-bottom: 0;
}

.smm-about-steps {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	overflow: hidden;
	border: 1px solid var(--hl-border);
	border-radius: 22px;
	background: #fff;
	box-shadow: var(--hl-shadow);
}

.smm-about-steps article {
	min-height: 230px;
	padding: 24px 20px;
	border-right: 1px solid var(--hl-border);
}

.smm-about-steps article:last-child { border-right: 0; }
.smm-about-steps article > span {
	color: var(--hl-purple);
	font-size: 0.76rem;
	font-weight: 850;
	letter-spacing: 0.1em;
}
.smm-about-steps h3 { margin: 28px 0 10px; font-size: 1.08rem; }
.smm-about-steps p { margin-bottom: 0; line-height: 1.65; }

.smm-about-principles {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.smm-about-principles article {
	padding: clamp(24px, 4vw, 38px);
}

.smm-about-principles h2 { font-size: clamp(1.55rem, 2.8vw, 2.45rem); }
.smm-about-principles .smm-hl-card-icon { margin-bottom: 22px; }

.smm-about-independent {
	padding: 0 0 clamp(56px, 7vw, 90px);
}

.smm-about-independent > .site-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding: clamp(26px, 4vw, 40px);
	border: 1px solid #d9d0ff;
	border-radius: 24px;
	background: linear-gradient(135deg, #f8f5ff, #efe8ff);
}

.smm-about-independent h2 { max-width: 760px; font-size: clamp(1.6rem, 3vw, 2.55rem); }
.smm-about-independent p { max-width: 840px; margin-bottom: 0; }
.smm-about-actions { display: flex; flex: 0 0 auto; align-items: center; gap: 18px; }
.smm-about-text-link { color: var(--hl-purple-dark); font-weight: 800; text-decoration: none; white-space: nowrap; }

.smm-contact-v2__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 22px;
	align-items: stretch;
}

.smm-contact-v2__primary {
	padding: clamp(26px, 4vw, 40px);
}

.smm-contact-v2__primary h2 { font-size: clamp(1.55rem, 3vw, 2.45rem); }
.smm-contact-v2__primary .smm-hl-business-identity { margin: 24px 0; }

.smm-contact-v2__facts {
	display: grid;
	gap: 14px;
}

.smm-contact-v2__facts article {
	padding: 22px 24px;
	box-shadow: none;
}

.smm-contact-v2__facts h3 {
	margin: 7px 0 8px;
	font-size: 1.15rem;
}

.smm-contact-v2__support {
	display: grid;
	grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
	gap: 34px;
	align-items: start;
}

.smm-contact-v2__support h2 { font-size: clamp(1.75rem, 3.2vw, 2.85rem); }
.smm-contact-v2__support ul { padding: 0; margin: 0; list-style: none; }
.smm-contact-v2__support li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 0;
	border-bottom: 1px solid var(--hl-border);
	color: var(--hl-ink);
	font-weight: 700;
}
.smm-contact-v2__support li:last-child { border-bottom: 0; }
.smm-contact-v2__support li span { color: var(--hl-purple); }
.smm-contact-v2__support li svg { width: 20px; height: 20px; }

@media (max-width: 1080px) {
	.smm-about-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.smm-about-steps article { border-bottom: 1px solid var(--hl-border); }
	.smm-about-steps article:nth-child(3) { border-right: 0; }
	.smm-about-steps article:nth-child(4),
	.smm-about-steps article:nth-child(5) { border-bottom: 0; }
}

@media (max-width: 860px) {
	.smm-about-intro,
	.smm-about-principles,
	.smm-contact-v2__grid,
	.smm-contact-v2__support {
		grid-template-columns: 1fr;
	}
	.smm-about-independent > .site-container { align-items: flex-start; flex-direction: column; }
	.smm-about-actions { flex-wrap: wrap; }
}

@media (max-width: 680px) {
	.smm-about-steps { grid-template-columns: 1fr; }
	.smm-about-steps article,
	.smm-about-steps article:nth-child(3),
	.smm-about-steps article:nth-child(4) {
		min-height: auto;
		border-right: 0;
		border-bottom: 1px solid var(--hl-border);
	}
	.smm-about-steps article:last-child { border-bottom: 0; }
	.smm-about-actions { width: 100%; align-items: stretch; flex-direction: column; }
	.smm-about-actions .smm-hl-button { width: 100%; }
	.smm-about-text-link { align-self: center; }
}

/* v1.2.6 — verified business contact details. */
.smm-contact-v2__details {
	display: grid;
	gap: 0;
	margin: 0 0 26px;
	border: 1px solid var(--hl-border);
	border-radius: 16px;
	background: #faf8ff;
	overflow: hidden;
}

.smm-contact-v2__details > div {
	display: grid;
	grid-template-columns: minmax(130px, 0.42fr) minmax(0, 0.58fr);
	gap: 16px;
	padding: 14px 16px;
	border-bottom: 1px solid var(--hl-border);
}

.smm-contact-v2__details > div:last-child {
	border-bottom: 0;
}

.smm-contact-v2__details dt,
.smm-contact-v2__details dd {
	margin: 0;
}

.smm-contact-v2__details dt {
	color: var(--hl-muted);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.035em;
	text-transform: uppercase;
}

.smm-contact-v2__details dd {
	color: var(--hl-ink);
	font-weight: 700;
	line-height: 1.55;
}

.smm-contact-v2__details a {
	color: var(--hl-purple-dark);
	text-decoration: none;
}

@media (max-width: 560px) {
	.smm-contact-v2__details > div {
		grid-template-columns: 1fr;
		gap: 5px;
	}
}
