/* Homepage */
.ws-hero {
	position: relative;
	padding: 5rem 0 5.5rem;
	overflow: hidden;
	isolation: isolate;
}

.ws-hero__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.ws-hero__bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(105deg, rgba(2, 6, 23, 0.92) 0%, rgba(15, 23, 42, 0.82) 42%, rgba(15, 23, 42, 0.45) 68%, rgba(3, 105, 161, 0.25) 100%),
		linear-gradient(to top, rgba(2, 6, 23, 0.5), transparent 40%);
}

.ws-hero__bg-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 35%;
}

.ws-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 3rem;
	align-items: center;
}

.ws-hero__content .ws-eyebrow {
	color: #7dd3fc;
}

.ws-hero__title {
	font-size: clamp(2.1rem, 4.5vw, 3.25rem);
	margin: 0 0 1rem;
	letter-spacing: -0.02em;
	color: #fff;
}

.ws-hero__lead {
	font-size: 1.2rem;
	max-width: 34rem;
	margin: 0 0 1.75rem;
	color: #cbd5e1;
}

.ws-hero__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-bottom: 2rem;
}

.ws-hero__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.95rem;
	color: #e2e8f0;
}

.ws-hero__trust li {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
}

.ws-hero__trust svg {
	color: #38bdf8;
}

.ws-hero .ws-btn--outline {
	border-color: rgba(255, 255, 255, 0.35);
	color: #fff;
	background: rgba(255, 255, 255, 0.06);
}

.ws-hero .ws-btn--outline:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
}

.ws-hero-card {
	background: rgba(15, 23, 42, 0.75);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(148, 163, 184, 0.2);
	color: #e2e8f0;
	border-radius: var(--ws-radius-lg);
	box-shadow: 0 24px 60px rgba(2, 6, 23, 0.45);
	overflow: hidden;
}

.ws-hero-card__bar {
	display: flex;
	gap: 0.4rem;
	padding: 0.85rem 1rem;
	background: var(--ws-navy-soft);
}

.ws-hero-card__bar span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #334155;
}

.ws-hero-card__bar span:first-child {
	background: #f87171;
}
.ws-hero-card__bar span:nth-child(2) {
	background: #fbbf24;
}
.ws-hero-card__bar span:nth-child(3) {
	background: #4ade80;
}

.ws-hero-card__body {
	padding: 1.75rem;
}

.ws-hero-card__label {
	margin: 0;
	font-size: 0.85rem;
	color: #94a3b8;
}

.ws-hero-card__stat {
	margin: 0.25rem 0;
	font-family: var(--ws-font-display);
	font-size: 2.75rem;
	font-weight: 700;
	color: #fff;
}

.ws-hero-card__meta {
	margin: 0 0 1.25rem;
	font-size: 0.9rem;
}

.ws-hero-card__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ws-hero-card__list li {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.45rem 0;
	border-top: 1px solid rgba(148, 163, 184, 0.15);
}

.ws-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

.ws-dot--ok {
	background: #4ade80;
}

/* Plans */
.ws-plans {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem;
	align-items: stretch;
}

.ws-plans--home {
	grid-template-columns: repeat(4, 1fr);
}

.ws-plans--home .ws-plan {
	min-width: 0;
	overflow: visible;
}

@media (max-width: 1200px) {
	.ws-plans--home {
		grid-template-columns: repeat(2, 1fr);
	}
}

.ws-plan {
	position: relative;
	display: flex;
	flex-direction: column;
	background: var(--ws-bg);
	border: 1px solid var(--ws-border);
	border-radius: var(--ws-radius-lg);
	padding: 1.75rem;
}

.ws-plan--featured {
	background: var(--ws-surface);
	border-color: var(--ws-primary);
	box-shadow: 0 20px 50px rgba(3, 105, 161, 0.12);
	transform: translateY(-4px);
	overflow: visible;
	padding-top: 2rem;
}

