/**
 * Host360 full redesign — international corporate hosting aesthetic.
 * Fonts: Syne (display) + Figtree (UI/body) via Google Fonts.
 */

:root {
	--h360-ink: #07111f;
	--h360-navy: #0b1f3a;
	--h360-navy-2: #122847;
	--h360-steel: #1a3354;
	--h360-accent: #0891b2;
	--h360-accent-2: #0d9488;
	--h360-sky: #67e8f9;
	--h360-bg: #eef3f8;
	--h360-surface: #ffffff;
	--h360-text: #152033;
	--h360-muted: #5b6b7c;
	--h360-line: #d5e0ec;
	--h360-radius: 16px;
	--h360-radius-sm: 10px;
	--h360-shadow: 0 18px 40px rgba(7, 17, 31, 0.08);
	--h360-shadow-lg: 0 28px 60px rgba(7, 17, 31, 0.14);
	--h360-container: 100%;
	--h360-font-display: "Syne", sans-serif;
	--h360-font-body: "Figtree", sans-serif;
}

/* ---- Base ---- */
body.host360-pro {
	min-width: 0 !important;
	font-family: var(--h360-font-body) !important;
	color: var(--h360-text);
	background:
		radial-gradient(1200px 600px at 10% -10%, rgba(8, 145, 178, 0.12), transparent 55%),
		radial-gradient(900px 500px at 100% 0%, rgba(13, 148, 136, 0.1), transparent 50%),
		var(--h360-bg) !important;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

body.host360-pro h1,
body.host360-pro h2,
body.host360-pro h3,
body.host360-pro h4,
body.host360-pro .home-banner-title-1,
body.host360-pro #header_logo a {
	font-family: var(--h360-font-display) !important;
	letter-spacing: -0.02em;
}

body.host360-pro #wrapper_all {
	background: transparent !important;
	text-align: left;
	float: none;
	width: 100%;
}

body.host360-pro #wrapper_fixed {
	max-width: none !important;
	margin: 0 auto;
	padding: 0 1.15rem;
	float: none !important;
	width: 100% !important;
	text-align: left;
}

body.host360-pro a {
	color: var(--h360-accent);
	transition: color 0.2s ease, transform 0.2s ease;
}

body.host360-pro a:hover {
	color: var(--h360-accent-2);
}

/* ---- Chrome / sticky header ---- */
body.host360-pro .h360-chrome {
	position: sticky;
	top: 0;
	z-index: 200;
	margin: 0.75rem 0 1.25rem;
	border-radius: 20px;
	overflow: visible;
	background: rgba(255, 255, 255, 0.86);
	backdrop-filter: blur(16px) saturate(1.2);
	border: 1px solid rgba(213, 224, 236, 0.9);
	box-shadow: var(--h360-shadow);
}

body.host360-pro #header_top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 0.65rem 1.1rem;
	background: linear-gradient(90deg, var(--h360-ink), var(--h360-navy-2)) !important;
	color: rgba(255, 255, 255, 0.9);
	padding: 0.45rem 1.1rem;
	font-size: 0.82rem;
	border: 0 !important;
	height: auto !important;
	float: none !important;
	width: auto !important;
}

body.host360-pro #header_top a {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}

body.host360-pro #header_phone .number {
	color: var(--h360-sky);
	font-weight: 700;
}

body.host360-pro .host360-domain-pill {
	display: inline-flex;
	align-items: center;
	padding: 0.3rem 0.8rem;
	border-radius: 8px;
	background: var(--h360-accent);
	color: #fff !important;
	font-weight: 700;
	font-size: 0.78rem;
}

body.host360-pro #header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0.85rem 1.15rem 0.35rem !important;
	margin: 0 !important;
	float: none !important;
	width: auto !important;
	height: auto !important;
}

body.host360-pro #header_logo a {
	color: var(--h360-ink) !important;
	font-size: clamp(1.45rem, 2.4vw, 1.85rem);
	font-weight: 800;
	text-decoration: none !important;
}

body.host360-pro #header h5#header_logo {
	color: var(--h360-muted);
	font-family: var(--h360-font-body) !important;
	font-weight: 500;
	margin: 0.1rem 0 0;
	font-size: 0.88rem;
}

