:root {
	--wcmw-ink: #17212b;
	--wcmw-muted: #5d6b78;
	--wcmw-surface: #ffffff;
	--wcmw-soft: #f3f7f5;
	--wcmw-border: #d9e3df;
	--wcmw-brand: #176b57;
	--wcmw-brand-dark: #0f4b3d;
	--wcmw-accent: #f1a33c;
	--wcmw-danger: #b42318;
	--wcmw-warning: #9a5b00;
	--wcmw-good: #157347;
	--wcmw-radius: 18px;
	--wcmw-shadow: 0 18px 50px rgba(23, 33, 43, 0.10);
}

.wcmw-shell,
.wcmw-shell * { box-sizing: border-box; }

.wcmw-shell {
	max-width: 1040px;
	margin: 2rem auto;
	padding: clamp(1.25rem, 4vw, 3rem);
	color: var(--wcmw-ink);
	background: linear-gradient(145deg, #fff 0%, #f7fbf9 100%);
	border: 1px solid var(--wcmw-border);
	border-radius: calc(var(--wcmw-radius) + 8px);
	box-shadow: var(--wcmw-shadow);
	font-family: inherit;
}

.wcmw-hero { max-width: 760px; margin-bottom: 2rem; }
.wcmw-hero h2 { margin: .35rem 0 .75rem; font-size: clamp(2rem, 5vw, 3.6rem); line-height: 1.02; letter-spacing: -.04em; }
.wcmw-hero p { color: var(--wcmw-muted); font-size: 1.08rem; line-height: 1.65; }
.wcmw-eyebrow { display: block; color: var(--wcmw-brand); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.wcmw-form { display: grid; gap: 1.5rem; }
.wcmw-field label,
.wcmw-source-picker legend { display: block; margin-bottom: .55rem; font-weight: 750; }
.wcmw-field input[type="text"],
.wcmw-field input[type="email"],
.wcmw-request-form input[type="email"],
.wcmw-request-form textarea {
	width: 100%; min-height: 52px; padding: .8rem 1rem; color: var(--wcmw-ink); background: #fff;
	border: 1px solid var(--wcmw-border); border-radius: 12px; font: inherit;
}
.wcmw-field input:focus,
.wcmw-request-form input:focus,
.wcmw-request-form textarea:focus { outline: 3px solid rgba(23,107,87,.18); border-color: var(--wcmw-brand); }
.wcmw-input-action { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .75rem; }

.wcmw-button {
	display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .8rem 1.2rem;
	border: 0; border-radius: 12px; cursor: pointer; font: inherit; font-weight: 800; text-decoration: none; transition: transform .15s ease, background .15s ease;
}
.wcmw-button:hover { transform: translateY(-1px); }
.wcmw-button-primary { color: #fff; background: var(--wcmw-brand); }
.wcmw-button-primary:hover { color: #fff; background: var(--wcmw-brand-dark); }
.wcmw-button-secondary { color: var(--wcmw-brand-dark); background: #e4f1ec; }

.wcmw-source-picker { padding: 0; border: 0; }
.wcmw-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; }
.wcmw-check { display: flex !important; gap: .65rem; align-items: flex-start; margin: 0 !important; padding: .75rem .85rem; background: #fff; border: 1px solid var(--wcmw-border); border-radius: 12px; font-weight: 600 !important; cursor: pointer; }
.wcmw-check:has(input:checked) { border-color: var(--wcmw-brand); background: #edf7f3; }
.wcmw-check input { margin-top: .2rem; accent-color: var(--wcmw-brand); }
.wcmw-consent { display: flex !important; gap: .6rem; align-items: flex-start; margin-top: .75rem; color: var(--wcmw-muted); font-size: .88rem; font-weight: 500 !important; }
.wcmw-consent input { margin-top: .2rem; accent-color: var(--wcmw-brand); }
.wcmw-privacy { font-size: .85rem; }
.wcmw-honeypot { position: absolute !important; left: -99999px !important; width: 1px; height: 1px; overflow: hidden; }
.wcmw-form-message { min-height: 1.5em; margin: 0; color: var(--wcmw-danger); font-weight: 700; }

.wcmw-loading { padding: 2rem; text-align: center; }
.wcmw-spinner { display: inline-block; width: 42px; height: 42px; border: 4px solid var(--wcmw-border); border-top-color: var(--wcmw-brand); border-radius: 50%; animation: wcmw-spin .8s linear infinite; }
@keyframes wcmw-spin { to { transform: rotate(360deg); } }

.wcmw-result { margin-top: 2.5rem; border-top: 1px solid var(--wcmw-border); padding-top: 2.5rem; }
.wcmw-score-card { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 1.5rem; align-items: center; margin-bottom: 2rem; }
.wcmw-score { display: grid; place-items: center; width: 112px; aspect-ratio: 1; color: #fff; background: var(--wcmw-brand); border-radius: 50%; font-size: 2.25rem; font-weight: 900; box-shadow: inset 0 0 0 8px rgba(255,255,255,.25); }
.wcmw-score::after { content: "/100"; display: block; margin-left: .15rem; font-size: .7rem; font-weight: 700; opacity: .85; }
.wcmw-score-card h3 { margin: .35rem 0; font-size: 1.75rem; }
.wcmw-score-card p { margin: .35rem 0; color: var(--wcmw-muted); }
.wcmw-evidence { font-size: .86rem; }

.wcmw-issues { display: grid; gap: .8rem; }
.wcmw-issue { display: grid; grid-template-columns: 12px minmax(0,1fr); gap: 1rem; padding: 1rem 1.1rem; background: #fff; border: 1px solid var(--wcmw-border); border-radius: 14px; }
.wcmw-issue-marker { width: 12px; height: 12px; margin-top: .35rem; border-radius: 50%; background: var(--wcmw-muted); }
.wcmw-issue-critical .wcmw-issue-marker { background: var(--wcmw-danger); }
.wcmw-issue-warning .wcmw-issue-marker { background: var(--wcmw-warning); }
.wcmw-issue-info .wcmw-issue-marker { background: #3378a8; }
.wcmw-issue h4 { margin: 0 0 .3rem; font-size: 1.05rem; }
.wcmw-issue p { margin: .2rem 0; color: var(--wcmw-muted); line-height: 1.5; }
.wcmw-issue-action { color: var(--wcmw-ink) !important; font-weight: 700; }

.wcmw-technical { margin: 1.25rem 0 2.5rem; padding: 1rem; background: var(--wcmw-soft); border-radius: 12px; }
.wcmw-technical summary { cursor: pointer; font-weight: 750; }
.wcmw-tech-row { display: grid; grid-template-columns: 150px 1fr; gap: 1rem; padding: .65rem 0; border-bottom: 1px solid var(--wcmw-border); }
.wcmw-tech-row:last-child { border-bottom: 0; }
.wcmw-tech-row code { overflow-wrap: anywhere; white-space: normal; }

.wcmw-services-heading { max-width: 720px; margin: 2.5rem 0 1.25rem; }
.wcmw-services-heading h3 { margin: .35rem 0; font-size: clamp(1.5rem, 3vw, 2.2rem); }
.wcmw-services { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; }
.wcmw-service { display: flex; flex-direction: column; gap: .7rem; padding: 1.25rem; background: #fff; border: 1px solid var(--wcmw-border); border-radius: 16px; }
.wcmw-service h4 { margin: 0; font-size: 1.15rem; }
.wcmw-service p { margin: 0; color: var(--wcmw-muted); line-height: 1.5; }
.wcmw-price { color: var(--wcmw-brand-dark); font-size: 1.4rem; font-weight: 900; }
.wcmw-price small { font-size: .75rem; font-weight: 600; }
.wcmw-service .wcmw-button { margin-top: auto; }

.wcmw-request-form { display: grid; gap: 1rem; margin-top: 1.25rem; padding: 1.25rem; background: #fff7e8; border: 1px solid #f1d6aa; border-radius: 16px; }
.wcmw-request-form h4 { margin: 0; }
.wcmw-request-form label { font-weight: 700; }
.wcmw-simple-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; margin-bottom: 2rem; }
.wcmw-mini-card { display: grid; gap: .35rem; padding: 1rem; background: #fff; border: 1px solid var(--wcmw-border); border-radius: 12px; }
.wcmw-mini-card span { color: var(--wcmw-muted); font-size: .9rem; }

@media (max-width: 700px) {
	.wcmw-shell { padding: 1.15rem; border-radius: 16px; }
	.wcmw-input-action,
	.wcmw-options,
	.wcmw-services,
	.wcmw-simple-grid { grid-template-columns: 1fr; }
	.wcmw-score-card { grid-template-columns: 86px minmax(0,1fr); gap: 1rem; }
	.wcmw-score { width: 80px; font-size: 1.55rem; }
	.wcmw-tech-row { grid-template-columns: 1fr; gap: .25rem; }
}

@media (prefers-reduced-motion: reduce) {
	.wcmw-spinner { animation-duration: 1.8s; }
	.wcmw-button { transition: none; }
}

