/* SeoNami service mother pages: domain + website-design */

.sn-service-mother {
	--sn-svc-teal: #673DE6;
	--sn-svc-teal-d: #5025D1;
	--sn-svc-ink: #2F1C6A;
	--sn-svc-accent: #673DE6;
	--sn-svc-muted: #727586;
	--sn-svc-line: #EBE4FF;
	--sn-svc-soft: #F4F5FF;
}

.sn-service-mother .site-main,
.sn-service-mother article {
	max-width: none;
}

.sn-service-mother .entry-header {
	display: none;
}

/* -------- Hero -------- */
.sn-service-hero {
	position: relative;
	isolation: isolate;
	margin: 0 0 0;
	padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(2rem, 5vw, 3.5rem);
	overflow: hidden;
	color: #EBE4FF;
	background:
		radial-gradient(90% 120% at 100% 0%, rgba(103, 61, 230, 0.18) 0%, transparent 55%),
		radial-gradient(70% 90% at 0% 100%, rgba(103, 61, 230, 0.35) 0%, transparent 50%),
		linear-gradient(145deg, #1A0F45 0%, #2F1C6A 42%, #2F1C6A 100%);
}

.sn-service-hero--design {
	background:
		radial-gradient(80% 100% at 0% 0%, rgba(103, 61, 230, 0.2) 0%, transparent 50%),
		radial-gradient(70% 80% at 100% 80%, rgba(103, 61, 230, 0.28) 0%, transparent 55%),
		linear-gradient(150deg, #160B38 0%, #2F1C6A 48%, #3D2A7A 100%);
}

.sn-service-hero__inner {
	width: min(100% - 2rem, 1120px);
	margin-inline: auto;
	display: grid;
	gap: clamp(1.75rem, 4vw, 3rem);
	align-items: center;
}

@media (min-width: 900px) {
	.sn-service-hero__inner {
		grid-template-columns: 1.1fr 0.9fr;
	}
}

.sn-service-hero__badge {
	display: inline-flex;
	align-items: center;
	margin-bottom: 0.85rem;
	padding: 0.35em 0.95em;
	border: 1px solid rgba(235, 228, 255, 0.35);
	border-radius: 999px;
	background: rgba(103, 61, 230, 0.16);
	color: #EBE4FF;
	font-size: 0.8rem;
	font-weight: 800;
}

.sn-service-hero h1 {
	margin: 0 0 0.85rem;
	color: #fff;
	font-size: clamp(1.7rem, 4vw, 2.6rem);
	font-weight: 900;
	line-height: 1.35;
	letter-spacing: -0.02em;
}

.sn-service-hero__lead {
	margin: 0 0 1.25rem;
	max-width: 46ch;
	color: rgba(235, 228, 255, 0.88);
	font-size: clamp(0.98rem, 1.7vw, 1.1rem);
	line-height: 2;
	text-align: justify;
	text-justify: inter-word;
	hyphens: none;
}

.sn-service-hero__points {
	list-style: none;
	margin: 0 0 1.5rem;
	padding: 0;
	display: grid;
	gap: 0.55rem;
}

.sn-service-hero__points li {
	position: relative;
	padding-inline-start: 1.35rem;
	color: #fff;
	font-size: 0.94rem;
	font-weight: 700;
	line-height: 1.7;
}

.sn-service-hero__points li::before {
	content: "";
	position: absolute;
	inset-inline-start: 0;
	inset-block-start: 0.55rem;
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--sn-svc-accent), #EBE4FF);
	box-shadow: 0 0 0 4px rgba(103, 61, 230, 0.15);
}

.sn-service-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
}

.sn-service-hero__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: 0.75rem 1.35rem;
	border-radius: 999px;
	font-size: 0.95rem;
	font-weight: 800;
	text-decoration: none;
	transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.sn-service-hero__btn:hover,
.sn-service-hero__btn:focus {
	transform: translateY(-2px);
}

.sn-service-hero__btn--primary {
	background: var(--sn-svc-accent);
	box-shadow: 0 12px 28px rgba(103, 61, 230, 0.32);
	color: #FFFFFF;
}