body.host360-pro #menu {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	margin: 0 !important;
	padding: 0.25rem 0.65rem 0.75rem !important;
	float: none !important;
	width: auto !important;
	height: auto !important;
}

body.host360-pro #navwrap .dropdown,
body.host360-pro #menu-topmenu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.15rem;
	list-style: none;
	margin: 0;
	padding: 0;
	float: none !important;
	width: auto !important;
	background: transparent !important;
}

body.host360-pro #menu-topmenu > li {
	float: none !important;
	background: transparent !important;
	border: 0 !important;
}

body.host360-pro #menu-topmenu > li > a,
body.host360-pro #menu-topmenu > li > .mobile-submenu > a {
	display: block;
	padding: 0.55rem 0.85rem;
	border-radius: 8px;
	color: var(--h360-navy) !important;
	font-weight: 650;
	font-size: 0.92rem;
	text-decoration: none !important;
	background: transparent !important;
}

body.host360-pro #menu-topmenu > li > a:hover,
body.host360-pro #menu-topmenu > li.current-menu-item > a,
body.host360-pro #menu-topmenu > li.current_page_item > a {
	background: rgba(8, 145, 178, 0.1) !important;
	color: var(--h360-accent) !important;
}

body.host360-pro #menu-topmenu .sub-menu {
	border: 1px solid var(--h360-line) !important;
	border-radius: 12px !important;
	box-shadow: var(--h360-shadow-lg) !important;
	background: #fff !important;
	padding: 0.4rem !important;
	min-width: 220px;
}

body.host360-pro #menu-topmenu .sub-menu a {
	border-radius: 8px;
	padding: 0.5rem 0.75rem !important;
	color: var(--h360-text) !important;
	font-weight: 550;
}

body.host360-pro #mobile-menu {
	display: none;
}

body.host360-pro #crumbs {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid var(--h360-line);
	border-radius: 10px;
	padding: 0.55rem 0.9rem;
	margin-bottom: 1rem;
	font-size: 0.86rem;
	color: var(--h360-muted);
}

/* ---- Cinematic home hero ---- */
.h360-cinematic {
	position: relative;
	isolation: isolate;
	min-height: min(78vh, 720px);
	display: grid;
	align-items: end;
	border-radius: 24px;
	overflow: hidden;
	margin: 0 0 1.75rem;
	box-shadow: var(--h360-shadow-lg);
	color: #fff;
}

.h360-cinematic-media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.h360-cinematic-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.04);
	animation: h360KenBurns 28s ease-in-out infinite alternate;
}

.h360-cinematic-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(120deg, rgba(7, 17, 31, 0.88) 12%, rgba(11, 31, 58, 0.55) 55%, rgba(8, 145, 178, 0.28) 100%),
		radial-gradient(circle at 80% 20%, rgba(103, 232, 249, 0.22), transparent 40%);
}

.h360-cinematic-grid {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
	background-size: 48px 48px;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), transparent 85%);
	pointer-events: none;
	animation: h360GridDrift 22s linear infinite;
}

.h360-cinematic-inner {
	position: relative;
	z-index: 1;
	padding: clamp(2rem, 6vw, 4.5rem);
	max-width: 760px;
}

.h360-brand-mark {
	display: inline-block;
	margin: 0 0 0.85rem;
	font-family: var(--h360-font-display);
	font-weight: 800;
	font-size: clamp(1.6rem, 3.5vw, 2.4rem);
	letter-spacing: -0.03em;
	line-height: 1;
}

.h360-cinematic h1 {
	margin: 0 0 0.85rem;
	font-size: clamp(2rem, 5vw, 3.4rem);
	line-height: 1.05;
	max-width: 14ch;
	font-weight: 750;
}

.h360-cinematic-lead {
	margin: 0 0 1.4rem;
	max-width: 42ch;
	font-size: 1.08rem;
	color: rgba(255, 255, 255, 0.88);
}

.h360-cinematic-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-bottom: 1.5rem;
}

.h360-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.75rem 1.3rem;
	border-radius: 10px;
	font-weight: 700;
	font-size: 0.98rem;
	text-decoration: none !important;
	transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.h360-btn:hover {
	transform: translateY(-2px);
}

