/* ==========================================================================
   Startupsites Stijlhulp — losstaande shortcode (geen popup)
   ========================================================================== */

.sskh-stijlhulp {
	--sh-ink: #171923;
	--sh-muted: #6b7280;
	--sh-bg: #ffffff;
	--sh-surface: #f7f7f9;
	--sh-border: #e6e6ea;
	--sh-primary: #16213e;
	--sh-primary-light: #22315c;
	--sh-accent: #0FE874;
	--sh-accent-dark: #0bc964;
	--sh-accent-soft: #e3fdef;
	--sh-radius: 16px;
	--sh-shadow: 0 10px 30px rgba(23, 25, 35, 0.08);

	max-width: 860px;
	margin: 0 auto;
	background: var(--sh-bg);
	border-radius: var(--sh-radius);
	box-shadow: var(--sh-shadow);
	border: 1px solid var(--sh-border);
	overflow: hidden;
	color: var(--sh-ink);
	position: relative;
}
.sskh-stijlhulp * { box-sizing: border-box; }
.sskh-stijlhulp h1,
.sskh-stijlhulp h2,
.sskh-stijlhulp h3,
.sskh-stijlhulp h4,
.sskh-stijlhulp p,
.sskh-stijlhulp span,
.sskh-stijlhulp button,
.sskh-stijlhulp input,
.sskh-stijlhulp li,
.sskh-stijlhulp a {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
	letter-spacing: normal !important;
	word-spacing: normal !important;
}

.sskh-stijlhulp-loading { padding: 50px 20px; text-align: center; color: var(--sh-muted); }

/* Header strip */
.sskh-stijl-brand {
	background: var(--sh-primary);
	color: #fff;
	padding: 16px 26px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sskh-stijl-brand-title { font-weight: 700; font-size: 15px; }
.sskh-stijl-brand-sub { font-size: 12px; opacity: 0.75; }

/* Progress */
.sskh-stijl-progress-wrap { padding: 20px 26px 0; }
.sskh-stijl-progress-track { height: 6px; background: var(--sh-surface); border-radius: 999px; overflow: hidden; }
.sskh-stijl-progress-fill { height: 100%; background: var(--sh-accent); border-radius: 999px; transition: width 0.4s ease; width: 0%; }
.sskh-stijl-progress-label { margin-top: 8px; font-size: 12px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--sh-muted); font-weight: 600; }

/* Body */
.sskh-stijl-body { padding: 26px; }

/* Result screen: every color/text below here follows the recommended
   style profile via CSS variables set dynamically in JS (--r-primary,
   --r-accent, --r-accent-text, --r-bg, --r-text). */
.sskh-stijl-body-result {
	background: var(--r-bg);
	color: var(--r-text);
	transition: background 0.25s ease;
	border-radius: 0 0 16px 16px;
}
.sskh-stijl-body-result .sskh-stijl-eyebrow { color: var(--r-accent); }
.sskh-stijl-body-result .sskh-stijl-section-title { color: var(--r-accent); border-top-color: rgba(0,0,0,0.12); }
.sskh-stijl-body-result .sskh-stijl-result-name { color: var(--r-primary); }
.sskh-stijl-body-result .sskh-stijl-result-tagline,
.sskh-stijl-body-result .sskh-stijl-concept,
.sskh-stijl-body-result .sskh-stijl-writing-desc,
.sskh-stijl-body-result .sskh-stijl-lead-note,
.sskh-stijl-body-result .sskh-stijl-swatch-name,
.sskh-stijl-body-result .sskh-stijl-swatch-hex,
.sskh-stijl-body-result .sskh-stijl-cta-list li,
.sskh-stijl-body-result .sskh-stijl-legend-value,
.sskh-stijl-body-result .sskh-stijl-recap-q,
.sskh-stijl-body-result .sskh-stijl-recap-a {
	color: var(--r-text);
}
.sskh-stijl-body-result .sskh-stijl-legend-label { color: var(--r-text); opacity: 0.65; }
.sskh-stijl-body-result .sskh-stijl-recap-list,
.sskh-stijl-body-result .sskh-stijl-legend-list { border-color: rgba(0,0,0,0.12); }
.sskh-stijl-body-result .sskh-stijl-recap-list li,
.sskh-stijl-body-result .sskh-stijl-legend-list li { border-bottom-color: rgba(0,0,0,0.08); }
.sskh-stijl-body-result .sskh-stijl-recap-q { opacity: 0.7; }
.sskh-stijl-body-result .sskh-stijl-mockup,
.sskh-stijl-body-result .sskh-stijl-examples-wrap {
	background: rgba(255,255,255,0.35);
	border-color: rgba(0,0,0,0.12);
}
.sskh-stijl-body-result .sskh-stijl-swatch { border-color: rgba(0,0,0,0.12); }
.sskh-stijl-body-result .sskh-stijl-field {
	background: rgba(255,255,255,0.6);
	border-color: rgba(0,0,0,0.18);
	color: var(--r-text);
}
.sskh-stijl-body-result .sskh-stijl-field::placeholder { color: var(--r-text); opacity: 0.6; }
.sskh-stijl-body-result .sskh-stijl-btn-ghost { color: var(--r-text); }
.sskh-stijl-body-result .sskh-stijl-btn-ghost:hover { color: var(--r-primary); }
.sskh-stijl-body-result .sskh-stijl-btn-primary { background: var(--r-primary); color: var(--r-bg); }
.sskh-stijl-body-result .sskh-stijl-btn-accent { background: var(--r-accent); color: var(--r-accent-text); }
.sskh-stijl-body-result .sskh-stijl-sent { color: var(--r-primary); }
.sskh-stijl-step { animation: sskhStijlFade 0.3s ease; }
@keyframes sskhStijlFade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