.ws-plan__badge {
	position: absolute;
	top: -0.65rem;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	padding: 0.25rem 0.75rem;
	font-family: var(--ws-font-display);
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	background: var(--ws-primary);
	color: #fff;
	border-radius: 999px;
}

.ws-plan__icon {
	display: grid;
	place-items: center;
	width: 3rem;
	height: 3rem;
	margin-bottom: 1rem;
	border-radius: 10px;
	background: rgba(3, 105, 161, 0.1);
	color: var(--ws-primary);
}

.ws-plan__name {
	margin: 0 0 0.5rem;
	font-size: 1.35rem;
}

.ws-plan__desc {
	margin: 0 0 1rem;
	font-size: 0.98rem;
}

.ws-plan__features {
	flex: 1;
	list-style: none;
	margin: 0 0 1.25rem;
	padding: 0;
}

.ws-plan__features li {
	position: relative;
	padding-left: 1.35rem;
	margin-bottom: 0.45rem;
	font-size: 0.95rem;
}

.ws-plan__features li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--ws-primary);
}

.ws-plan__price {
	margin: 0;
	font-size: 1rem;
	color: var(--ws-ink);
}

.ws-plan__price strong {
	font-family: var(--ws-font-display);
	font-size: 2rem;
}

.ws-plan__from,
.ws-plan__per {
	font-size: 0.95rem;
	color: var(--ws-muted);
}

.ws-plan__note {
	margin: 0.25rem 0 1rem;
	font-size: 0.8rem;
}

/* Domains */
.ws-split {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 3rem;
	align-items: center;
}

.ws-domain-search {
	display: flex;
	gap: 0.5rem;
	margin: 1.5rem 0 1rem;
}

.ws-domain-search input {
	flex: 1;
	min-width: 0;
	padding: 0.85rem 1rem;
	border: 1px solid var(--ws-border);
	border-radius: 999px;
	font: inherit;
	font-size: 1rem;
}

.ws-domain-search input:focus {
	outline: 2px solid var(--ws-primary);
	outline-offset: 2px;
}

.ws-domain-tlds {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
	color: var(--ws-ink);
}

.ws-domain-panel {
	background: var(--ws-navy);
	color: #e2e8f0;
	padding: 2rem;
	border-radius: var(--ws-radius-lg);
	box-shadow: var(--ws-shadow);
}

.ws-domain-panel p {
	margin: 0 0 0.5rem;
	font-size: 0.85rem;
	color: #94a3b8;
}

.ws-domain-panel h3 {
	margin: 0 0 1rem;
	font-size: 1.5rem;
	color: #fff;
}

.ws-domain-panel__status {
	display: inline-block;
	padding: 0.35rem 0.75rem;
	border-radius: 999px;
	background: rgba(74, 222, 128, 0.15);
	color: #86efac;
	font-size: 0.85rem;
	font-weight: 600;
}

/* Features */
.ws-features {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.25rem;
}

.ws-feature {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	padding: 1.5rem;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(148, 163, 184, 0.15);
	border-radius: var(--ws-radius);
}

.ws-feature__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	margin-bottom: 1rem;
	border-radius: 10px;
	background: rgba(56, 189, 248, 0.12);
	color: #38bdf8;
}

.ws-feature__icon .ws-icon {
	width: 28px;
	height: 28px;
}

/* Why-us on canvas (VIS-108 — domains keeps navy accent) */
.ws-home-why-us .ws-features {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.25rem;
}

.ws-home-why-us .ws-feature {
	padding: 1.25rem;
	background: var(--ws-surface);
	border: 1px solid var(--ws-border);
	border-radius: var(--ws-radius);
	box-shadow: var(--ws-shadow);
}

.ws-home-why-us .ws-feature__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	margin-bottom: 0.75rem;
	border-radius: 10px;
	background: rgba(3, 105, 161, 0.1);
	color: var(--ws-primary);
}

.ws-home-why-us .ws-feature h3 {
	margin: 0 0 0.5rem;
	font-size: 1.1rem;
	color: var(--ws-ink);
}