.h360-btn-primary {
	background: #fff;
	color: var(--h360-ink) !important;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.h360-btn-ghost {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.28);
	color: #fff !important;
}

.h360-region-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem 0.65rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.h360-region-row li {
	padding: 0.3rem 0.65rem;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 6px;
	font-size: 0.78rem;
	font-weight: 650;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.86);
	background: rgba(255, 255, 255, 0.06);
}

/* ---- Motion ---- */
@media (prefers-reduced-motion: no-preference) {
	.reveal-up {
		opacity: 0;
		transform: translateY(28px);
		transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
	}

	.reveal-up.is-in {
		opacity: 1;
		transform: none;
	}

	.reveal-delay-1 { transition-delay: 0.08s; }
	.reveal-delay-2 { transition-delay: 0.16s; }
	.reveal-delay-3 { transition-delay: 0.24s; }
	.reveal-delay-4 { transition-delay: 0.32s; }

	.h360-float {
		animation: h360Float 5.5s ease-in-out infinite;
	}

	.rp-reveal {
		opacity: 0;
		transform: translateY(22px);
		transition: opacity 0.65s ease, transform 0.65s ease;
	}

	.rp-reveal.is-in {
		opacity: 1;
		transform: none;
	}
}

@keyframes h360KenBurns {
	from { transform: scale(1.02) translate(0, 0); }
	to { transform: scale(1.1) translate(-1.5%, -1%); }
}

@keyframes h360GridDrift {
	from { background-position: 0 0, 0 0; }
	to { background-position: 48px 48px, 48px 48px; }
}

@keyframes h360Float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-10px); }
}

/* ---- Native home blocks ---- */
body.host360-pro #home-banner-1 {
	position: relative;
	background:
		linear-gradient(135deg, rgba(7, 17, 31, 0.92), rgba(18, 40, 71, 0.82)),
		url("../images/world-mesh.svg") center/cover !important;
	border-radius: 20px !important;
	box-shadow: var(--h360-shadow-lg);
	color: #fff !important;
	overflow: hidden;
	margin-bottom: 1.5rem !important;
	padding: 1.75rem !important;
	float: none !important;
	width: auto !important;
}

body.host360-pro #home-banner-1 .home-banner-title-1,
body.host360-pro #home-banner-1 h2,
body.host360-pro #home-banner-1 li,
body.host360-pro #home-banner-1 .price-value,
body.host360-pro #home-banner-1 .currency {
	color: #fff !important;
}

body.host360-pro #domain-search-area-fp {
	background: #fff !important;
	border: 1px solid var(--h360-line) !important;
	border-radius: 20px !important;
	box-shadow: var(--h360-shadow-lg) !important;
	padding: 1.6rem 1.75rem !important;
	margin: -0.75rem auto 2rem !important;
	position: relative;
	z-index: 5;
	float: none !important;
	width: auto !important;
}

body.host360-pro #domain-search-form-fp::before {
	content: "Find your perfect domain";
	display: block;
	font-family: var(--h360-font-display);
	font-size: clamp(1.4rem, 2.6vw, 1.9rem);
	font-weight: 750;
	color: var(--h360-ink);
	margin-bottom: 0.3rem;
	text-align: center;
}

body.host360-pro #domain-search-form-fp::after {
	content: "Instant availability across global TLDs";
	display: block;
	color: var(--h360-muted);
	margin-bottom: 1rem;
	font-size: 0.95rem;
	text-align: center;
}

body.host360-pro #domain-search-form-fp form,
body.host360-pro #domainForm1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.65rem;
	max-width: 740px;
	margin: 0 auto;
}

body.host360-pro #domain-search-area-fp #domain_sld {
	flex: 1 1 220px;
	min-height: 52px;
	padding: 0.8rem 1rem;
	font-size: 1.05rem;
	border: 2px solid var(--h360-line);
	border-radius: 10px;
	background: #f7fbff;
	font-family: var(--h360-font-body);
}

body.host360-pro #domain-search-area-fp #domain_tld {
	min-height: 52px;
	min-width: 110px;
	border: 2px solid var(--h360-line);
	border-radius: 10px;
	font-weight: 700;
}

