/* Stay Healthy – popup newslettera (wg makiety desktop v1) */

.shnl-overlay{
	position:fixed;inset:0;z-index:99999;
	background:rgba(60,50,42,.45);
	display:flex;align-items:center;justify-content:center;
	padding:20px;
	opacity:0;visibility:hidden;
	transition:opacity .35s ease,visibility .35s ease;
}
.shnl-overlay.shnl-open{opacity:1;visibility:visible}

.shnl-popup{
	position:relative;
	display:flex;
	width:800px;max-width:100%;
	max-height:92vh;
	background:#fff;
	border:1px solid #C7A98C;
	border-radius:22px;
	overflow:hidden;
	box-shadow:0 24px 60px rgba(60,50,42,.28);
	transform:translateY(14px) scale(.98);
	transition:transform .35s ease;
}
.shnl-overlay.shnl-open .shnl-popup{transform:translateY(0) scale(1)}

.shnl-image{
	flex:0 0 46%;
	background:#E8DFD5 center/cover no-repeat;
	min-height:520px;
}

.shnl-content{
	flex:1;
	padding:56px 44px 40px;
	overflow-y:auto;
	text-align:center;
	font-family:'Montserrat','Helvetica Neue',Arial,sans-serif;
	color:#5B5049;
}

.shnl-close{
	position:absolute;top:14px;right:16px;z-index:2;
	width:36px;height:36px;
	border:0;background:transparent;
	font-size:26px;line-height:1;color:#A98B6F;
	cursor:pointer;border-radius:50%;
	transition:background .2s;
}
.shnl-close:hover{background:#F3ECE4}

.shnl-title{
	font-family:'Cormorant Garamond','Playfair Display',Georgia,serif;
	font-weight:600;
	font-size:30px;line-height:1.25;
	color:#A98B6F;
	margin:0 0 22px;
}
.shnl-lead{font-size:14px;line-height:1.55;margin:0 0 14px}
.shnl-percent{font-size:22px;font-weight:700;color:#5B5049}
.shnl-sub{font-size:13px;line-height:1.6;margin:0 0 26px}

#shnl-form{display:flex;flex-direction:column;gap:18px}

.shnl-input{
	width:100%;
	border:0;border-bottom:1px solid #C7A98C;
	background:transparent;
	padding:10px 4px;
	font:inherit;font-size:14px;
	text-align:center;color:#5B5049;
	outline:none;border-radius:0;
	transition:border-color .2s;
}
.shnl-input::placeholder{color:#B9AA9C}
.shnl-input:focus{border-bottom-color:#A98B6F;border-bottom-width:2px}
.shnl-input.shnl-invalid{border-bottom-color:#C0603F}

.shnl-hp{position:absolute;left:-9999px;top:-9999px;height:0;width:0;opacity:0}

.shnl-consent{
	display:flex;gap:10px;align-items:flex-start;
	text-align:left;font-size:11.5px;line-height:1.55;
	margin-top:6px;cursor:pointer;
}
.shnl-consent input{
	flex:0 0 auto;margin-top:2px;
	width:16px;height:16px;
	accent-color:#A98B6F;
}
.shnl-consent a{color:#A98B6F;text-decoration:underline}

.shnl-error{
	display:none;color:#C0603F;font-size:12.5px;margin:0;
}
.shnl-error.shnl-visible{display:block}

.shnl-submit{
	align-self:center;
	margin-top:8px;
	border:0;background:transparent;
	font-family:'Cormorant Garamond','Playfair Display',Georgia,serif;
	font-size:21px;color:#A98B6F;
	border-bottom:1px solid #A98B6F;
	padding:2px 6px 5px;
	cursor:pointer;
	transition:opacity .2s,letter-spacing .2s;
}
.shnl-submit:hover{letter-spacing:.5px}
.shnl-submit:disabled{opacity:.45;cursor:wait}
.shnl-submit:focus-visible,
.shnl-close:focus-visible,
.shnl-input:focus-visible,
.shnl-consent input:focus-visible{outline:2px solid #A98B6F;outline-offset:3px}

.shnl-hidden{display:none}

/* ── Ekran „Sprawdź skrzynkę" ── */
.shnl-mail-icon{
	width:58px;height:58px;margin:0 auto 18px;
	display:flex;align-items:center;justify-content:center;
	border:1px solid #C7A98C;border-radius:50%;
	font-size:24px;color:#A98B6F;background:#FAF6F1;
}
.shnl-sent-email{
	font-size:15px;font-weight:600;color:#A98B6F;
	word-break:break-all;margin:0 0 20px;
}
.shnl-steps{
	text-align:left;margin:0 auto 18px;padding:0 0 0 22px;
	max-width:290px;font-size:13px;line-height:1.7;color:#5B5049;
}
.shnl-steps li{margin-bottom:6px}
.shnl-steps li::marker{color:#A98B6F;font-weight:700}
.shnl-hint{
	font-size:11.5px;line-height:1.6;color:#8C7B6C;
	background:#FAF6F1;border:1px solid #EAE0D3;border-radius:10px;
	padding:12px 16px;margin:0 0 18px;
}
.shnl-thanks-actions{
	display:flex;flex-direction:column;gap:6px;margin-bottom:16px;
}
.shnl-link-btn{
	border:0;background:transparent;cursor:pointer;
	font:inherit;font-size:12px;color:#A98B6F;
	text-decoration:underline;padding:3px;
}
.shnl-link-btn:hover{color:#8C6F55}
.shnl-link-btn:disabled{color:#B9AA9C;cursor:default;text-decoration:none}

/* ── Mobile ── */
@media (max-width:680px){
	.shnl-popup{flex-direction:column;width:420px}
	.shnl-image{flex:0 0 auto;min-height:170px}
	.shnl-content{padding:34px 24px 28px}
	.shnl-title{font-size:24px}
}
@media (prefers-reduced-motion:reduce){
	.shnl-overlay,.shnl-popup{transition:none}
}
