/* ServerSetup – Domain TLD landing (ParsPack-inspired) */

.ss-dtld-page .ss-page-hero,
.ss-dtld-page .ss-page-content { display: none !important; }

.ss-dtld { --ss-dtld-blue: #2563eb; --ss-dtld-blue-soft: #dbeafe; --ss-dtld-bg: #f4f7fb; }

/* Hero */
.ss-dtld-hero {
	padding: 40px 0 0;
	background: linear-gradient(180deg, #eef4ff 0%, var(--ss-dtld-bg) 100%);
}
.ss-dtld-hero__grid {
	display: grid;
	grid-template-columns: 1fr 0.85fr;
	gap: 40px;
	align-items: center;
	margin-bottom: 32px;
}
.ss-dtld-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	font-size: 13px;
	color: var(--ss-muted);
	margin-bottom: 16px;
}
.ss-dtld-breadcrumb a { color: var(--ss-text); }
.ss-dtld-hero__title {
	margin: 0 0 12px;
	font-size: clamp(1.75rem, 4vw, 2.5rem);
	font-weight: 800;
	line-height: 1.25;
	color: var(--ss-text);
}
.ss-dtld-hero__subtitle {
	margin: 0;
	max-width: 520px;
	font-size: 16px;
	line-height: 1.85;
	color: var(--ss-muted);
}
.ss-dtld-hero__media {
	text-align: center;
}
.ss-dtld-illus-svg {
	display: block;
	max-width: 100%;
	width: min(100%, 400px);
	height: auto;
	margin: 0 auto;
	filter: drop-shadow(0 12px 32px rgba(37, 99, 235, 0.12));
}
.ss-dtld-illus--why .ss-dtld-illus-svg {
	width: min(100%, 320px);
	background: transparent;
	filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.25));
}
.ss-dtld-illus--hero .ss-dtld-illus-svg {
	width: min(100%, 480px);
	border-radius: 36px;
	filter: drop-shadow(0 16px 40px rgba(37, 99, 235, 0.15));
}
.ss-dtld-hero__media img {
	max-width: 100%;
	width: min(100%, 400px);
	height: auto;
	filter: drop-shadow(0 12px 32px rgba(37, 99, 235, 0.12));
}

/* Search card */
.ss-dtld-search-card {
	background: #fff;
	border: 1px solid var(--ss-border);
	border-radius: 20px;
	padding: 28px 28px 24px;
	box-shadow: var(--ss-shadow);
	margin-bottom: 48px;
}
.ss-dtld-search-card .ss-domain-checker__title {
	margin: 0 0 20px;
	font-size: 1.1rem;
	font-weight: 700;
	text-align: center;
	color: var(--ss-text);
}
.ss-dtld-search-card .ss-domain-checker__row {
	max-width: 640px;
	margin: 0 auto;
}
.ss-dtld-search-card .ss-domain-checker__field {
	border-radius: 14px;
	padding: 6px;
}
.ss-dtld-search-card .ss-domain-checker__submit {
	border-radius: 12px;
	padding-inline: 28px;
}

/* Price grid */
.ss-dtld-prices {
	padding: 16px 0 48px;
	background: var(--ss-dtld-bg);
}
.ss-dtld-update { color: var(--ss-dtld-blue); font-weight: 600; }
.ss-dtld-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}
.ss-dtld-card {
	background: #fff;
	border: 1px solid var(--ss-border);
	border-radius: 16px;
	padding: 22px 18px 18px;
	text-align: center;
	box-shadow: var(--ss-shadow);
	transition: transform .2s, box-shadow .2s;
	display: flex;
	flex-direction: column;
}
.ss-dtld-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(37, 99, 235, 0.1);
}
.ss-dtld-card__top {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-bottom: 12px;
}
.ss-dtld-card__ext {
	font-size: 1.45rem;
	font-weight: 800;
}
.ss-dtld-badge {
	font-size: 11px;
	font-weight: 700;
	background: #fef2f2;
	color: #dc2626;
	padding: 3px 8px;
	border-radius: 999px;
}
.ss-dtld-card__price {
	margin: 0 0 16px;
	font-size: 13px;
	color: var(--ss-muted);
}
.ss-dtld-card__price strong {
	display: block;
	font-size: 1.05rem;
	color: var(--ss-text);
	margin-bottom: 2px;
}
.ss-dtld-card__btn {
	display: block;
	width: 100%;
	padding: 10px;
	margin-top: auto;
	border-radius: 10px;
	background: var(--ss-dtld-blue-soft);
	color: var(--ss-dtld-blue);
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	transition: background .2s, color .2s;
}
.ss-dtld-card__btn:hover {
	background: var(--ss-dtld-blue);
	color: #fff;
}