body.host360-pro #domain-search-area-fp .domain-search-button {
	display: none !important;
}

body.host360-pro #domain-search-area-fp .domain-search-submit {
	min-height: 52px;
	padding: 0.8rem 1.5rem;
	border: 0;
	border-radius: 10px;
	font-weight: 700;
	cursor: pointer;
	background: linear-gradient(135deg, var(--h360-accent), var(--h360-accent-2));
	color: #fff;
	font-family: var(--h360-font-body);
}

body.host360-pro #promo-tlds-fp {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
	margin-top: 1.2rem;
	padding-top: 1.2rem;
	border-top: 1px solid var(--h360-line);
}

body.host360-pro #promo-tlds-fp #tld-box {
	background: #f7fbff;
	border: 1px solid var(--h360-line);
	border-radius: 12px;
	padding: 0.65rem 1rem;
	min-width: 100px;
	text-align: center;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.host360-pro #promo-tlds-fp #tld-box:hover {
	transform: translateY(-3px);
	box-shadow: var(--h360-shadow);
}

body.host360-pro #front_page_content-titles {
	text-align: center;
	margin: 2.25rem 0 1.25rem;
}

body.host360-pro #front_page_content-titles h3 {
	font-size: clamp(1.55rem, 3vw, 2.1rem);
	color: var(--h360-ink);
	margin: 0 0 0.35rem;
}

body.host360-pro #front_page_content-titles h3 span {
	color: var(--h360-accent);
}

body.host360-pro #front_page_content-plan-area {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	gap: 1rem;
	margin-bottom: 2rem;
	float: none !important;
	width: auto !important;
}

body.host360-pro #shared-box-nano,
body.host360-pro #shared-box-micro,
body.host360-pro #shared-box-small,
body.host360-pro #shared-box-medium,
body.host360-pro #shared-box-large {
	float: none !important;
	width: auto !important;
	background: #fff !important;
	border: 1px solid var(--h360-line) !important;
	border-radius: 16px !important;
	box-shadow: var(--h360-shadow);
	overflow: hidden;
	margin: 0 !important;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.host360-pro #shared-box-nano:hover,
body.host360-pro #shared-box-micro:hover,
body.host360-pro #shared-box-small:hover {
	transform: translateY(-6px);
	box-shadow: var(--h360-shadow-lg);
}

body.host360-pro #shared-box-nano #box-title,
body.host360-pro #shared-box-micro #box-title,
body.host360-pro #shared-box-small #box-title,
body.host360-pro #shared-box-medium #box-title,
body.host360-pro #shared-box-large #box-title {
	background: linear-gradient(135deg, var(--h360-ink), var(--h360-steel)) !important;
	color: #fff !important;
	padding: 0.85rem 1rem !important;
}

body.host360-pro #shared-box-nano #box-title a,
body.host360-pro #shared-box-micro #box-title a,
body.host360-pro #shared-box-small #box-title a {
	color: #fff !important;
}

body.host360-pro #front_page_content-main {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 1rem;
	margin: 2rem 0;
	float: none !important;
}

body.host360-pro #home-main-text,
body.host360-pro #other-services,
body.host360-pro #hosting-features {
	background: #fff;
	border: 1px solid var(--h360-line);
	border-radius: 16px;
	padding: 1.35rem;
	box-shadow: var(--h360-shadow);
	float: none !important;
	width: auto !important;
}

body.host360-pro #front_page_content-scripts {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), #fff),
		url("../images/world-mesh.svg") top/cover;
	border: 1px solid var(--h360-line);
	border-radius: 18px;
	padding: 1.6rem;
	margin: 2rem 0;
	box-shadow: var(--h360-shadow);
	float: none !important;
}

/* ---- Buttons ---- */
body.host360-pro .rpwp-button,
body.host360-pro .rpwp-button2,
body.host360-pro button.rpwp-button,
body.host360-pro button.rpwp-button2 {
	border: 0 !important;
	border-radius: 10px !important;
	background: linear-gradient(135deg, var(--h360-accent), var(--h360-accent-2)) !important;
	color: #fff !important;
	font-weight: 700 !important;
	padding: 0.7rem 1.25rem !important;
	box-shadow: 0 10px 22px rgba(8, 145, 178, 0.22);
	text-transform: none !important;
	font-family: var(--h360-font-body) !important;
}