.ws-home-why-us .ws-feature p {
	margin: 0;
	color: var(--ws-muted);
	font-size: 0.98rem;
}

.ws-section--dark .ws-feature h3 {
	margin: 0 0 0.5rem;
	font-size: 1.1rem;
	color: #fff;
}

.ws-section--dark .ws-feature p {
	margin: 0;
	color: #94a3b8;
	font-size: 0.98rem;
}

/* About band */
.ws-about-band__web-hosting-line {
	margin: 0.35rem 0 0;
	font-size: 1.05rem;
	font-weight: 600;
	color: var(--ws-primary);
	line-height: 1.4;
}

.ws-about-band__local-intro {
	margin: 1rem 0 0;
	font-size: 1rem;
	line-height: 1.65;
	color: var(--ws-ink);
	max-width: 42rem;
}

.ws-about-band__grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 2.5rem;
	align-items: center;
}

.ws-about-band__media {
	border-radius: var(--ws-radius-lg);
	overflow: hidden;
	box-shadow: var(--ws-shadow);
}

.ws-about-band__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 18rem;
}

.ws-about-band__highlights {
	list-style: none;
	margin: 1.75rem 0 0;
	padding: 0;
	display: grid;
	gap: 1rem;
}

.ws-about-band__highlights li {
	display: flex;
	gap: 0.85rem;
	align-items: flex-start;
	padding: 1rem 1.1rem;
	border: 1px solid var(--ws-border);
	border-radius: var(--ws-radius);
	background: var(--ws-surface);
}

.ws-about-band__highlights .ws-icon {
	flex-shrink: 0;
	color: var(--ws-primary);
}

.ws-about-band__highlights strong {
	display: block;
	margin-bottom: 0.2rem;
	color: var(--ws-ink);
}

.ws-about-band__highlights span {
	font-size: 0.92rem;
	color: var(--ws-muted);
}

/* Home domains (dark) */
.ws-home-domains {
	padding-bottom: 0;
}

.ws-home-domains__lead,
.ws-home-domains__note {
	color: #94a3b8;
}

.ws-home-domains .ws-domain-search input {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(148, 163, 184, 0.35);
	color: #fff;
}

.ws-home-domains .ws-domain-search input::placeholder {
	color: #94a3b8;
}

.ws-home-domains .ws-domain-panel {
	border: 1px solid rgba(148, 163, 184, 0.2);
}

/* TLD marquee */
.ws-tld-marquee {
	overflow: hidden;
	margin-top: 2.5rem;
	padding: 1rem 0 2.5rem;
	border-top: 1px solid rgba(148, 163, 184, 0.15);
	mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.ws-tld-marquee__track {
	display: flex;
	width: max-content;
	gap: 2rem;
	animation: ws-tld-marquee 40s linear infinite;
}

.ws-tld-marquee__item {
	display: inline-flex;
	align-items: baseline;
	gap: 0.5rem;
	padding: 0.5rem 1rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(148, 163, 184, 0.2);
	color: #e2e8f0;
	font-size: 0.95rem;
	white-space: nowrap;
}

.ws-tld-marquee__item strong {
	color: #fff;
	font-family: var(--ws-font-display);
}

@keyframes ws-tld-marquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

@media (prefers-reduced-motion: no-preference) {
	html {
		scroll-behavior: smooth;
	}
}

#hosting-compare,
#hosting,
#faq,
#addons {
	scroll-margin-top: 5rem;
}

@media (prefers-reduced-motion: reduce) {
	.ws-tld-marquee__track {
		animation: none;
		flex-wrap: wrap;
		width: 100%;
		justify-content: center;
	}
}

/* Mid-page CTA */
.ws-mid-cta {
	background: linear-gradient(120deg, var(--ws-navy) 0%, #0c4a6e 55%, var(--ws-primary) 100%);
	color: #e2e8f0;
}

.ws-mid-cta__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
}