.sn-service-hero__btn--primary:hover,
.sn-service-hero__btn--primary:focus {
	background: #5025D1;
	color: #FFFFFF;
}

.sn-service-hero__btn--ghost {
	border: 1px solid rgba(235, 228, 255, 0.35);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.sn-service-hero__btn--ghost:hover,
.sn-service-hero__btn--ghost:focus {
	background: rgba(255, 255, 255, 0.16);
	color: #fff;
}

.sn-service-hero__visual {
	position: relative;
	border-radius: 22px;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: 0 28px 60px rgba(0, 0, 0, 0.28);
}

.sn-service-hero__visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sn-service-hero__visual::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 45%, rgba(6, 30, 28, 0.45) 100%);
	pointer-events: none;
}

.sn-service-hero__glow {
	position: absolute;
	inset-inline-end: 8%;
	inset-block-end: 10%;
	z-index: 1;
	padding: 0.55rem 0.9rem;
	border-radius: 999px;
	background: rgba(103, 61, 230, 0.92);
	color: #fff;
	font-size: 0.78rem;
	font-weight: 800;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

/* -------- Content shell -------- */
.sn-service-mother .entry-content {
	width: min(100% - 2rem, 820px);
	margin: 0 auto;
	padding: clamp(1.75rem, 4vw, 3rem) 0 4rem;
	font-size: 1.02rem;
	line-height: 2;
	color: #24313d;
}

.sn-service-mother .sn-service-hero {
	width: 100%;
}

.sn-service-mother .entry-content > .sn-commerce--domain {
	width: 100%;
	max-width: 100%;
	margin: 0 0 2rem;
	border-radius: 20px;
}

/* Pull the domain search up against the hero. */
.sn-service-mother--domain .entry-content {
	padding-top: 1.25rem;
}

.sn-service-mother .entry-content h2 {
	margin: 2.25rem 0 0.85rem;
	color: var(--sn-svc-ink);
	font-size: clamp(1.25rem, 2.4vw, 1.55rem);
	font-weight: 900;
	line-height: 1.45;
}

.sn-service-mother .entry-content h3 {
	margin: 1.5rem 0 0.55rem;
	color: var(--sn-svc-ink);
	font-size: 1.05rem;
	font-weight: 800;
}

.sn-service-mother .entry-content p {
	margin: 0 0 1rem;
	text-align: justify;
	text-justify: inter-word;
	hyphens: auto;
}

.sn-service-mother .entry-content ul,
.sn-service-mother .entry-content ol {
	margin: 0 0 1.25rem;
	padding-inline-start: 1.2rem;
}

.sn-service-mother .entry-content li {
	margin-bottom: 0.45rem;
}

/* -------- Website-design body polish -------- */
.sn-service-mother--design .entry-content {
	width: min(100% - 2rem, 880px);
	padding-top: 0.5rem;
}

.sn-service-mother--design .entry-content > h2,
.sn-service-mother--design .entry-content > .sn-design-section {
	position: relative;
	margin: 2.75rem 0 1rem;
	padding-bottom: 0.55rem;
	border-bottom: 1px solid var(--sn-svc-line);
	text-align: right;
}

.sn-service-mother--design .entry-content > h2::after,
.sn-service-mother--design .entry-content > .sn-design-section::after {
	content: "";
	position: absolute;
	inset-inline-start: 0;
	bottom: -1px;
	width: 3.25rem;
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--sn-svc-teal), var(--sn-svc-accent));
}

.sn-service-mother--design .entry-content > h3 {
	margin-top: 1.75rem;
	padding-inline-start: 0.85rem;
	border-inline-start: 3px solid rgba(103, 61, 230, 0.35);
}

.sn-service-mother--design .entry-content > p {
	max-width: 68ch;
	color: #2a3744;
	line-height: 2.05;
}

.sn-service-mother--design .entry-content .sn-design-subhead {
	max-width: none;
	margin: 1.85rem 0 0.85rem;
	padding: 0.85rem 1rem;
	border-radius: 14px;
	border: 1px solid var(--sn-svc-line);
	background: linear-gradient(135deg, rgba(103, 61, 230, 0.08), rgba(103, 61, 230, 0.08));
	color: var(--sn-svc-ink);
	font-size: clamp(1.02rem, 2vw, 1.15rem);
	font-weight: 800;
	line-height: 1.75;
	text-align: right;
	text-justify: auto;
}