.sskh-stijl-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--sh-accent-dark); margin: 0 0 8px; }
.sskh-stijl-question { font-size: 21px; font-weight: 700; line-height: 1.35; margin: 0 0 6px; color: var(--sh-primary); }
.sskh-stijl-hint { font-size: 14px; color: var(--sh-muted); margin: 0 0 20px; }

.sskh-stijl-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 520px) { .sskh-stijl-options { grid-template-columns: 1fr; } }

.sskh-stijl-option {
	border: 1.5px solid var(--sh-border);
	background: var(--sh-surface);
	border-radius: 12px;
	padding: 15px 16px;
	cursor: pointer;
	font-size: 14.5px;
	font-weight: 600;
	text-align: left;
	color: var(--sh-ink);
	transition: all 0.15s ease;
}
.sskh-stijl-option:hover { border-color: var(--sh-accent); background: var(--sh-accent); color: #fff; }
.sskh-stijl-option.is-selected {
	border-color: var(--sh-accent-dark);
	background: var(--sh-accent-soft);
	color: var(--sh-primary);
	box-shadow: inset 0 0 0 1.5px var(--sh-accent-dark);
}
.sskh-stijl-btn-primary:disabled { opacity: 0.4; cursor: not-allowed; }

.sskh-stijl-footer { margin-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.sskh-stijl-btn {
	border: none;
	border-radius: 999px;
	padding: 12px 24px;
	font-size: 14.5px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.15s ease;
}
.sskh-stijl-btn-primary { background: var(--sh-primary); color: #fff; }
.sskh-stijl-btn-primary:hover { background: var(--sh-primary-light); }
.sskh-stijl-btn-accent { background: var(--sh-accent); color: var(--sh-primary); }
.sskh-stijl-btn-accent:hover { background: var(--sh-accent-dark); color: #fff; }
.sskh-stijl-btn-ghost { background: transparent; color: var(--sh-muted); padding: 12px 8px; }
.sskh-stijl-btn-ghost:hover { color: var(--sh-ink); }

/* Results / stijlsheet */
.sskh-stijl-result-header { text-align: center; padding-bottom: 8px; }
.sskh-stijl-result-name { font-size: 26px; font-weight: 800; color: var(--sh-primary); margin: 4px 0 6px; }
.sskh-stijl-result-tagline { font-size: 14.5px; color: var(--sh-muted); max-width: 480px; margin: 0 auto 8px; }

.sskh-stijl-section { margin-top: 26px; }
.sskh-stijl-section-title {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--sh-accent-dark);
	margin: 0 0 12px;
	border-top: 1px solid var(--sh-border);
	padding-top: 20px;
}
.sskh-stijl-section:first-of-type .sskh-stijl-section-title { border-top: none; padding-top: 0; }

/* Mini website preview (mockup) */
.sskh-stijl-mockup {
	border: 1px solid var(--sh-border);
	overflow: hidden;
}
.sskh-stijl-mockup-big .sskh-stijl-mockup-nav { padding: 18px 28px; }
.sskh-stijl-mockup-big .sskh-stijl-mockup-brand { font-size: 17px; }
.sskh-stijl-mockup-big .sskh-stijl-mockup-navlinks { font-size: 13px; }
.sskh-stijl-mockup-big .sskh-stijl-mockup-hero { padding: 44px 32px; min-height: 220px; }
.sskh-stijl-mockup-big .sskh-stijl-mockup-text h1 { font-size: 32px; }
.sskh-stijl-mockup-big .sskh-stijl-mockup-text p { font-size: 15px; max-width: 420px; }
.sskh-stijl-mockup-big .sskh-stijl-mockup-text button { font-size: 15px; padding: 13px 26px; }
.sskh-stijl-mockup-big .sskh-stijl-mockup-image { width: 220px; height: 170px; }
.sskh-stijl-mockup-big .sskh-stijl-mockup-footer { padding: 16px 28px; font-size: 12.5px; }
@media (max-width: 620px) {
	.sskh-stijl-mockup-big .sskh-stijl-mockup-hero { padding: 28px 20px; min-height: auto; }
	.sskh-stijl-mockup-big .sskh-stijl-mockup-text h1 { font-size: 24px; }
	.sskh-stijl-mockup-big .sskh-stijl-mockup-image { width: 100%; height: 130px; }
}
.sskh-stijl-mockup-hero-full {
	align-items: center;
	justify-content: center;
	min-height: 280px !important;
}
.sskh-stijl-mockup-text-center {
	text-align: center;
	margin: 0 auto;
	max-width: 480px;
}
.sskh-stijl-mockup-text-center button { margin: 0 auto; display: inline-block; }
.sskh-stijl-mockup-hero-photo {
	background-size: cover;
	background-position: center;
}
.sskh-stijl-mockup-hero-photo .sskh-stijl-mockup-text h1,
.sskh-stijl-mockup-hero-photo .sskh-stijl-mockup-text p {
	text-shadow: 0 2px 10px rgba(0,0,0,0.35);
}
.sskh-stijl-concept {
	font-size: 13px;
	color: var(--sh-muted);
	font-style: italic;
	max-width: 520px;
	margin: 0 auto;
	line-height: 1.5;
}
.sskh-stijl-mockup-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 20px;
}
.sskh-stijl-mockup-brand { color: #fff; font-size: 15px; font-weight: 700; }
.sskh-stijl-mockup-navlinks { color: rgba(255,255,255,0.8); font-size: 11.5px; }
.sskh-stijl-mockup-hero {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 26px 20px;
	flex-wrap: wrap;
}
.sskh-stijl-mockup-text { flex: 1; min-width: 200px; }
.sskh-stijl-mockup-text h1 { font-size: 22px; margin: 0 0 8px; line-height: 1.25; font-weight: 700; }
.sskh-stijl-mockup-text p { font-size: 13px; line-height: 1.5; margin: 0 0 14px; opacity: 0.85; }
.sskh-stijl-mockup-text button { border: none; font-weight: 700; font-size: 13px; padding: 10px 20px; cursor: default; }
.sskh-stijl-mockup-image {
	width: 130px;
	height: 100px;
	flex-shrink: 0;
}
@media (max-width: 480px) {
	.sskh-stijl-mockup-image { width: 100%; height: 90px; }
}
.sskh-stijl-mockup-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 20px;
	font-size: 11px;
	color: rgba(255,255,255,0.75);
	gap: 10px;
	flex-wrap: wrap;
}

/* Intro / about, inside the mockup */
.sskh-stijl-mockup-intro {
	padding: 28px 32px 4px;
}
.sskh-stijl-mockup-intro p {
	font-size: 14px;
	line-height: 1.6;
	max-width: 560px;
	margin: 0 auto;
	text-align: center;
	opacity: 0.9;
}

/* Features / services cards, inside the mockup */
.sskh-stijl-mockup-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	padding: 28px 32px;
}
@media (max-width: 620px) { .sskh-stijl-mockup-cards { grid-template-columns: 1fr; } }
.sskh-stijl-mockup-card {
	border: 1px solid;
	padding: 18px;
}
.sskh-stijl-mockup-card-icon {
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
}
.sskh-stijl-mockup-card-title { font-size: 15px; font-weight: 700; margin-bottom: 6px; }
.sskh-stijl-mockup-card-text { font-size: 12.5px; line-height: 1.5; opacity: 0.85; }

/* Testimonial / quote, inside the mockup */
.sskh-stijl-mockup-quote {
	margin: 4px 32px 28px;
	padding: 22px 26px;
	border-left: 4px solid;
}
.sskh-stijl-mockup-quote p {
	font-size: 18px;
	line-height: 1.5;
	font-style: italic;
	margin: 0 0 14px;
}
.sskh-stijl-mockup-quote-author { display: flex; align-items: center; gap: 10px; font-size: 12.5px; font-weight: 600; }
.sskh-stijl-mockup-avatar { width: 26px; height: 26px; border-radius: 50%; display: inline-block; flex-shrink: 0; }

/* Gallery, inside the mockup */
.sskh-stijl-mockup-gallery { padding: 0 32px 28px; }
.sskh-stijl-mockup-gallery-label { font-size: 15px; font-weight: 700; margin: 0 0 12px; }

/* Legend / specifications list below the mockup */
.sskh-stijl-legend-list {
	list-style: none;
	margin: 16px 0 0;
	padding: 0;
	border: 1px solid var(--sh-border);
	border-radius: 12px;
	overflow: hidden;
}
.sskh-stijl-legend-list li {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	padding: 10px 14px;
	font-size: 12.5px;
	border-bottom: 1px solid var(--sh-border);
	flex-wrap: wrap;
}
.sskh-stijl-legend-list li:last-child { border-bottom: none; }
.sskh-stijl-legend-list li:nth-child(odd) { background: rgba(0,0,0,0.02); }
.sskh-stijl-legend-label { color: var(--sh-muted); font-weight: 700; flex: 0 0 140px; }
.sskh-stijl-legend-value { flex: 1; min-width: 160px; text-align: right; }
@media (max-width: 480px) {
	.sskh-stijl-legend-list li { flex-direction: column; }
	.sskh-stijl-legend-value { text-align: left; }
}

/* Keywords */
.sskh-stijl-keywords { display: flex; flex-wrap: wrap; gap: 8px; }
.sskh-stijl-keyword-chip {
	display: inline-block;
	padding: 7px 16px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
}

/* Call-to-action text list (reference) */
.sskh-stijl-cta-list { margin: 0; padding-left: 18px; }
.sskh-stijl-cta-list li { font-size: 13.5px; color: var(--sh-ink); line-height: 1.9; }

/* Recap list of all answers given */
.sskh-stijl-recap-list {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid var(--sh-border);
	border-radius: 12px;
	overflow: hidden;
}
.sskh-stijl-recap-list li {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	padding: 10px 14px;
	font-size: 12.5px;
	border-bottom: 1px solid var(--sh-border);
	flex-wrap: wrap;
}
.sskh-stijl-recap-list li:last-child { border-bottom: none; }
.sskh-stijl-recap-list li:nth-child(odd) { background: rgba(0,0,0,0.02); }
.sskh-stijl-recap-q { color: var(--sh-muted); flex: 1; min-width: 150px; }
.sskh-stijl-recap-a { font-weight: 600; text-align: right; flex: 1; min-width: 120px; }

/* Descriptive text (used in the legend and elsewhere) */
.sskh-stijl-writing-desc { font-size: 14px; color: var(--sh-ink); margin-bottom: 12px; line-height: 1.55; }

/* Colors */
.sskh-stijl-colors { display: grid; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); gap: 10px; }
.sskh-stijl-swatch { border-radius: 12px; overflow: hidden; border: 1px solid var(--sh-border); }
.sskh-stijl-swatch-block { height: 64px; }
.sskh-stijl-swatch-label { padding: 8px 10px; background: #fff; }
.sskh-stijl-swatch-name { font-size: 12px; font-weight: 700; color: var(--sh-ink); display: block; }
.sskh-stijl-swatch-hex { font-size: 11px; color: var(--sh-muted); text-transform: uppercase; }

/* Image examples (reuses similar look to the popup preview) */
.sskh-stijl-examples-wrap {
	border: 1px solid var(--sh-border);
	border-radius: 12px;
	overflow: auto;
	background: var(--sh-surface);
	min-height: 80px;
	max-height: 320px;
	padding-bottom: 4px;
}
.sskh-stijl-examples-inner { padding: 6px; }
.sskh-stijl-examples-wrap img { height: auto; }
.sskh-stijl-examples-loading, .sskh-stijl-examples-fallback { padding: 24px; text-align: center; color: var(--sh-muted); font-size: 13px; }

/* Lead capture */
.sskh-stijl-lead { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 6px; }
.sskh-stijl-field {
	flex: 1;
	min-width: 200px;
	padding: 12px 14px;
	border: 1.5px solid var(--sh-border);
	border-radius: 12px;
	font-size: 14px;
	background: var(--sh-surface);
}
.sskh-stijl-field:focus { outline: none; border-color: var(--sh-accent); background: #fff; }
.sskh-stijl-lead-note { font-size: 12.5px; color: var(--sh-muted); margin-top: 8px; }
.sskh-stijl-sent { color: var(--sh-accent-dark); font-size: 13.5px; font-weight: 600; margin-top: 8px; }