.ws-mid-cta__title {
	margin: 0 0 0.5rem;
	font-size: clamp(1.5rem, 3vw, 2rem);
	color: #fff;
}

.ws-mid-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.ws-btn--outline-light {
	border-color: rgba(255, 255, 255, 0.45);
	color: #fff;
}

/* Testimonials */
.ws-testimonials__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem;
}

.ws-testimonial-card {
	margin: 0;
	padding: 1.5rem;
	border: 1px solid var(--ws-border);
	border-radius: var(--ws-radius-lg);
	background: #fff;
	box-shadow: 0 4px 20px rgba(2, 6, 23, 0.06);
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.ws-stars {
	display: flex;
	gap: 0.15rem;
}

.ws-stars__icon {
	color: #f59e0b;
	font-size: 1rem;
	line-height: 1;
}

.ws-testimonial-card__footer {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	margin-top: auto;
	padding-top: 0.5rem;
}

.ws-testimonial-card__avatar {
	display: grid;
	place-items: center;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 10px;
	background: var(--ws-avatar-bg, var(--ws-primary));
	color: #fff;
	font-family: var(--ws-font-display);
	font-size: 0.75rem;
	font-weight: 700;
	flex-shrink: 0;
	box-shadow: 0 2px 8px rgba(2, 6, 23, 0.12);
}

.ws-testimonial-card__quote {
	margin: 0 0 1rem;
	font-size: 1rem;
	line-height: 1.6;
	color: var(--ws-ink);
}

.ws-testimonial-card cite {
	display: block;
	font-style: normal;
	font-weight: 700;
}

.ws-testimonial-card span {
	display: block;
	font-size: 0.88rem;
	color: var(--ws-muted);
}

/* Home news grid */
.ws-news-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem;
}

.ws-news-card--home {
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 0;
	overflow: hidden;
	border-radius: var(--ws-radius-lg);
	box-shadow: 0 8px 28px rgba(2, 6, 23, 0.08);
}

.ws-news-card__media {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--ws-navy-soft);
}

.ws-news-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.ws-news-card:hover .ws-news-card__image {
	transform: scale(1.04);
}

.ws-news-card__placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	min-height: 10rem;
	color: var(--ws-primary);
	background: linear-gradient(135deg, #e0f2fe, #f1f5f9);
}

.ws-news-card__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 1.25rem 1.35rem 1.35rem;
}

.ws-home-news__more {
	margin: 2rem 0 0;
	text-align: center;
}

.ws-section__cta-link {
	margin-top: 2rem;
	text-align: center;
}

.ws-domain-search__tld {
	min-width: 7.5rem;
	padding: 0.7rem 0.85rem;
	border: 1px solid var(--ws-border);
	border-radius: 8px;
	font: inherit;
	background: #fff;
}

.ws-domain-search__hint {
	margin: 0.5rem 0 0;
	font-size: 0.85rem;
	color: var(--ws-muted);
}

/* Why us page */
.ws-page-hero--why-us {
	position: relative;
	padding: 5rem 0 4rem;
	overflow: hidden;
}

.ws-page-hero--why-us .ws-page-hero__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.ws-page-hero--why-us .ws-page-hero__bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(105deg, rgba(2, 6, 23, 0.9), rgba(3, 105, 161, 0.55));
}

.ws-page-hero--why-us .ws-page-hero__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ws-page-hero--why-us .ws-container {
	position: relative;
	z-index: 1;
}

.ws-why-intro {
	display: grid;
	gap: 2.5rem;
}

.ws-why-pillars {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.25rem;
}

.ws-why-pillar {
	padding: 1.5rem;
	border-radius: var(--ws-radius-lg);
	border: 1px solid var(--ws-border);
	background: #fff;
	box-shadow: 0 4px 16px rgba(2, 6, 23, 0.05);
}

.ws-why-pillar__icon {
	display: grid;
	place-items: center;
	width: 3rem;
	height: 3rem;
	margin-bottom: 1rem;
	border-radius: 12px;
}