/* Table */
.ss-dtld-table-section {
	padding: 0 0 56px;
	background: var(--ss-dtld-bg);
}
.ss-dtld-table-head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 20px;
}
.ss-dtld-search-wrap {
	position: relative;
	min-width: 220px;
	max-width: 280px;
	flex: 1;
}
.ss-dtld-search-wrap svg {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 17px;
	height: 17px;
	color: var(--ss-muted);
	pointer-events: none;
}
.ss-dtld-search {
	width: 100%;
	padding: 11px 40px 11px 14px;
	border: 1px solid var(--ss-border);
	border-radius: 12px;
	background: #fff;
	font-family: inherit;
	font-size: 14px;
	direction: rtl;
}
.ss-dtld-search:focus {
	outline: none;
	border-color: var(--ss-dtld-blue);
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}
.ss-dtld-table-card {
	background: #fff;
	border: 1px solid var(--ss-border);
	border-radius: 18px;
	box-shadow: var(--ss-shadow);
	overflow: hidden;
}
.ss-dtld-table-scroll {
	overflow: auto;
	max-height: 520px;
}
.ss-dtld-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}
.ss-dtld-table thead th {
	position: sticky;
	top: 0;
	z-index: 2;
	background: #f8fafc;
	color: var(--ss-muted);
	font-weight: 600;
	font-size: 12px;
	padding: 14px 18px;
	text-align: center;
	border-bottom: 1px solid var(--ss-border);
	white-space: nowrap;
}
.ss-dtld-table thead th:first-child { text-align: right; }
.ss-dtld-table tbody tr { border-bottom: 1px solid var(--ss-border); }
.ss-dtld-table tbody tr:hover { background: #f8fafc; }
.ss-dtld-table td {
	padding: 13px 18px;
	text-align: center;
	vertical-align: middle;
}
.ss-dtld-table td:first-child {
	text-align: right;
	vertical-align: middle;
}
.ss-dtld-table td:first-child .ss-dtld-pill {
	margin-left: 4px;
}
.ss-dtld-pill {
	display: inline-block;
	font-weight: 700;
	color: var(--ss-dtld-blue);
	background: var(--ss-dtld-blue-soft);
	padding: 4px 12px;
	border-radius: 8px;
	font-size: 13px;
}
.ss-dtld-pill--ir {
	color: #047857;
	background: #d1fae5;
}
.ss-dtld-tag-ir {
	display: inline-block;
	margin-right: 6px;
	font-size: 10px;
	font-weight: 700;
	color: #047857;
	background: #ecfdf5;
	border: 1px solid #a7f3d0;
	padding: 2px 7px;
	border-radius: 999px;
	vertical-align: middle;
}
.ss-dtld-row--ir {
	background: #f0fdf4 !important;
}
.ss-dtld-row--ir:hover {
	background: #ecfdf5 !important;
}
.ss-dtld-price-main { font-weight: 700; }
.ss-dtld-ir-5y {
	display: block;
	margin-top: 0.25rem;
	font-size: 0.8rem;
	font-weight: 500;
	color: #059669;
}
.ss-dtld-unit { font-size: 11px; color: var(--ss-muted); }
.ss-dtld-row-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #f1f5f9;
	color: var(--ss-muted);
	text-decoration: none;
	transition: background .2s, color .2s;
}
.ss-dtld-row-link:hover { background: var(--ss-dtld-blue-soft); color: var(--ss-dtld-blue); }
.ss-dtld-row-link svg { width: 18px; height: 18px; }
.ss-dtld-table-foot {
	padding: 14px 20px;
	text-align: center;
	font-size: 13px;
	color: var(--ss-muted);
	border-top: 1px solid var(--ss-border);
	background: #fafbfc;
}
.ss-dtld-no-result {
	text-align: center;
	padding: 36px;
	color: var(--ss-muted);
}