body.host360-pro .rpwp-button .gloss,
body.host360-pro .rpwp-button2 .gloss {
	display: none !important;
}

/* ---- Inner pages ---- */
body.host360-pro #content,
body.host360-pro #default_content,
body.host360-pro #internal_page_1,
body.host360-pro #front_page_content {
	float: none !important;
	width: auto !important;
	text-align: left;
}

body.host360-pro #default_content,
body.host360-pro #internal_page_1 {
	background: #fff;
	border: 1px solid var(--h360-line);
	border-radius: var(--h360-radius);
	box-shadow: var(--h360-shadow);
	padding: 1.5rem;
	margin-bottom: 2rem;
}

body.host360-pro #content_header {
	border-radius: 18px;
	overflow: hidden;
	margin-bottom: 1.15rem;
	box-shadow: var(--h360-shadow);
}

body.host360-pro #default_content:has(#domain-sidebar) {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 1.5rem;
	align-items: start;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

body.host360-pro #domain-content-main,
body.host360-pro #domain-sidebar {
	background: #fff;
	border: 1px solid var(--h360-line);
	border-radius: var(--h360-radius);
	box-shadow: var(--h360-shadow);
	padding: 1.35rem;
}

body.host360-pro #rp_presentation {
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid var(--h360-line);
	box-shadow: var(--h360-shadow);
}

/* ---- Footer ---- */
body.host360-pro #footer-full-width {
	background: linear-gradient(160deg, var(--h360-ink), var(--h360-navy-2)) !important;
	color: rgba(255, 255, 255, 0.88);
	margin-top: 2.5rem;
	border-radius: 24px 24px 0 0;
	padding-top: 0.5rem;
}

body.host360-pro #footer {
	background: transparent !important;
	color: inherit;
	padding: 2rem 0 1rem;
	float: none !important;
	width: auto !important;
	max-width: var(--h360-container);
	margin: 0 auto;
}

body.host360-pro #footer a {
	color: #fff;
}

body.host360-pro #footer_menu {
	float: none !important;
	display: inline-block;
	vertical-align: top;
	width: calc(25% - 1rem);
	margin: 0 0.5rem 1.25rem;
	min-width: 180px;
}

body.host360-pro #footer_menu h3 {
	color: #fff !important;
	font-size: 1rem;
	margin-bottom: 0.75rem;
}

body.host360-pro #footer-full-width-bottom {
	background: rgba(0, 0, 0, 0.25) !important;
	color: rgba(255, 255, 255, 0.75);
}

body.host360-pro #footer_bottom {
	max-width: var(--h360-container);
	margin: 0 auto;
	padding: 1rem 1.15rem 1.5rem;
	float: none !important;
	width: auto !important;
}

/* ---- Responsive ---- */
@media (max-width: 960px) {
	body.host360-pro #default_content:has(#domain-sidebar) {
		grid-template-columns: 1fr;
	}

	body.host360-pro #front_page_content-plan-area {
		grid-template-columns: 1fr;
	}

	body.host360-pro #footer_menu {
		width: calc(50% - 1rem);
	}

	body.host360-pro #mobile-menu {
		display: block;
		position: fixed;
		top: 1rem;
		right: 1rem;
		z-index: 300;
		background: var(--h360-ink);
		border-radius: 10px;
		padding: 0.65rem;
	}

	body.host360-pro #menu-topmenu {
		flex-direction: column;
		align-items: stretch;
	}
}

@media (max-width: 640px) {
	.h360-cinematic {
		min-height: 70vh;
		border-radius: 16px;
	}

	body.host360-pro #domain-search-form-fp form,
	body.host360-pro #domainForm1 {
		flex-direction: column;
	}

	body.host360-pro #domain-search-area-fp .domain-search-submit {
		width: 100%;
	}

	body.host360-pro #footer_menu {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	body.host360-pro .h360-chrome {
		border-radius: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.h360-cinematic-video,
	.h360-cinematic-grid,
	.h360-float {
		animation: none !important;
	}
}