.ws-why-pillar--wp .ws-why-pillar__icon {
	background: rgba(3, 105, 161, 0.12);
	color: #0369a1;
}

.ws-why-pillar--price .ws-why-pillar__icon {
	background: rgba(124, 58, 237, 0.12);
	color: #7c3aed;
}

.ws-why-pillar--portal .ws-why-pillar__icon {
	background: rgba(5, 150, 105, 0.12);
	color: #059669;
}

.ws-why-pillar--path .ws-why-pillar__icon {
	background: rgba(234, 88, 12, 0.12);
	color: #ea580c;
}

.ws-why-pillar h3 {
	margin: 0 0 0.5rem;
	font-size: 1.1rem;
}

.ws-why-pillar p {
	margin: 0;
	font-size: 0.95rem;
	color: var(--ws-muted);
}

.ws-why-expect {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
	max-width: 52rem;
	margin-inline: auto;
}

.ws-why-expect li {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
	padding: 1.15rem 1.2rem;
	border: 1px solid var(--ws-border);
	border-radius: var(--ws-radius-lg);
	background: #fff;
}

.ws-why-expect__icon {
	display: grid;
	place-items: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 10px;
	flex-shrink: 0;
}

.ws-why-expect__icon--green {
	background: rgba(34, 197, 94, 0.15);
	color: #15803d;
}

.ws-why-expect__icon--blue {
	background: rgba(56, 189, 248, 0.15);
	color: #0369a1;
}

.ws-why-expect__icon--navy {
	background: rgba(30, 58, 138, 0.12);
	color: #1e3a8a;
}

.ws-why-expect__icon--amber {
	background: rgba(245, 158, 11, 0.15);
	color: #b45309;
}

.ws-why-expect strong {
	display: block;
	margin-bottom: 0.25rem;
}

.ws-why-expect span {
	font-size: 0.92rem;
	color: var(--ws-muted);
}

.ws-why-sla__inner {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 2rem;
	align-items: center;
}

.ws-why-sla__lead {
	margin: 0;
	max-width: 32rem;
	color: #94a3b8;
}

.ws-why-sla__card {
	padding: 1.75rem;
	border-radius: var(--ws-radius-lg);
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(148, 163, 184, 0.2);
	color: #e2e8f0;
}

.ws-why-sla__card .ws-icon {
	color: #38bdf8;
	margin-bottom: 0.75rem;
}

.ws-why-sla__card strong {
	display: block;
	font-size: 1.15rem;
	color: #fff;
	margin-bottom: 0.35rem;
}

.ws-why-sla__card p {
	margin: 0;
	font-size: 0.95rem;
}

@media (max-width: 1024px) {
	.ws-hero__grid,
	.ws-split {
		grid-template-columns: 1fr;
	}

	.ws-plans {
		grid-template-columns: 1fr;
		max-width: 26rem;
		margin-inline: auto;
	}

	.ws-plan--featured {
		transform: none;
	}

	.ws-features {
		grid-template-columns: 1fr 1fr;
	}

	.ws-about-band__grid,
	.ws-testimonials__grid,
	.ws-news-grid,
	.ws-why-pillars,
	.ws-why-sla__inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.ws-features {
		grid-template-columns: 1fr;
	}

	.ws-domain-search {
		flex-direction: column;
	}

	.ws-hero__cta {
		flex-direction: column;
	}

	.ws-hero__cta .ws-btn {
		width: 100%;
	}

	.ws-plans--home {
		grid-template-columns: 1fr;
	}
}

/* Trust strip — inline under hero (VIS-106) */
.ws-hero__trust-bar {
	padding: 1.25rem 0 0;
	border-top: 1px solid rgba(148, 163, 184, 0.25);
	margin-top: 0.5rem;
}

.ws-hero__trust-bar .ws-trust-strip__inner {
	padding-top: 0.75rem;
}

.ws-hero__trust-bar .ws-trust-strip__company,
.ws-hero__trust-bar .ws-trust-strip__list {
	color: #cbd5e1;
}