/* Why — banner + feature grid */
.ss-dtld-why {
	padding: 56px 0 72px;
	background: var(--ss-dtld-bg);
}
.ss-dtld-why-banner {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 32px;
	align-items: center;
	background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 50%, #1d4ed8 100%);
	border-radius: 24px;
	padding: 40px 40px 40px 44px;
	color: #fff;
	margin-bottom: 28px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 20px 50px rgba(15, 23, 42, 0.22);
}
.ss-dtld-why-banner::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 85% 20%, rgba(132, 204, 22, 0.18), transparent 45%),
		radial-gradient(circle at 10% 90%, rgba(59, 130, 246, 0.2), transparent 40%);
	pointer-events: none;
}
.ss-dtld-why-banner__content {
	position: relative;
	z-index: 1;
}
.ss-dtld-why-banner__content .ss-badge--dark {
	background: rgba(255, 255, 255, 0.12);
	color: #ecfccb;
	border: 1px solid rgba(255, 255, 255, 0.15);
	margin-bottom: 14px;
}
.ss-dtld-why-banner h2 {
	margin: 0 0 14px;
	font-size: clamp(1.35rem, 3vw, 1.75rem);
	font-weight: 800;
	line-height: 1.35;
	color: #fff;
}
.ss-dtld-why-banner p {
	margin: 0 0 22px;
	font-size: 15px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.82);
	max-width: 480px;
}
.ss-dtld-why-stats {
	list-style: none;
	margin: 0 0 26px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.ss-dtld-why-stats li {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 14px;
	padding: 12px 18px;
	min-width: 90px;
	text-align: center;
	backdrop-filter: blur(6px);
}
.ss-dtld-why-stats strong {
	display: block;
	font-size: 1.15rem;
	font-weight: 800;
	color: #fff;
	margin-bottom: 2px;
}
.ss-dtld-why-stats span {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.7);
}
.ss-dtld-why-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.ss-dtld-why-actions .ss-btn--outline {
	border-color: rgba(255, 255, 255, 0.45);
	color: #fff;
	background: transparent;
}
.ss-dtld-why-actions .ss-btn--outline:hover {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	border-color: #fff;
}
.ss-dtld-why-banner__media {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 260px;
}
.ss-dtld-why-glow {
	position: absolute;
	width: 220px;
	height: 220px;
	background: radial-gradient(circle, rgba(96, 165, 250, 0.45), transparent 70%);
	border-radius: 50%;
}
.ss-dtld-why-banner__media .ss-dtld-illus {
	position: relative;
	z-index: 1;
}
.ss-dtld-why-banner__media .ss-dtld-illus-svg {
	filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.25));
}
.ss-dtld-why-banner__media img {
	position: relative;
	z-index: 1;
	max-width: 280px;
	width: 100%;
	height: auto;
	filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.25));
}
.ss-dtld-why-floats {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
}
.ss-dtld-float {
	position: absolute;
	font-weight: 800;
	font-size: 12px;
	padding: 8px 12px;
	border-radius: 10px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
	animation: ss-dtld-float 4s ease-in-out infinite;
}
.ss-dtld-float--com { background: #dbeafe; color: #2563eb; top: 12%; right: 8%; }
.ss-dtld-float--ir  { background: #d1fae5; color: #047857; bottom: 18%; right: 22%; animation-delay: .8s; }
.ss-dtld-float--net { background: #fef3c7; color: #d97706; top: 42%; left: 4%; animation-delay: 1.4s; }
@keyframes ss-dtld-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-8px); }
}
.ss-dtld-why-features {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}
.ss-dtld-feat {
	background: #fff;
	border: 1px solid var(--ss-border);
	border-radius: 16px;
	padding: 22px 18px;
	box-shadow: var(--ss-shadow);
	transition: transform .2s, box-shadow .2s;
}
.ss-dtld-feat:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 28px rgba(37, 99, 235, 0.1);
}
.ss-dtld-feat__icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--ss-dtld-blue-soft);
	color: var(--ss-dtld-blue);
	border-radius: 12px;
	margin-bottom: 12px;
}
.ss-dtld-feat__icon svg {
	width: 22px;
	height: 22px;
}
.ss-dtld-feat h3 {
	margin: 0 0 8px;
	font-size: 15px;
	font-weight: 700;
	color: var(--ss-text);
}
.ss-dtld-feat p {
	margin: 0;
	font-size: 13px;
	color: var(--ss-muted);
	line-height: 1.65;
}

@media (max-width: 992px) {
	.ss-dtld-hero__grid { grid-template-columns: 1fr; }
	.ss-dtld-hero__media { order: -1; max-width: 280px; margin: 0 auto; }
	.ss-dtld-grid { grid-template-columns: repeat(2, 1fr); }
	.ss-dtld-why-banner { grid-template-columns: 1fr; padding: 32px 28px; }
	.ss-dtld-why-banner__media { min-height: 200px; order: -1; }
	.ss-dtld-why-features { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
	.ss-dtld-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
	.ss-dtld-why-features { grid-template-columns: 1fr; }
	.ss-dtld-why-banner { padding: 24px 20px; }
	.ss-dtld-table-head { flex-direction: column; align-items: stretch; }
	.ss-dtld-search-wrap { max-width: 100%; }
}
