:root {
	--iws-black: #02050a;
	--iws-panel: rgba(4, 12, 24, 0.88);
	--iws-panel-strong: rgba(3, 9, 18, 0.95);
	--iws-line: rgba(125, 157, 194, 0.38);
	--iws-line-blue: rgba(22, 140, 255, 0.66);
	--iws-blue: #168cff;
	--iws-blue-deep: #075edb;
	--iws-text: #f7f9fc;
	--iws-muted: #b8c0cb;
	--iws-faint: #8793a3;
	--iws-radius: 14px;
}

body.iws-coming-soon-page {
	margin: 0;
	background: var(--iws-black);
	color: var(--iws-text);
	font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
}

.iws-coming-soon-page .wp-site-blocks {
	padding: 0;
}

.iws-coming-soon-page .wp-block-iwsweb-coming-soon {
	margin: 0 !important;
}

.iws-coming-soon-page * {
	box-sizing: border-box;
}

.iws-coming-soon-page a {
	color: inherit;
}

.iws-coming-soon-shell h1,
.iws-coming-soon-shell h2,
.iws-coming-soon-shell h3,
.iws-coming-soon-shell p {
	font-family: inherit;
}

.iws-skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 1000;
	padding: 10px 14px;
	background: #ffffff;
	color: #02050a !important;
	font-weight: 700;
	transform: translateY(-150%);
}

.iws-skip-link:focus {
	transform: translateY(0);
}

.iws-coming-soon-shell {
	position: relative;
	min-height: 100vh;
	margin: 0 !important;
	overflow: hidden;
	background-color: var(--iws-black);
	background-image: var(--iws-background-image);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	isolation: isolate;
}

.iws-coming-soon-shell::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: rgba(1, 5, 12, 0.18);
	content: "";
}

.iws-coming-soon-content {
	width: min(860px, calc(100% - 48px));
	margin: 0 auto;
	padding: 38px 0 29px;
}