.ws-hero__trust-bar .ws-trust-strip__meta {
	color: #94a3b8;
}

.ws-hero__trust-bar .ws-trust-strip__list a {
	color: #e2e8f0;
}

/* Trust strip (standalone fallback) */
.ws-trust-strip {
	padding: 1rem 0;
	background: var(--ws-surface);
	border-block: 1px solid var(--ws-border);
}

.ws-trust-strip__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem 1.75rem;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.9rem;
	font-weight: 500;
	color: var(--ws-text);
}

.ws-trust-strip__company {
	text-align: center;
	margin: 0 0 0.65rem;
	font-size: 0.88rem;
	font-weight: 600;
	color: var(--ws-text);
}

.ws-trust-strip__meta {
	font-weight: 400;
	color: var(--ws-muted);
}

.ws-trust-strip__list li {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
}

.ws-trust-strip__list a {
	color: inherit;
	text-decoration: none;
}

.ws-trust-strip__list a:hover {
	text-decoration: underline;
}

.ws-testimonials__disclaimer {
	max-width: 36rem;
	margin-inline: auto;
}

.ws-compare-table--full {
	font-size: 0.92rem;
}

.ws-plan-variants__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem;
}

.ws-plan--variant {
	background: var(--ws-bg);
}

.ws-plan-variants__note {
	text-align: center;
	margin-top: 1.25rem;
}

.ws-bolt-ons-grid--compact {
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

/* About band extras */
.ws-about-band__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.25rem;
}

/* Plan card link */
.ws-plan__details-link {
	display: block;
	margin-top: 0.75rem;
	font-size: 0.88rem;
	text-align: center;
	color: var(--ws-primary);
}

.ws-hosting-lanes-note {
	margin-top: 1.5rem;
	text-align: center;
	font-size: 0.95rem;
	color: var(--ws-muted);
}

/* Managed compare table */
.ws-managed-compare {
	background: var(--ws-bg);
}

.ws-compare-table-wrap {
	overflow-x: auto;
	margin-bottom: 1.5rem;
}

.ws-compare-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.95rem;
}

.ws-compare-table th,
.ws-compare-table td {
	padding: 0.75rem 1rem;
	border: 1px solid var(--ws-border);
	text-align: left;
}

.ws-compare-table thead th {
	background: var(--ws-surface);
	font-family: var(--ws-font-display);
}

.ws-managed-compare__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
}

/* Security band */
.ws-security-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.25rem;
}

.ws-home-support-cluster .ws-security-card,
.ws-home-support-cluster .ws-support-band__card {
	background: var(--ws-surface);
	border: 1px solid var(--ws-border);
	border-radius: var(--ws-radius);
	box-shadow: var(--ws-shadow);
}

.ws-security-card {
	padding: 1.5rem;
	border-radius: var(--ws-radius-lg);
	background: var(--ws-surface);
	border: 1px solid var(--ws-border);
}

.ws-security-card h3 {
	margin: 0.75rem 0 0.35rem;
	font-size: 1.05rem;
}

.ws-security-card p {
	margin: 0;
	font-size: 0.92rem;
	color: var(--ws-muted);
}

/* Support band */
.ws-support-band__grid {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 2rem;
	align-items: start;
}

.ws-support-band__channels {
	list-style: none;
	margin: 1rem 0 1.25rem;
	padding: 0;
}

.ws-support-band__channels li {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 0.5rem;
}

.ws-support-band__card {
	padding: 1.75rem;
	border-radius: var(--ws-radius-lg);
	background: var(--ws-bg);
	border: 1px solid var(--ws-border);
}

.ws-support-band__card h3 {
	margin-top: 0;
}

/* Locations hub (MKT-402) */
.ws-locations-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ws-locations-card {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	padding: 1.25rem 1.35rem;
	background: var(--ws-surface);
	border: 1px solid var(--ws-border);
	border-radius: var(--ws-radius);
	box-shadow: var(--ws-shadow);
	text-decoration: none;
	color: inherit;
}

