body.nbn-page {
	background: radial-gradient(circle at 16% 20%, #141f41, #050814 70%);
	color: var(--brand-white);
}

body.nbn-page header {
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 70;
	backdrop-filter: blur(16px);
}

.nbn-page main {
	padding: 0 0 110px;
}

.nbn-page section {
	padding: 82px 20px;
}

.nbn-page .section-inner {
	max-width: 1160px;
	margin: 0 auto;
}

.nbn-page .section-kicker {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 0.82rem;
	color: var(--text-muted);
}

.nbn-page h1,
.nbn-page h2,
.nbn-page h3 {
	margin: 14px 0;
	color: var(--brand-white);
}

.nbn-page p {
	color: var(--text-muted);
	line-height: 1.68;
}

.nbn-page main a:not(.hero-cta):not(.pricing-cta) {
	color: var(--brand-cyan);
	text-decoration: underline;
	text-underline-offset: 2px;
	font-weight: 600;
}

.nbn-page main a:not(.hero-cta):not(.pricing-cta):hover,
.nbn-page main a:not(.hero-cta):not(.pricing-cta):focus-visible {
	color: var(--brand-white);
}

.nbn-hero {
	position: relative;
	overflow: hidden;
	padding: 145px 20px 98px;
	background: linear-gradient(135deg, #030614, #051536 60%, #062d6b);
}

.nbn-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background: url('images/NBN-butler-rapair-1.jpg') center center / cover no-repeat;
	opacity: 0.22;
	transform: scale(1.04);
}

.nbn-hero::after {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 25% 20%, rgba(84, 210, 255, 0.35), transparent 52%),
		radial-gradient(circle at 85% 0%, rgba(12, 93, 255, 0.45), transparent 60%),
		linear-gradient(to bottom, rgba(4, 7, 19, 0.58), rgba(4, 7, 19, 0.84));
}

.nbn-hero .hero-overlay {
	display: none;
}

.nbn-hero-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 42px;
	align-items: start;
}

.hero-kicker {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 0.85rem;
	color: var(--text-muted);
}

.hero-copy h1 {
	font-size: clamp(2.15rem, 4vw, 3.45rem);
	line-height: 1.14;
	margin: 14px 0 16px;
}

.hero-subtitle {
	font-size: 1.08rem;
	margin: 0 0 22px;
}

.hero-response-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(142px, 1fr));
	gap: 14px;
	margin-bottom: 24px;
}

.hero-response {
	padding: 16px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: rgba(2, 10, 32, 0.42);
}

.hero-response-label {
	margin: 0;
	text-transform: uppercase;
	font-size: 0.75rem;
	letter-spacing: 2px;
	color: var(--text-muted);
}

.hero-response-value {
	margin: 6px 0 0;
	font-size: 1.2rem;
	font-weight: 700;
	color: var(--brand-white);
}

.nbn-page .hero-actions {
	display: flex;
	justify-content: center;
	gap: 14px;
	margin: 24px 0 18px;
	flex-wrap: wrap;
}

.nbn-page .hero-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 13px 25px;
	border-radius: 999px;
	font-weight: 600;
	text-decoration: none;
	font-size: 0.95rem;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nbn-page .hero-cta.phone {
	background: var(--brand-white);
	color: var(--brand-blue);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.nbn-page .hero-cta.quote {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: var(--brand-white);
}

.nbn-page .hero-cta.scroll {
	background: rgba(255, 255, 255, 0.12);
	color: var(--brand-white);
}

.nbn-page .hero-cta:hover {
	transform: translateY(-2px);
}

.hero-steps {
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
	gap: 14px;
}

.hero-steps li {
	display: flex;
	gap: 12px;
	padding: 14px 16px;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(0, 8, 28, 0.4);
}

.hero-step-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.15);
	font-weight: 700;
}

.hero-steps h3 {
	margin: 0 0 3px;
	font-size: 0.98rem;
}

.hero-steps p {
	margin: 0;
	font-size: 0.9rem;
}

.hero-card {
	background: rgba(8, 12, 30, 0.68);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--radius-lg);
	padding: 28px;
	box-shadow: var(--shadow-strong);
	backdrop-filter: blur(14px);
}

.hero-card-title {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 0.82rem;
	margin: 0 0 14px;
	color: var(--text-muted);
}

.hero-card ul {
	list-style: none;
	padding: 0;
	margin: 0 0 18px;
	display: grid;
	gap: 12px;
}

.hero-card li {
	font-size: 0.95rem;
	line-height: 1.45;
}

