/* Store MM — Designer Guide page (marketing + operational help)
   Reuses idea-start.css for hero / cards / buttons / the journey bar.
   Palette: white bg, #0a0a0a text, #c0392b red used sparingly, hairline #e8e8e8 borders.
   Mobile-first. */

.smm-guide { padding-bottom: 40px; }

/* ── Hero CTA row ── */
.smm-guide-cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-top: 22px;
}
.smm-guide-cta-row .smm-idea-btn { width: auto; min-width: 200px; }

/* Ghost / secondary button (the primary black button comes from idea-start.css) */
.smm-guide-btn-ghost {
	background: #fff;
	border: 1px solid #e8e8e8;
	color: #0a0a0a;
}
.smm-guide-btn-ghost:hover { border-color: #0a0a0a; }

/* Center the journey roadmap with breathing room */
.smm-guide-journey { margin-top: 6px; }

/* ── Three reassurance pillars ── */
.smm-guide-pillars {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin: 30px auto 8px;
}
.smm-guide-pillar {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	box-shadow: 0 1px 4px rgba(0,0,0,.05);
	padding: 20px 22px;
}
.smm-guide-pillar-t {
	font-size: 1rem;
	font-weight: 800;
	color: #0a0a0a;
	margin: 0 0 6px;
}
.smm-guide-pillar p { margin: 0; color: #6b6b6b; font-size: .95rem; }

/* ── The 7 steps ── */
.smm-guide-steps { margin-top: 36px; }
.smm-guide-step {
	display: flex;
	gap: 18px;
	align-items: flex-start;
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	box-shadow: 0 1px 4px rgba(0,0,0,.05);
	padding: 20px 22px;
	margin-bottom: 14px;
}
/* The single red accent stripe goes on the steps where the designer must act */
.smm-guide-step.is-you { border-left: 4px solid #c0392b; }

.smm-guide-step-num {
	flex: 0 0 auto;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #0a0a0a;
	color: #fff;
	font-weight: 800;
	font-size: 1.02rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.smm-guide-step-body { min-width: 0; flex: 1 1 auto; }
.smm-guide-step-head {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 2px;
}
.smm-guide-step-title {
	font-size: 1.12rem;
	font-weight: 800;
	color: #0a0a0a;
	margin: 0;
}
.smm-guide-pill {
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .03em;
	text-transform: uppercase;
	border-radius: 12px;
	padding: 2px 10px;
}
.smm-guide-pill.pill-you  { background: #fdecea; color: #c0392b; }
.smm-guide-pill.pill-team { background: #f2f2f2; color: #6b6b6b; }

.smm-guide-step-actor {
	font-size: .76rem;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #9a9a9a;
	margin: 0 0 8px;
}
.smm-guide-step-text { margin: 0; color: #1a1a1a; }
.smm-guide-step-prep {
	margin: 10px 0 0;
	padding-top: 10px;
	border-top: 1px solid #f0f0f0;
	color: #1a1a1a;
	font-size: .92rem;
}
.smm-guide-prep-label {
	font-weight: 700;
	text-transform: uppercase;
	font-size: .72rem;
	letter-spacing: .04em;
	color: #1a7f4b;
	margin-right: 4px;
}

/* ── Checklist ── */
.smm-guide-checklist { margin-top: 34px; }
.smm-guide-check-list {
	list-style: none;
	margin: 6px 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px 24px;
}
.smm-guide-check-list li {
	position: relative;
	padding-left: 30px;
	color: #1a1a1a;
}
.smm-guide-check-list li::before {
	content: "";
	position: absolute;
	left: 2px;
	top: 3px;
	width: 16px;
	height: 16px;
	border-radius: 4px;
	background: #1a7f4b;
	/* white check mark */
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 11px;
}

/* ── Good to know ── */
.smm-guide-know { margin-top: 36px; }
.smm-guide-know-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}
.smm-guide-know-card {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	padding: 18px 20px;
}
.smm-guide-know-t {
	font-size: 1rem;
	font-weight: 800;
	color: #0a0a0a;
	margin: 0 0 6px;
}
.smm-guide-know-card p { margin: 0; color: #6b6b6b; font-size: .95rem; }

/* ── Final CTA band ── */
.smm-guide-final {
	margin-top: 40px;
	text-align: center;
	background: linear-gradient(135deg, #fff8f8 0%, #fff 60%);
	border: 1px solid #e8e8e8;
	border-radius: 12px;
	padding: 34px 24px;
}
.smm-guide-final-t {
	font-size: 1.5rem;
	font-weight: 800;
	color: #0a0a0a;
	margin: 0 0 8px;
}
.smm-guide-final-sub {
	max-width: 520px;
	margin: 0 auto 20px;
	color: #6b6b6b;
}

/* ── Responsive ── */
@media (max-width: 860px) {
	.smm-guide-pillars { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
	.smm-guide-check-list { grid-template-columns: 1fr; }
	.smm-guide-know-grid { grid-template-columns: 1fr; }
	.smm-guide-cta-row .smm-idea-btn { width: 100%; min-width: 0; }
	.smm-guide-step { padding: 16px 16px; gap: 14px; }
	.smm-guide-step-num { width: 32px; height: 32px; font-size: .92rem; }
}

/* ── RTL (Arabic) ── */
[dir="rtl"] .smm-guide-step.is-you {
	border-left: 1px solid #e8e8e8;
	border-right: 4px solid #c0392b;
}
[dir="rtl"] .smm-guide-check-list li { padding-left: 0; padding-right: 30px; }
[dir="rtl"] .smm-guide-check-list li::before { left: auto; right: 2px; }
[dir="rtl"] .smm-guide-prep-label { margin-right: 0; margin-left: 4px; }
