/* SEO Campaign Hub — Public URL Shortener tool */

.sch-public-shortener-page {
	margin: 0;
	min-height: 100vh;
	background:
		radial-gradient(1200px 600px at 10% -10%, #dceef2 0%, transparent 55%),
		radial-gradient(900px 500px at 100% 0%, #f3ebe3 0%, transparent 50%),
		#f7f5f1;
	color: #1c2430;
	font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
}

.sch-pus-shell {
	width: min(720px, calc(100% - 2rem));
	margin: 0 auto;
	padding: 3rem 0 4rem;
}

.sch-pus-header {
	margin-bottom: 1.5rem;
}

.sch-pus-kicker {
	margin: 0 0 0.35rem;
	font-size: 0.8rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #5f6b7a;
}

.sch-pus-header h1 {
	margin: 0 0 0.5rem;
	font-size: clamp(1.75rem, 4vw, 2.4rem);
	line-height: 1.15;
}

.sch-pus-lead {
	margin: 0;
	color: #445062;
	line-height: 1.5;
}

.sch-pus-widget {
	background: #fff;
	border: 1px solid #e4e0d8;
	border-radius: 16px;
	padding: 1.25rem;
	box-shadow: 0 18px 40px rgba(28, 36, 48, 0.06);
}

.sch-pus-widget--embed {
	margin: 1rem 0;
}

.sch-pus-label {
	display: block;
	margin: 0 0 0.4rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: #2a3544;
}

.sch-pus-input {
	width: 100%;
	box-sizing: border-box;
	padding: 0.75rem 0.9rem;
	border: 1px solid #d7d2c8;
	border-radius: 10px;
	font-size: 1rem;
	line-height: 1.4;
	background: #faf9f6;
	color: #1c2430;
}

.sch-pus-input:focus {
	outline: 2px solid #427882;
	outline-offset: 1px;
	border-color: #427882;
	background: #fff;
}

.sch-pus-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.sch-pus-form {
	position: relative;
	display: grid;
	gap: 0.85rem;
}

.sch-pus-submit,
.sch-pus-copy {
	appearance: none;
	border: 0;
	border-radius: 10px;
	padding: 0.75rem 1.1rem;
	font-size: 0.95rem;
	font-weight: 600;
	cursor: pointer;
	background: #2f6b75;
	color: #fff;
}

.sch-pus-submit:hover,
.sch-pus-copy:hover {
	background: #255860;
}

.sch-pus-submit:disabled,
.sch-pus-copy:disabled {
	opacity: 0.65;
	cursor: not-allowed;
}

.sch-pus-status {
	margin: 0.9rem 0 0;
	font-size: 0.92rem;
	line-height: 1.4;
	color: #445062;
}

.sch-pus-status.is-error {
	color: #8a1f2b;
}

.sch-pus-status.is-ok {
	color: #1f5a32;
}

.sch-pus-result {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid #ece8e0;
}

.sch-pus-result-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
}

.sch-pus-result-row .sch-pus-input {
	flex: 1 1 220px;
}

.sch-pus-footnote {
	margin: 1.5rem 0 0;
	font-size: 0.9rem;
}

.sch-pus-footnote a {
	color: #2f6b75;
}

.sch-tools-ad {
	margin: 1rem 0;
	text-align: center;
	overflow: auto;
	min-height: 90px; /* reserve space to reduce layout jump when ads hydrate */
}

.sch-tools-ad--above {
	margin-top: 0;
	margin-bottom: 1.25rem;
}

.sch-tools-ad--below {
	margin-top: 1.25rem;
	margin-bottom: 0;
}

.sch-tools-ad img,
.sch-tools-ad iframe,
.sch-tools-ad ins {
	max-width: 100%;
}