.sn-service-mother--design .entry-content .sn-design-subhead strong {
	font-weight: 900;
	color: var(--sn-svc-teal-d);
}

.sn-service-mother--design .entry-content .sn-design-pitch {
	margin: 0.5rem 0 1.75rem;
	border-color: rgba(103, 61, 230, 0.22);
	background:
		radial-gradient(90% 120% at 100% 0%, rgba(103, 61, 230, 0.1) 0%, transparent 55%),
		linear-gradient(165deg, #fff 0%, var(--sn-svc-soft) 100%);
	box-shadow: 0 16px 36px rgba(47, 28, 106, 0.07);
}

.sn-service-mother--design .entry-content .sn-design-pitch .wp-block-media-text__content {
	padding: 1.35rem 1.5rem;
}

.sn-service-mother--design .entry-content .sn-design-pitch p {
	max-width: none;
	margin-bottom: 0.65rem;
	text-align: justify;
	color: #24313d;
}

.sn-service-mother--design .entry-content .sn-design-coverflow,
.sn-service-mother--design .entry-content > .sn-design-coverflow.alignfull {
	max-width: 100vw !important;
	width: 100vw !important;
}

.sn-service-mother--design .entry-content > ul,
.sn-service-mother--design .entry-content > ol {
	padding: 1rem 1.15rem 1rem 1.35rem;
	border: 1px solid var(--sn-svc-line);
	border-radius: 14px;
	background: linear-gradient(180deg, #fff 0%, var(--sn-svc-soft) 100%);
	box-shadow: 0 10px 24px rgba(47, 28, 106, 0.04);
}

.sn-service-mother--design .entry-content > ul li,
.sn-service-mother--design .entry-content > ol li {
	margin-bottom: 0.55rem;
	line-height: 1.85;
}

.sn-service-mother--design .entry-content .wp-block-columns {
	margin: 1.75rem 0;
	gap: 1rem;
}

.sn-service-mother--design .entry-content .wp-block-column {
	padding: 1.1rem 1.15rem;
	border: 1px solid var(--sn-svc-line);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(47, 28, 106, 0.05);
}

.sn-service-mother--design .entry-content .wp-block-column h3,
.sn-service-mother--design .entry-content .wp-block-column h4 {
	margin-top: 0;
	border: 0;
	padding: 0;
	color: var(--sn-svc-teal-d);
}

.sn-service-mother--design .entry-content .wp-block-column p {
	text-align: right;
	font-size: 0.95rem;
	line-height: 1.85;
	color: var(--sn-svc-muted);
}

.sn-service-mother--design .entry-content .wp-block-media-text {
	border-color: var(--sn-svc-line);
	box-shadow: 0 14px 32px rgba(47, 28, 106, 0.06);
}

.sn-service-mother--design .entry-content .wp-block-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin: 1.75rem 0 2rem;
}

.sn-service-mother--design .entry-content .wp-block-button__link {
	min-height: 2.85rem;
	padding: 0.7rem 1.25rem !important;
	box-shadow: 0 10px 22px rgba(103, 61, 230, 0.22);
}

/* Hide leftover static portfolio images / columns if any survive filters. */
.sn-service-mother--design .entry-content figure.wp-block-image:has(img[src*="zabanaval"]),
.sn-service-mother--design .entry-content figure.wp-block-image:has(img[src*="delsaland"]),
.sn-service-mother--design .entry-content figure.wp-block-image:has(img[src*="hessepub"]),
.sn-service-mother--design .entry-content figure.wp-block-image:has(img[src*="Screenshot-from-2025-10-25"]),
.sn-service-mother--design .entry-content > .wp-block-columns:has(img[src*="zabanaval"]),
.sn-service-mother--design .entry-content > .wp-block-columns:has(img[src*="delsaland"]),
.sn-service-mother--design .entry-content > .wp-block-columns:has(img[src*="hessepub"]),
.sn-service-mother--design .entry-content > .wp-block-columns:has(img[src*="Screenshot-from-2025-10-25"]),
.sn-service-mother--design .entry-content .wp-block-columns:has(.wp-lightbox-container) {
	display: none !important;
}

/* Polished funnel CTA (replaces raw seonami-service-cta on design). */
.sn-design-funnel {
	margin: 2.75rem 0 1rem;
	padding: clamp(1.5rem, 3.5vw, 2.25rem);
	border: 1px solid var(--sn-svc-line);
	border-radius: 22px;
	background:
		radial-gradient(80% 120% at 100% 0%, rgba(103, 61, 230, 0.14) 0%, transparent 55%),
		linear-gradient(160deg, #F4F5FF 0%, #EBE4FF 55%, #fff 100%);
	box-shadow: 0 18px 40px rgba(47, 28, 106, 0.07);
	text-align: center;
}

.sn-design-funnel__eyebrow {
	display: inline-flex;
	margin-bottom: 0.65rem;
	padding: 0.28em 0.85em;
	border-radius: 999px;
	background: rgba(103, 61, 230, 0.1);
	color: var(--sn-svc-teal-d);
	font-size: 0.78rem;
	font-weight: 800;
}

.sn-design-funnel__title {
	margin: 0 0 0.55rem !important;
	border: 0 !important;
	padding: 0 !important;
	color: var(--sn-svc-ink);
	font-size: clamp(1.2rem, 2.3vw, 1.5rem);
	font-weight: 900;
}

.sn-design-funnel__title::after {
	display: none !important;
}

.sn-design-funnel__lead {
	margin: 0 auto 1.25rem;
	max-width: 54ch;
	color: var(--sn-svc-muted);
	font-size: 0.98rem;
	line-height: 2;
	text-align: justify !important;
	text-justify: inter-word;
	hyphens: none;
}

.sn-design-funnel__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.65rem;
	margin-bottom: 1rem;
}

.sn-design-funnel__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.85rem;
	padding: 0.7rem 1.2rem;
	border-radius: 999px;
	font-size: 0.92rem;
	font-weight: 800;
	text-decoration: none;
	transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.sn-design-funnel__btn:hover,
.sn-design-funnel__btn:focus-visible {
	transform: translateY(-2px);
}

.sn-design-funnel__btn--primary {
	background: var(--sn-svc-accent);
	color: #FFFFFF;
	box-shadow: 0 12px 26px rgba(103, 61, 230, 0.3);
}

.sn-design-funnel__btn--primary:hover,
.sn-design-funnel__btn--primary:focus-visible {
	background: #5025D1;
	color: #FFFFFF;
}

.sn-design-funnel__btn--ghost {
	border: 1px solid rgba(103, 61, 230, 0.28);
	background: #fff;
	color: var(--sn-svc-teal-d);
}

.sn-design-funnel__btn--ghost:hover,
.sn-design-funnel__btn--ghost:focus-visible {
	background: var(--sn-svc-soft);
	color: var(--sn-svc-ink);
}

.sn-design-funnel__note {
	margin: 0 !important;
	color: var(--sn-svc-teal-d);
	font-size: 0.86rem;
	font-weight: 700;
	text-align: center !important;
}

/* Hide the old raw CTA if another filter re-appends it after ours. */
.sn-service-mother--design .seonami-service-cta {
	display: none !important;
}

.sn-service-mother .entry-content .wp-block-group,
.sn-service-mother .entry-content .wp-block-media-text {
	margin: 1.5rem 0;
	padding: 1.25rem 1.35rem;
	border: 1px solid var(--sn-svc-line);
	border-radius: 16px;
	background: var(--sn-svc-soft);
}

.sn-service-mother .entry-content .wp-block-media-text {
	padding: 0;
	overflow: hidden;
}

.sn-service-mother .entry-content .wp-block-media-text__content {
	padding: 1.25rem 1.35rem;
}

.sn-service-mother .entry-content img {
	border-radius: 14px;
	max-width: 100%;
	height: auto;
}

.sn-service-mother .entry-content .wp-block-buttons {
	margin: 1.5rem 0;
}

.sn-service-mother .entry-content .wp-block-button__link {
	border-radius: 999px !important;
	background: var(--sn-svc-teal) !important;
	color: #fff !important;
	font-weight: 800;
}

/* FAQ cards on domain */
.sn-service-mother .entry-content .seonami-domain-faq,
.sn-service-mother .entry-content #faq,
.page-id-545 .entry-content h2 + h3 {
	scroll-margin-top: 5rem;
}

.page-id-545 .entry-content h3 {
	margin-top: 1.35rem;
	padding: 0.95rem 1.1rem 0;
	border: 1px solid var(--sn-svc-line);
	border-bottom: 0;
	border-radius: 14px 14px 0 0;
	background: #fff;
}

.page-id-545 .entry-content h3 + p {
	margin-top: 0;
	padding: 0.35rem 1.1rem 1rem;
	border: 1px solid var(--sn-svc-line);
	border-top: 0;
	border-radius: 0 0 14px 14px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(47, 28, 106, 0.05);
}

/* Consult form breathing room */
.sn-service-mother .sn-cform {
	margin: 2rem 0 1.5rem;
}

.sn-service-mother .sn-cform__card {
	border-radius: 18px;
	box-shadow: 0 16px 40px rgba(47, 28, 106, 0.08);
}

/* Trust strip under hero for design page */
.sn-service-strip {
	width: min(100% - 2rem, 1120px);
	margin: -1.25rem auto 1.75rem;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
	position: relative;
	z-index: 2;
}

@media (min-width: 720px) {
	.sn-service-strip {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.sn-service-strip__item {
	padding: 0.9rem 1rem;
	border: 1px solid var(--sn-svc-line);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(47, 28, 106, 0.06);
	text-align: center;
}

.sn-service-strip__item strong {
	display: block;
	margin-bottom: 0.2rem;
	color: var(--sn-svc-teal-d);
	font-size: 0.95rem;
	font-weight: 900;
}

.sn-service-strip__item span {
	color: var(--sn-svc-muted);
	font-size: 0.8rem;
	font-weight: 600;
	line-height: 1.6;
}

/* -------- Design funnel (below hero) -------- */
.sn-service-mother--design .entry-content {
	width: min(100%, 1120px);
	padding-top: 0;
	overflow: visible;
}

.sn-service-mother--design .entry-content > .sn-design-coverflow,
.sn-service-mother--design .entry-content > .sn-design-coverflow.alignfull {
	width: 100vw !important;
	max-width: 100vw !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
}

.sn-service-mother--design .entry-content > .sn-design-funnel {
	width: 100%;
	max-width: none;
}

.sn-design-funnel {
	padding: clamp(1.75rem, 4vw, 2.85rem) 0;
	border-bottom: 1px solid var(--sn-svc-line);
}

.sn-design-funnel--problem {
	background: linear-gradient(180deg, #F4F5FF 0%, #fff 70%);
}

.sn-design-funnel--path {
	background: #fff;
}

.sn-design-funnel--fit {
	background: #F4F5FF;
}

.sn-design-funnel--faq {
	background: #fff;
}

.sn-design-funnel--consult {
	background:
		radial-gradient(70% 80% at 100% 0%, rgba(103, 61, 230, 0.1) 0%, transparent 55%),
		linear-gradient(165deg, #F4F5FF, #EBE4FF);
	border-bottom: 0;
}

.sn-design-funnel__inner {
	width: min(100% - 2rem, 980px);
	margin-inline: auto;
	text-align: center;
}

.sn-design-funnel__eyebrow {
	display: inline-flex;
	margin-bottom: 0.65rem;
	padding: 0.28em 0.85em;
	border-radius: 999px;
	border: 1px solid rgba(103, 61, 230, 0.22);
	background: rgba(103, 61, 230, 0.08);
	color: var(--sn-svc-teal-d);
	font-size: 0.78rem;
	font-weight: 800;
}

.sn-design-funnel h2 {
	margin: 0 0 0.65rem !important;
	color: var(--sn-svc-ink);
	font-size: clamp(1.3rem, 2.5vw, 1.7rem) !important;
	font-weight: 900;
	line-height: 1.45;
}

.sn-design-funnel__lead {
	margin: 0 auto 1.35rem !important;
	max-width: 54ch;
	color: var(--sn-svc-muted) !important;
	font-size: 1.02rem !important;
	line-height: 2 !important;
	text-align: justify !important;
	text-justify: inter-word;
	hyphens: none;
}

.sn-design-funnel--problem .sn-design-funnel__lead,
.sn-design-funnel--path .sn-design-funnel__lead,
.sn-design-funnel--fit .sn-design-funnel__lead,
.sn-design-funnel--consult .sn-design-funnel__lead {
	text-align: justify !important;
}

.sn-design-funnel__grid {
	display: grid;
	gap: 0.9rem;
	margin: 0 0 0.5rem;
	text-align: right;
}

.sn-design-funnel__grid--3 {
	grid-template-columns: 1fr;
}

.sn-design-funnel__grid--2 {
	grid-template-columns: 1fr;
}

@media (min-width: 720px) {
	.sn-design-funnel__grid--3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.sn-design-funnel__grid--2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.sn-design-card {
	padding: 1.35rem 1.25rem;
	border: 1px solid var(--sn-svc-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(47, 28, 106, 0.05);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.sn-design-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(47, 28, 106, 0.08);
}

.sn-design-card--soft {
	background: #fff;
}

.sn-design-card strong {
	display: block;
	margin-bottom: 0.45rem;
	color: var(--sn-svc-teal-d);
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.55;
}

.sn-design-card p {
	margin: 0 !important;
	color: #3a4654 !important;
	font-size: 0.94rem !important;
	line-height: 2 !important;
	text-align: justify;
	text-justify: inter-word;
	hyphens: none;
}

.sn-design-card a {
	color: var(--sn-svc-teal);
	font-weight: 700;
	text-decoration: none;
}

.sn-design-card a:hover {
	text-decoration: underline;
}

.sn-design-steps {
	list-style: none;
	margin: 0 auto 1.5rem;
	padding: 0;
	display: grid;
	gap: 0.75rem;
	max-width: 720px;
	text-align: right;
}

.sn-design-steps__item {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.85rem;
	align-items: start;
	padding: 1rem 1.1rem;
	border: 1px solid var(--sn-svc-line);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(47, 28, 106, 0.04);
}

.sn-design-steps__item--featured {
	background: linear-gradient(145deg, #673DE6 0%, #5025D1 100%);
	border-color: transparent;
	color: #fff;
	box-shadow: 0 16px 36px rgba(103, 61, 230, 0.28);
}

.sn-design-steps__item--featured strong,
.sn-design-steps__item--featured p {
	color: #fff !important;
}

.sn-design-steps__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.1rem;
	height: 2.1rem;
	border-radius: 50%;
	background: rgba(103, 61, 230, 0.12);
	color: var(--sn-svc-teal-d);
	font-weight: 900;
	font-size: 0.92rem;
}

.sn-design-steps__item--featured .sn-design-steps__num {
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
}

.sn-design-steps__item strong {
	display: block;
	margin-bottom: 0.2rem;
	color: var(--sn-svc-ink);
	font-size: 1rem;
}

.sn-design-steps__item p {
	margin: 0 !important;
	color: var(--sn-svc-muted) !important;
	font-size: 0.9rem !important;
	line-height: 1.85 !important;
	text-align: justify;
	text-justify: inter-word;
}

.sn-design-funnel__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.7rem;
}

.sn-design-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.9rem;
	padding: 0.7rem 1.3rem;
	border-radius: 999px;
	font-size: 0.94rem;
	font-weight: 800;
	text-decoration: none;
	transition: transform 160ms ease, background 160ms ease;
}

.sn-design-btn:hover {
	transform: translateY(-2px);
}

.sn-design-btn--primary {
	background: var(--sn-svc-teal);
	color: #fff !important;
	box-shadow: 0 12px 28px rgba(103, 61, 230, 0.28);
}

.sn-design-btn--primary:hover {
	background: var(--sn-svc-teal-d);
	color: #fff !important;
}

.sn-design-btn--ghost {
	border: 1px solid rgba(103, 61, 230, 0.28);
	background: #fff;
	color: var(--sn-svc-teal-d) !important;
}

.sn-design-faq {
	max-width: 720px;
	margin: 0 auto;
	text-align: right;
}

.sn-design-faq__item {
	margin-bottom: 0.65rem;
	padding: 0.85rem 1rem;
	border: 1px solid var(--sn-svc-line);
	border-radius: 14px;
	background: #fff;
}

.sn-design-faq__item summary {
	cursor: pointer;
	font-weight: 800;
	color: var(--sn-svc-ink);
	list-style: none;
}

.sn-design-faq__item summary::-webkit-details-marker {
	display: none;
}

.sn-design-faq__item p {
	margin: 0.55rem 0 0 !important;
	color: var(--sn-svc-muted) !important;
	font-size: 0.92rem !important;
	line-height: 1.85 !important;
	text-align: justify;
	text-justify: inter-word;
}

.sn-service-mother--design .sn-design-funnel--consult .sn-cform,
.sn-service-mother--design .sn-design-funnel--consult [class*="forminator"] {
	margin-top: 1rem;
	text-align: right;
}

.sn-design-project {
	padding: clamp(1.5rem, 4vw, 2.75rem) 0 3rem;
	background: linear-gradient(180deg, #F4F5FF 0%, #fff 55%);
}

.sn-design-project__inner {
	width: min(100% - 2rem, 860px);
	margin-inline: auto;
	text-align: center;
}

.sn-design-project__back {
	display: inline-flex;
	margin-bottom: 1rem;
	color: var(--sn-svc-teal);
	font-weight: 800;
	text-decoration: none;
}

.sn-design-project__figure {
	margin: 0 auto 1.5rem;
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid var(--sn-svc-line);
	box-shadow: 0 18px 40px rgba(47, 28, 106, 0.1);
}

.sn-design-project__figure img {
	display: block;
	width: 100%;
	height: auto;
}

/* Portfolio project child pages */
.sn-service-mother--project .entry-header {
	display: block;
	width: min(100% - 2rem, 880px);
	margin: 2rem auto 0;
	text-align: right;
}

.sn-service-mother--project .entry-title {
	margin: 0 0 1rem;
	color: var(--sn-svc-ink);
	font-size: clamp(1.45rem, 3vw, 1.9rem);
	font-weight: 900;
}

.sn-project-page__figure {
	margin: 0 0 1.25rem;
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid var(--sn-svc-line);
	box-shadow: 0 16px 36px rgba(47, 28, 106, 0.08);
}

.sn-project-page__figure img {
	display: block;
	width: 100%;
	height: auto;
}

.sn-project-page__lead {
	max-width: 58ch;
	color: #2a3744;
	line-height: 2;
}

.sn-project-page__points {
	list-style: none;
	margin: 1.25rem 0 1.5rem;
	padding: 1rem 1.15rem;
	border: 1px solid var(--sn-svc-line);
	border-radius: 14px;
	background: var(--sn-svc-soft);
}

.sn-project-page__points li {
	position: relative;
	padding-inline-start: 1.2rem;
	margin-bottom: 0.45rem;
	font-weight: 700;
	color: var(--sn-svc-ink);
}

.sn-project-page__points li::before {
	content: "";
	position: absolute;
	inset-inline-start: 0;
	top: 0.55rem;
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
	background: var(--sn-svc-teal);
}

.sn-project-page__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

@media (max-width: 782px) {
	.sn-service-hero__inner {
		width: min(100% - 1.5rem, 1120px);
	}

	.sn-service-hero__actions {
		flex-direction: column;
	}

	.sn-service-hero__btn {
		width: 100%;
	}

	.sn-service-hero__visual {
		aspect-ratio: 16 / 10;
		order: -1;
	}

	.sn-service-mother .entry-content {
		width: min(100% - 1.5rem, 820px);
		font-size: 0.98rem;
	}

	.sn-service-mother--design .entry-content {
		width: min(100%, 1120px);
	}

	.sn-service-mother .entry-content > .sn-commerce--domain {
		width: 100%;
		max-width: 100%;
		border-radius: 16px;
	}

	.sn-design-funnel__actions {
		flex-direction: column;
	}

	.sn-design-btn {
		width: 100%;
	}
}
