/* SC Wfolio Gate - stil public */

.sc-wfg-wrap {
	max-width: 480px;
	margin: 2.5rem auto;
	padding: 0 1rem;
}

.sc-wfg-card {
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 14px;
	padding: 2rem 1.75rem;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.sc-wfg-title {
	margin: 0 0 0.5rem;
	font-size: 1.5rem;
	line-height: 1.25;
	text-align: center;
}

.sc-wfg-intro {
	margin: 0 0 1.5rem;
	color: #555;
	text-align: center;
	font-size: 0.98rem;
}

.sc-wfg-error {
	background: #fdecea;
	border: 1px solid #f5c6cb;
	color: #a12a2a;
	padding: 0.7rem 0.9rem;
	border-radius: 8px;
	margin-bottom: 1.25rem;
	font-size: 0.92rem;
}

.sc-wfg-field {
	margin: 0 0 1.1rem;
}

.sc-wfg-field label {
	display: block;
	margin-bottom: 0.35rem;
	font-weight: 600;
	font-size: 0.9rem;
}

.sc-wfg-field input {
	width: 100%;
	padding: 0.7rem 0.85rem;
	border: 1px solid #d6d6d6;
	border-radius: 9px;
	font-size: 1rem;
	box-sizing: border-box;
}

.sc-wfg-field input:focus {
	outline: none;
	border-color: #111;
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
}

/* Honeypot: ascuns vizual si pentru cititoarele de ecran. */
.sc-wfg-hp {
	position: absolute !important;
	left: -9999px !important;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.sc-wfg-check {
	margin: 0 0 0.9rem;
	font-size: 0.88rem;
	color: #444;
}

.sc-wfg-check label {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
	cursor: pointer;
}

.sc-wfg-check input {
	margin-top: 0.15rem;
}

.sc-wfg-submit {
	margin-top: 1.4rem;
	text-align: center;
}

.sc-wfg-submit button,
.sc-wfg-button {
	display: inline-block;
	width: 100%;
	padding: 0.85rem 1.25rem;
	background: #111;
	color: #fff;
	border: none;
	border-radius: 10px;
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	box-sizing: border-box;
	transition: background 0.15s ease, transform 0.05s ease;
}

.sc-wfg-submit button:hover,
.sc-wfg-button:hover {
	background: #333;
}

.sc-wfg-submit button:active,
.sc-wfg-button:active {
	transform: translateY(1px);
}

/* Rezultat */
.sc-wfg-cover {
	margin: -0.5rem -0.25rem 1.25rem;
	text-align: center;
}

.sc-wfg-cover-img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}

.sc-wfg-message,
.sc-wfg-success {
	color: #444;
	text-align: center;
	margin-bottom: 1.5rem;
}

@media (max-width: 520px) {
	.sc-wfg-card {
		padding: 1.5rem 1.25rem;
	}
}