.ws-locations-card strong {
	color: var(--ws-ink);
	font-family: var(--ws-font-display);
}

.ws-locations-card span {
	font-size: 0.88rem;
	color: var(--ws-muted);
}

.ws-locations-card:hover {
	border-color: var(--ws-primary);
}

/* FAQ */
.ws-faq__list {
	max-width: 48rem;
	margin: 0 auto;
}

.ws-faq__item {
	border: 1px solid var(--ws-border);
	border-radius: var(--ws-radius);
	margin-bottom: 0.5rem;
	background: var(--ws-surface);
}

.ws-faq__item summary {
	padding: 1rem 1.25rem;
	font-weight: 600;
	cursor: pointer;
	list-style-position: outside;
}

/* PERF-113: reserve space so open/close does not shift layout below */
.ws-faq__item > p {
	min-height: 3.5rem;
}

.ws-faq__item p {
	margin: 0;
	padding: 0 1.25rem 1rem;
	color: var(--ws-muted);
	font-size: 0.95rem;
}

/* Plan themes — homepage */
.ws-plan--self-managed .ws-plan__icon {
	background: linear-gradient(135deg, #0f766e, #2dd4bf);
	color: #fff;
}

.ws-plan--managed .ws-plan__icon {
	background: linear-gradient(135deg, #0369a1, #0ea5e9);
	color: #fff;
}

.ws-hero__visual-caption {
	margin: 0 0 0.5rem;
	font-size: 0.75rem;
	color: var(--ws-muted);
	text-align: center;
}

.ws-timeline {
	margin: 0 0 1.5rem;
	padding: 0;
	list-style: none;
	counter-reset: ws-step;
}

.ws-timeline li {
	position: relative;
	padding: 0 0 1.25rem 2.5rem;
	counter-increment: ws-step;
}

.ws-timeline li::before {
	content: counter(ws-step);
	position: absolute;
	left: 0;
	top: 0;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 50%;
	background: var(--ws-primary);
	color: #fff;
	font-size: 0.85rem;
	font-weight: 700;
	line-height: 1.75rem;
	text-align: center;
}

.ws-domain-hero__register-note {
	margin: 0.75rem 0 0;
	font-size: 0.95rem;
	color: var(--ws-muted);
}

/* Public status page */
.ws-page-hero--compact {
	padding: 3rem 0 2rem;
	background: var(--ws-surface);
	border-bottom: 1px solid var(--ws-border);
}

.ws-status-public__ok {
	text-align: center;
	padding: 2.5rem;
	border-radius: var(--ws-radius-lg);
	background: rgba(34, 197, 94, 0.08);
	border: 1px solid rgba(34, 197, 94, 0.25);
}

.ws-status-public__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ws-status-public__item {
	padding: 1.25rem;
	margin-bottom: 0.75rem;
	border-radius: var(--ws-radius);
	border: 1px solid var(--ws-border);
	background: var(--ws-bg);
}

.ws-status-public__meta {
	font-size: 0.85rem;
	color: var(--ws-muted);
	margin: 0.5rem 0 0;
}

.ws-status-public__history-title {
	margin-top: 2.5rem;
}

.ws-page-hero__meta {
	margin: 0.75rem 0 0;
	font-size: 0.9rem;
}

.ws-page-hero__meta a {
	color: var(--ws-primary);
}

.ws-table-wrap {
	overflow-x: auto;
	margin: 1.5rem 0;
}

.ws-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.95rem;
}

.ws-table th,
.ws-table td {
	padding: 0.75rem 1rem;
	text-align: left;
	border-bottom: 1px solid var(--ws-border);
}

.ws-table th {
	font-weight: 600;
	background: var(--ws-surface);
}

@media (max-width: 1024px) {
	.ws-security-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.ws-support-band__grid {
		grid-template-columns: 1fr;
	}

	.ws-plan-variants__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.ws-security-grid {
		grid-template-columns: 1fr;
	}
}