.iws-coming-soon-brand {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

.iws-logo-crop {
	position: relative;
	width: 400px;
	height: 244px;
	overflow: hidden;
}

.iws-logo-crop img {
	position: absolute;
	top: -92px;
	left: 50%;
	display: block;
	width: 430px;
	height: auto;
	max-width: none;
	transform: translateX(-50%);
}

.iws-launch-hero {
	text-align: center;
}

.iws-launch-hero h1 {
	margin: 0;
	font-size: clamp(2.45rem, 4.8vw, 3.75rem);
	font-weight: 780;
	letter-spacing: -0.035em;
	line-height: 1.05;
}

.iws-launch-hero h1 span,
.iws-launch-subtitle span,
.iws-launch-intro span,
.iws-contact-copy h2 span,
.iws-about-panel h2 span,
.iws-about-intro span {
	color: var(--iws-blue);
}

.iws-launch-subtitle {
	margin: 10px 0 12px;
	color: #d8dde5;
	font-size: clamp(1.05rem, 2vw, 1.35rem);
	letter-spacing: 0.01em;
	line-height: 1.3;
}

.iws-countdown {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	width: min(620px, 100%);
	margin: 0 auto 22px;
}

.iws-countdown-item {
	position: relative;
	display: grid;
	min-height: 118px;
	place-content: center;
	border: 1px solid var(--iws-line);
	border-radius: 12px;
	background: var(--iws-panel-strong);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.iws-countdown-item:first-child::before,
.iws-countdown-item:last-child::before {
	position: absolute;
	top: -1px;
	width: 46px;
	height: 2px;
	background: var(--iws-blue);
	box-shadow: 0 0 14px rgba(22, 140, 255, 0.92);
	content: "";
}

.iws-countdown-item:first-child::before {
	left: -1px;
}

.iws-countdown-item:last-child::before {
	right: -1px;
}

.iws-countdown-item strong {
	color: var(--iws-blue);
	font-size: clamp(2.45rem, 5vw, 3.5rem);
	font-variant-numeric: tabular-nums;
	font-weight: 760;
	line-height: 1;
	text-shadow: 0 0 18px rgba(22, 140, 255, 0.23);
}

.iws-countdown-item span {
	margin-top: 9px;
	color: #f4f6f8;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.iws-launch-intro {
	max-width: 680px;
	margin: 0 auto 16px;
	color: #d1d6df;
	font-size: 1rem;
	line-height: 1.4;
}

.iws-contact-panel,
.iws-about-panel {
	border: 1px solid var(--iws-line-blue);
	border-radius: var(--iws-radius);
	background: var(--iws-panel);
	box-shadow: 0 20px 70px rgba(0, 0, 0, 0.24);
}

.iws-contact-panel {
	display: grid;
	grid-template-columns: 0.9fr 1.35fr;
	margin-top: 22px;
	padding: 15px 24px;
}

.iws-contact-copy {
	padding: 4px 26px 2px 2px;
	border-right: 1px solid var(--iws-line);
}

.iws-contact-copy h2,
.iws-about-panel h2 {
	margin: 0;
	font-size: 1.45rem;
	font-weight: 750;
	letter-spacing: -0.02em;
	line-height: 1.28;
}

.iws-heading-rule {
	display: block;
	width: 46px;
	height: 2px;
	margin: 16px 0 18px;
	background: var(--iws-blue);
}

.iws-contact-copy > p {
	max-width: 300px;
	margin: 0;
	color: var(--iws-muted);
	font-size: 0.88rem;
	line-height: 1.55;
}

.iws-contact-methods {
	display: grid;
	gap: 18px;
	margin-top: 28px;
}

.iws-contact-method {
	display: grid;
	grid-template-columns: 44px 1fr;
	gap: 14px;
	align-items: center;
	text-decoration: none;
}

.iws-contact-icon,
.iws-benefit-icon {
	display: grid;
	place-items: center;
	border: 1px solid var(--iws-blue);
	border-radius: 50%;
	color: var(--iws-blue);
}

.iws-contact-icon {
	width: 44px;
	height: 44px;
	font-size: 21px;
}

.iws-contact-method small,
.iws-contact-method strong {
	display: block;
}

.iws-contact-method small {
	margin-bottom: 3px;
	color: var(--iws-blue);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.iws-contact-method strong {
	font-size: 0.95rem;
	font-weight: 650;
}

.iws-enquiry-form {
	display: grid;
	gap: 5px;
	padding-left: 32px;
}

.iws-field-label,
.iws-honeypot {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.iws-enquiry-form input,
.iws-enquiry-form textarea {
	width: 100%;
	border: 1px solid rgba(135, 154, 181, 0.44);
	border-radius: 8px;
	outline: 0;
	background: rgba(1, 6, 14, 0.68);
	color: var(--iws-text);
	font: inherit;
	font-size: 0.88rem;
}

.iws-enquiry-form input {
	height: 34px;
	padding: 0 14px;
}

.iws-enquiry-form textarea {
	min-height: 68px;
	padding: 12px 14px;
	resize: vertical;
}

.iws-enquiry-form input::placeholder,
.iws-enquiry-form textarea::placeholder {
	color: #8f99a8;
}

.iws-enquiry-form input:focus,
.iws-enquiry-form textarea:focus {
	border-color: var(--iws-blue);
	box-shadow: 0 0 0 3px rgba(22, 140, 255, 0.16);
}

.iws-enquiry-form button {
	display: flex;
	height: 42px;
	align-items: center;
	justify-content: center;
	gap: 72px;
	border: 1px solid #2a8eff;
	border-radius: 8px;
	background: var(--iws-blue-deep);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 8px 24px rgba(0, 93, 219, 0.18);
	color: #ffffff;
	cursor: pointer;
	font: inherit;
	font-size: 0.95rem;
	font-weight: 700;
	transition: background-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.iws-enquiry-form button:hover {
	background: var(--iws-blue);
	box-shadow: 0 0 24px rgba(22, 140, 255, 0.34);
	transform: translateY(-1px);
}

.iws-enquiry-form button:disabled {
	cursor: wait;
	opacity: 0.72;
}

.iws-form-status {
	min-height: 0;
	margin: 0;
	font-size: 0.82rem;
	line-height: 1.4;
}

.iws-form-status.iws-is-success {
	color: #73e6ae;
}

.iws-form-status.iws-is-error {
	color: #ff9a9a;
}

.iws-about-panel {
	margin-top: 10px;
	padding: 13px 24px;
	border-color: var(--iws-line);
}

.iws-about-panel .iws-heading-rule {
	margin: 10px 0 14px;
}

.iws-about-grid {
	display: grid;
	grid-template-columns: 1.12fr 1.1fr 0.9fr;
	gap: 0;
}

.iws-about-intro,
.iws-benefits-column {
	padding: 2px 20px 0 0;
}

.iws-benefits-column {
	padding-left: 20px;
	border-left: 1px solid var(--iws-line);
}

.iws-benefits-column-last {
	padding-right: 0;
}

.iws-about-intro p,
.iws-benefit p {
	margin: 0;
	color: var(--iws-muted);
	font-size: 0.69rem;
	line-height: 1.52;
}

.iws-about-intro p + p {
	margin-top: 16px;
}

.iws-benefits-column {
	display: grid;
	gap: 18px;
	align-content: start;
}

.iws-benefit {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 12px;
}

.iws-benefit-icon {
	width: 38px;
	height: 38px;
	background: rgba(22, 140, 255, 0.08);
	font-size: 19px;
}

.iws-benefit h3 {
	margin: 1px 0 5px;
	font-size: 0.7rem;
	font-weight: 750;
	line-height: 1.35;
}

.iws-brand-strapline {
	margin: 32px 0 0;
	color: var(--iws-blue);
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.42em;
	text-align: center;
	text-transform: uppercase;
}

.iws-floating-whatsapp {
	position: fixed;
	right: 28px;
	bottom: 22px;
	z-index: 20;
	display: block;
	width: 104px;
	height: 104px;
	overflow: hidden;
	border: 0;
	border-radius: 50%;
	filter: drop-shadow(0 0 12px rgba(22, 140, 255, 0.58));
	transition: transform 180ms ease, filter 180ms ease;
}

.iws-floating-whatsapp:hover,
.iws-floating-whatsapp:focus-visible {
	filter: drop-shadow(0 0 20px rgba(22, 140, 255, 0.86));
	transform: translateY(-4px) scale(1.03);
}

.iws-whatsapp-crop {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 50%;
	background: #02050a;
}

.iws-whatsapp-crop img {
	position: absolute;
	top: -14px;
	left: -14px;
	display: block;
	width: 132px;
	height: 132px;
	max-width: none;
}

.iws-coming-soon-page :focus-visible {
	outline: 3px solid #8fcaff;
	outline-offset: 3px;
}

@media (max-width: 820px) {
	.iws-contact-panel {
		grid-template-columns: 1fr;
	}

	.iws-contact-copy {
		padding: 0 0 26px;
		border-right: 0;
		border-bottom: 1px solid var(--iws-line);
	}

	.iws-enquiry-form {
		padding: 28px 0 0;
	}

	.iws-about-grid {
		grid-template-columns: 1fr 1fr;
		row-gap: 28px;
	}

	.iws-about-intro {
		grid-column: 1 / -1;
		padding-right: 0;
	}
}

@media (max-width: 600px) {
	.iws-coming-soon-content {
		width: min(100% - 28px, 520px);
		padding-top: 18px;
	}

	.iws-logo-crop {
		width: 310px;
		height: 196px;
	}

	.iws-logo-crop img {
		top: -66px;
		width: 332px;
	}

	.iws-coming-soon-brand {
		margin-bottom: 20px;
	}

	.iws-launch-hero h1 {
		font-size: clamp(2.25rem, 12vw, 3.1rem);
	}

	.iws-countdown {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.iws-countdown-item {
		min-height: 108px;
	}

	.iws-contact-panel,
	.iws-about-panel {
		padding: 22px 18px;
	}

	.iws-about-grid {
		grid-template-columns: 1fr;
	}

	.iws-about-intro,
	.iws-benefits-column,
	.iws-benefits-column-last {
		grid-column: auto;
		padding: 0;
		border-left: 0;
	}

	.iws-benefits-column {
		padding-top: 24px;
		border-top: 1px solid var(--iws-line);
	}

	.iws-about-intro p,
	.iws-benefit p,
	.iws-benefit h3 {
		font-size: 0.83rem;
	}

	.iws-brand-strapline {
		font-size: 0.76rem;
		letter-spacing: 0.25em;
	}

	.iws-floating-whatsapp {
		right: 14px;
		bottom: 14px;
		width: 78px;
		height: 78px;
	}

	.iws-whatsapp-crop img {
		top: -10px;
		left: -10px;
		width: 98px;
		height: 98px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.iws-enquiry-form button,
	.iws-floating-whatsapp {
		transition: none;
	}
}