.hero-image {
	margin: 0;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-image img {
	display: block;
	width: 100%;
	height: auto;
}

.hero-image figcaption {
	padding: 10px 12px;
	font-size: 0.82rem;
	color: var(--text-muted);
	background: rgba(1, 7, 24, 0.8);
}

.hero-carousel {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.hero-slide {
	display: block;
}

.hero-card-note {
	margin: 10px 0 0;
	font-size: 0.84rem;
	line-height: 1.45;
	color: var(--text-muted);
}

.nbn-services {
	background: #0a1025;
}

.service-grid {
	margin-top: 30px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 18px;
}

.service-grid article {
	border-radius: 22px;
	padding: 24px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.09);
}

.service-grid h3 {
	margin: 0 0 8px;
	font-size: 1.08rem;
}

.service-grid p {
	margin: 0;
}

.nbn-pricing {
	background: radial-gradient(circle at 15% 20%, rgba(12, 93, 255, 0.25), transparent 55%), #050b19;
}

.pricing-grid {
	margin-top: 34px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
}

.pricing-card {
	border-radius: 24px;
	padding: 28px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	flex-direction: column;
	gap: 14px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.pricing-card.featured {
	background: linear-gradient(150deg, rgba(12, 93, 255, 0.3), rgba(84, 210, 255, 0.2));
	border-color: rgba(84, 210, 255, 0.7);
}

.pricing-tag {
	margin: 0;
	display: inline-flex;
	width: fit-content;
	font-size: 0.78rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 5px 12px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.26);
}

.pricing-card h3 {
	margin: 0;
	font-size: 1.35rem;
}

.pricing-price {
	margin: 0;
	font-size: 1.65rem;
	font-weight: 700;
	color: var(--brand-white);
}

.pricing-card ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 7px;
}

.pricing-card li {
	padding-left: 16px;
	position: relative;
}

.pricing-card li::before {
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--brand-cyan);
	position: absolute;
	left: 0;
	top: 10px;
}

.pricing-cta {
	margin-top: auto;
	display: inline-flex;
	justify-content: center;
	text-decoration: none;
	padding: 12px 20px;
	border-radius: 12px;
	background: var(--brand-cyan);
	color: #06264b;
	font-weight: 700;
}

.nbn-gallery {
	background: #071225;
}

.gallery-grid {
	margin-top: 32px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 18px;
}

.gallery-grid figure {
	margin: 0;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.03);
}

.gallery-grid img {
	display: block;
	width: 100%;
	height: 210px;
	object-fit: cover;
}

.gallery-grid .gallery-lightbox {
	display: block;
	cursor: zoom-in;
}

.nbn-page .lightbox {
	position: fixed;
	inset: 0;
	display: none;
	z-index: 9999;
}

.nbn-page .lightbox.is-open {
	display: block;
}

.nbn-page .lightbox-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.75);
}

.nbn-page .lightbox-content {
	position: relative;
	max-width: min(1000px, 92vw);
	margin: 6vh auto 0;
	background: #000;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
}

.nbn-page .lightbox-content img {
	width: 100%;
	height: auto;
	display: block;
}

.nbn-page .lightbox-caption {
	margin: 0;
	padding: 12px 16px;
	color: #fff;
	font-size: 0.95rem;
	background: rgba(0, 0, 0, 0.6);
}

.nbn-page .lightbox-close {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 10;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: none;
	background: rgba(0, 0, 0, 0.65);
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	line-height: 1;
}

.nbn-page .lightbox-close:hover {
	background: rgba(0, 0, 0, 0.85);
}

.gallery-grid figcaption {
	padding: 12px 14px;
	font-size: 0.86rem;
	color: var(--text-muted);
}

.nbn-cta {
	background: linear-gradient(140deg, #030614, #051536 62%, #0c5dff);
}

.cta-inner {
	text-align: center;
	max-width: 820px;
}

.cta-inner h2 {
	margin-bottom: 8px;
}

.cta-inner .hero-actions {
	justify-content: center;
	margin-top: 26px;
}

@media (max-width: 900px) {
	.nbn-hero-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.nbn-page .hero-actions {
		justify-content: center;
	}

	.hero-copy {
		order: 1;
	}

	.hero-card {
		order: 2;
	}

	.hero-card {
		max-width: 560px;
	}
}

@media (max-width: 640px) {
	.nbn-page section {
		padding: 68px 18px;
	}

	.nbn-hero {
		padding-top: 130px;
		padding-bottom: 84px;
	}

	.hero-copy h1 {
		font-size: 2rem;
	}

	.nbn-page .hero-cta {
		width: 100%;
		max-width: 280px;
	}

	.nbn-page .hero-actions {
		align-items: center;
	}
}
