/* Hosting Hustler - front page only styles */

.hh-section {
	padding: 80px 0;
}

.hh-center {
	text-align: center;
	max-width: 680px;
	margin: 0 auto 48px;
}

.hh-eyebrow {
	display: inline-block;
	color: #1857e8;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 12px;
}

.hh-h2 {
	font-size: 34px;
	font-weight: 700;
	color: #0b1f4d;
	margin: 0 0 14px;
}

.hh-lead {
	font-size: 17px;
	color: #5b6b8c;
	line-height: 1.6;
	margin: 0;
}

/* Hero */
.hh-hero {
	background: linear-gradient(135deg, #0b3fc7 0%, #1857e8 55%, #3f7dff 100%);
	padding: 96px 0 110px;
	color: #fff;
	text-align: center;
}

/*
 * header-style-two.php (used on Elementor-imported homepages, e.g. Home 13)
 * renders the header with position:absolute so it floats over the top of
 * the page. Give the hero extra top padding here so its heading doesn't
 * sit underneath the floating header bar.
 */
.hh-elementor-front .hh-hero {
	padding-top: 230px;
}

.hh-hero h1 {
	font-size: 44px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 18px;
}

.hh-hero h1 span {
	color: #bcd4ff;
}

.hh-hero p {
	font-size: 18px;
	color: #dbe7ff;
	max-width: 620px;
	margin: 0 auto 40px;
	line-height: 1.6;
}

.hh-domain-form {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	max-width: 620px;
	margin: 0 auto 20px;
	background: #fff;
	padding: 8px;
	border-radius: 10px;
	box-shadow: 0 20px 40px rgba(6, 25, 74, 0.35);
}

.hh-domain-form input[type="text"] {
	flex: 1 1 260px;
	border: none;
	padding: 14px 16px;
	font-size: 15px;
	border-radius: 6px;
	outline: none;
	color: #0b1f4d;
}

.hh-domain-form button {
	flex: 0 0 auto;
	background: #0b1f4d;
	color: #fff;
	border: none;
	padding: 14px 28px;
	font-size: 15px;
	font-weight: 700;
	border-radius: 6px;
	cursor: pointer;
	transition: background 0.2s ease;
}

.hh-domain-form button:hover {
	background: #1857e8;
}

.hh-tld-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 18px;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #cfe0ff;
}

.hh-tld-list strong {
	color: #fff;
}

.hh-cta-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	margin-top: 36px;
}

.hh-btn {
	display: inline-block;
	padding: 14px 30px;
	border-radius: 6px;
	font-weight: 700;
	font-size: 15px;
	text-decoration: none;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.hh-btn:hover {
	transform: translateY(-2px);
	text-decoration: none;
}

.hh-btn-primary {
	background: #ffffff;
	color: #1857e8;
}

.hh-btn-primary:hover {
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
	color: #1857e8;
}

.hh-btn-outline {
	background: transparent;
	color: #fff;
	border: 2px solid rgba(255, 255, 255, 0.6);
}

.hh-btn-outline:hover {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

/* Stats strip */
.hh-stats {
	background: #0b1f4d;
	padding: 0;
}

.hh-stats-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	text-align: center;
}

.hh-stat {
	padding: 40px 16px;
	border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.hh-stat:last-child {
	border-right: none;
}

.hh-stat-num {
	font-size: 32px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 6px;
}

.hh-stat-label {
	font-size: 13px;
	color: #9fb3dd;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

/* Features */
.hh-features-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.hh-feature-card {
	background: #fff;
	border: 1px solid #eef1f8;
	border-radius: 10px;
	padding: 32px 26px;
	box-shadow: 0 4px 18px rgba(11, 31, 77, 0.05);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.hh-feature-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 30px rgba(11, 31, 77, 0.1);
}

.hh-feature-icon {
	width: 52px;
	height: 52px;
	border-radius: 10px;
	background: #eaf1ff;
	color: #1857e8;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	margin-bottom: 18px;
}

.hh-feature-card h3 {
	font-size: 18px;
	font-weight: 700;
	color: #0b1f4d;
	margin: 0 0 10px;
}

.hh-feature-card p {
	font-size: 14.5px;
	color: #62708f;
	line-height: 1.6;
	margin: 0;
}

/* Pricing */
.hh-section-alt {
	background: #f5f8ff;
}

.hh-pricing-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	align-items: stretch;
}

.hh-price-card {
	background: #fff;
	border: 1px solid #e6ecfa;
	border-radius: 12px;
	padding: 36px 30px;
	display: flex;
	flex-direction: column;
	position: relative;
}

.hh-price-card.is-featured {
	border-color: #1857e8;
	box-shadow: 0 20px 40px rgba(24, 87, 232, 0.18);
	transform: scale(1.03);
}

.hh-price-badge {
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	background: #1857e8;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 6px 16px;
	border-radius: 999px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.hh-price-card h3 {
	font-size: 18px;
	font-weight: 700;
	color: #0b1f4d;
	margin: 0 0 6px;
}

.hh-price-tagline {
	font-size: 13.5px;
	color: #8291b3;
	margin: 0 0 22px;
}

.hh-price-amount {
	font-size: 40px;
	font-weight: 800;
	color: #0b1f4d;
	margin-bottom: 4px;
}

.hh-price-amount span {
	font-size: 15px;
	font-weight: 500;
	color: #8291b3;
}

.hh-price-period {
	font-size: 13px;
	color: #8291b3;
	margin-bottom: 26px;
}

.hh-price-features {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
	flex: 1;
}

.hh-price-features li {
	font-size: 14.5px;
	color: #445070;
	padding: 9px 0;
	border-top: 1px solid #f0f2f8;
	display: flex;
	align-items: center;
	gap: 10px;
}

.hh-price-features li:first-child {
	border-top: none;
}

.hh-price-features i {
	color: #1cc383;
	font-size: 13px;
}

/* CTA band */
.hh-cta-band {
	background: linear-gradient(135deg, #1857e8 0%, #0b3fc7 100%);
	padding: 64px 0;
	text-align: center;
	color: #fff;
}

.hh-cta-band h2 {
	font-size: 30px;
	font-weight: 800;
	margin: 0 0 12px;
}

.hh-cta-band p {
	font-size: 16px;
	color: #dbe7ff;
	margin: 0 0 30px;
}

@media (max-width: 900px) {
	.hh-features-grid,
	.hh-pricing-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.hh-stats-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.hh-price-card.is-featured {
		transform: none;
	}
	.hh-elementor-front .hh-hero {
		padding-top: 190px;
	}
}

@media (max-width: 600px) {
	.hh-features-grid,
	.hh-pricing-grid,
	.hh-stats-grid {
		grid-template-columns: 1fr;
	}
	.hh-stat {
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}
	.hh-hero h1 {
		font-size: 32px;
	}
	.hh-h2 {
		font-size: 26px;
	}
	.hh-elementor-front .hh-hero {
		padding-top: 170px;
	}
}
