.jl-hub-page,
.jl-home-crawl {
	background:
		radial-gradient(circle at top left, rgba(45, 122, 120, 0.08), transparent 34%),
		linear-gradient(180deg, #f6f8fb 0%, #ffffff 34%);
}

.jl-hub-hero {
	padding: 64px 0 28px;
}

.jl-hub-hero__inner,
.jl-home-crawl__inner {
	max-width: 1100px;
}

.jl-hub-hero__inner--with-media {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 28px 36px;
}

.jl-hub-hero__content {
	min-width: 0;
}

.jl-hub-hero__inner--with-media > .jl-hub-hero__content {
	flex: 1 1 480px;
}

.jl-hub-hero__image {
	flex: 0 1 420px;
	width: min(100%, 420px);
	margin-left: auto;
}

.jl-hub-hero__img,
.jl-hub-hero__image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 24px;
	object-fit: cover;
	box-shadow: 0 18px 48px rgba(16, 24, 40, 0.12);
}

.jl-hub-hero__eyebrow,
.jl-home-crawl__eyebrow {
	margin: 0 0 12px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #2d7a78;
}

.jl-hub-hero__title {
	margin: 0;
	font-size: clamp(2rem, 3vw, 3.25rem);
	line-height: 1.05;
	color: #1b263b;
}

.jl-hub-hero__lede,
.jl-home-crawl__lede {
	max-width: 760px;
	margin: 18px 0 0;
	font-size: 18px;
	line-height: 1.7;
	color: #526072;
}

.jl-hub-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 24px;
}

.jl-hub-stat {
	min-width: 170px;
	padding: 14px 16px;
	border: 1px solid rgba(27, 38, 59, 0.08);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 16px 40px rgba(16, 24, 40, 0.06);
}

.jl-hub-stat strong {
	display: block;
	font-size: 26px;
	line-height: 1;
	color: #1b263b;
}

.jl-hub-stat span {
	display: block;
	margin-top: 8px;
	font-size: 14px;
	color: #637083;
}

.jl-hub-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.jl-hub-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 18px;
	border: 1px solid transparent;
	border-radius: 999px;
	line-height: 1.1;
	font-weight: 600;
	text-decoration: none !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.jl-hub-button:hover,
.jl-hub-button:focus {
	transform: translateY(-1px);
}

.jl-hub-button--primary,
.jl-hub-button--primary:visited {
	background: #2d7a78 !important;
	color: #ffffff !important;
	box-shadow: 0 12px 28px rgba(45, 122, 120, 0.2);
}

.jl-hub-button--primary:hover,
.jl-hub-button--primary:focus {
	background: #235f5e !important;
	color: #ffffff !important;
}

.jl-hub-button--secondary,
.jl-hub-button--secondary:visited {
	background: #ffffff !important;
	color: #1b263b !important;
	border: 1px solid rgba(27, 38, 59, 0.12);
}

.jl-hub-button--secondary:hover,
.jl-hub-button--secondary:focus {
	background: #f9fbfc !important;
	color: #1b263b !important;
}

.jl-hub-shell {
	padding-bottom: 56px;
}

.jl-hub-section {
	margin-top: 28px;
	padding: 28px;
	border: 1px solid rgba(27, 38, 59, 0.08);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 18px 48px rgba(16, 24, 40, 0.06);
}

.jl-hub-section--split {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.jl-hub-panel {
	padding: 0;
}

.jl-hub-section__head {
	margin-bottom: 20px;
}

.jl-hub-section__head h2 {
	margin: 0;
	font-size: clamp(1.45rem, 1.9vw, 1.9rem);
	line-height: 1.18;
	color: #1b263b;
}

.jl-hub-section__head p {
	margin: 10px 0 0;
	color: #637083;
	line-height: 1.7;
}

.jl-hub-city-grid,
.jl-hub-card-grid,
.jl-hub-teaser-grid,
.jl-home-crawl__columns {
	display: grid;
	gap: 20px;
}

.jl-hub-city-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jl-hub-card-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jl-hub-teaser-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jl-hub-page--suburbs .jl-hub-teaser-grid {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.jl-home-crawl__columns {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 26px;
}

.jl-hub-city-card,
.jl-hub-teaser,
.jl-home-crawl__panel {
	padding: 22px;
	border: 1px solid rgba(27, 38, 59, 0.08);
	border-radius: 22px;
	background: #ffffff;
}

.jl-hub-city-card__head,
.jl-home-crawl__panel-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 16px;
}

.jl-hub-city-card__head h3,
.jl-home-crawl__panel-head h3 {
	margin: 0;
	font-size: 22px;
	line-height: 1.2;
}

.jl-hub-city-card__head a,
.jl-home-crawl__panel-head a,
.jl-hub-inline-link {
	color: #2d7a78;
	font-weight: 600;
	text-decoration: none;
}

.jl-hub-link-grid,
.jl-home-crawl__link-grid,
.jl-home-crawl__topic-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.jl-hub-link,
.jl-home-crawl__topic,
.jl-home-crawl__simple-link {
	display: inline-flex;
	flex-direction: column;
	gap: 4px;
	padding: 12px 14px;
	border-radius: 16px;
	background: #f6f8fb;
	text-decoration: none;
	border: 1px solid rgba(27, 38, 59, 0.06);
}

.jl-hub-link__label,
.jl-home-crawl__simple-link {
	font-weight: 600;
	color: #1b263b;
}

.jl-hub-link__meta,
.jl-home-crawl__topic small {
	font-size: 12px;
	color: #6d7890;
}

.jl-hub-teaser {
	min-height: 100%;
	text-decoration: none;
}

.jl-hub-teaser__eyebrow {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #2d7a78;
}

.jl-hub-teaser strong {
	display: block;
	font-size: 22px;
	line-height: 1.2;
	color: #1b263b;
}

.jl-hub-teaser span:last-child {
	display: block;
	margin-top: 10px;
	line-height: 1.7;
	color: #637083;
}

.jl-page-builder-slot {
	margin: 4px 0 6px;
}

.jl-hub-editorial {
	padding: 0 0 8px;
}

.jl-hub-editorial img {
	border-radius: 24px;
}

.jl-hub-editorial .elementor-widget-image img,
.jl-hub-editorial .wp-block-image img {
	box-shadow: 0 18px 48px rgba(16, 24, 40, 0.08);
}

.jl-hub-page--online .jl-hub-card-grid.jl-lp__grid {
	margin-bottom: 0;
}

.jl-hub-post-list,
.jl-home-crawl__post-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.jl-hub-post-list li + li,
.jl-home-crawl__post-list li + li {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid rgba(27, 38, 59, 0.08);
}

.jl-hub-offers {
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	margin-top: 1rem;
}

.jlam-grid.jl-hub-offers--stacked {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) !important;
}

.jl-hub-offers--stacked .jlam-listing-ad {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1.15rem 1.5rem;
	padding: 1.4rem 1.55rem;
}

.jl-hub-offers--stacked .jlam-listing-ad__top {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
	gap: 1rem 1.5rem;
}

.jl-hub-offers--stacked .jl-hub-offer-card__brand-group {
	align-items: flex-start;
	gap: 1rem;
}

.jl-hub-offers--stacked .jl-hub-offer-card__logo-wrap {
	flex: 0 0 86px;
	width: 86px;
	height: 86px;
	padding: 12px;
	border-radius: 22px;
}

.jl-hub-offers--stacked .jlam-listing-ad__header {
	max-width: 60rem;
}

.jl-hub-offers--stacked .jlam-listing-ad__title {
	font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.jl-hub-offers--stacked .jlam-listing-ad__chips {
	justify-content: flex-end;
	align-self: start;
}

.jl-hub-offers--stacked .jlam-listing-ad__summary {
	max-width: 68rem;
	font-size: 1.02rem;
	line-height: 1.7;
}

.jl-hub-offers--stacked .jlam-listing-ad__footer {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 0.85rem 1rem;
}

.jl-hub-offers--stacked .jlam-listing-ad__actions {
	margin-left: 0;
}

.jl-hub-offers--stacked .jlam-button {
	min-height: 50px;
	padding: 0 20px;
}

.jl-hub-offers .jlam-listing-ad {
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
	margin-bottom: 0;
	padding: 1.05rem 1.15rem;
	border: 1px solid var(--jl-line, #dbe4ec);
	border-radius: 20px;
	background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
	box-shadow: var(--jl-shadow-soft, 0 10px 30px rgba(15, 23, 42, 0.06));
}

.jl-hub-offers .jlam-listing-ad__eyebrow {
	margin: 0;
	color: var(--jl-success, #1f7a70);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.jl-hub-offers .jlam-listing-ad__title {
	margin: 0;
	color: var(--jl-ink, #16212f);
	font-size: clamp(1.08rem, 1.6vw, 1.32rem);
	line-height: 1.15;
	letter-spacing: -0.02em;
}

.jl-hub-offers .jlam-listing-ad__summary {
	margin: 0;
	color: var(--jl-muted, #617181);
	line-height: 1.65;
}

.jl-hub-offers .jlam-listing-ad__top {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.85rem 1rem;
}

.jl-hub-offers .jlam-listing-ad__header {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	max-width: min(42rem, 100%);
}

.jl-hub-offer-card__brand-group {
	display: flex;
	align-items: center;
	gap: 0.9rem;
	min-width: 0;
}

.jl-hub-offer-card__logo-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 72px;
	width: 72px;
	height: 72px;
	padding: 10px;
	border: 1px solid rgba(27, 38, 59, 0.08);
	border-radius: 18px;
	background: #ffffff;
}

.jl-hub-offer-card__logo {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}

.jl-hub-offers .jlam-listing-ad__chips,
.jl-hub-offers .jlam-listing-ad__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
}

.jl-hub-offers .jlam-listing-ad__chip {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 0 12px;
	border: 1px solid var(--jl-line, #dbe4ec);
	border-radius: 999px;
	background: var(--jl-surface, #f7fafc);
	color: var(--jl-ink, #16212f);
	font-size: 0.84rem;
	font-weight: 600;
	line-height: 1.2;
}

.jl-hub-offers .jlam-listing-ad__chip--partner {
	background: #ffffff;
}

.jl-hub-offers .jlam-listing-ad__footer {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: flex-start;
	gap: 0.85rem 1rem;
}

.jl-hub-offers .jlam-listing-ad__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-left: auto;
	justify-content: flex-end;
	order: 2;
}

.jl-hub-offers .jlam-button {
	min-height: 46px;
	padding: 0 16px;
	border-radius: 999px;
	border: 1px solid var(--jl-line, #dbe4ec) !important;
	background: #ffffff !important;
	box-shadow: none;
	color: var(--jl-ink, #16212f) !important;
	font-weight: 600;
}

.jl-hub-offers .jlam-button:hover,
.jl-hub-offers .jlam-button:focus {
	border-color: rgba(32, 122, 112, 0.35) !important;
	background: rgba(238, 249, 246, 0.88) !important;
	color: #184c49 !important;
}

.jl-hub-offers .jlam-button span,
.jl-hub-offers .jlam-button i {
	color: inherit !important;
}

.jl-hub-offers .jlam-disclosure {
	margin: 0;
	color: var(--jl-muted, #617181);
	font-size: 0.82rem;
	line-height: 1.55;
	flex: 1 1 18rem;
	order: 1;
}

.jl-hub-offers .jlam-required-notice {
	margin-top: -0.15rem;
	color: var(--jl-muted, #617181);
	font-size: 0.78rem;
	line-height: 1.5;
}

@media (max-width: 767px) {
	.jl-hub-offers .jlam-listing-ad {
		padding: 1.05rem 1rem;
	}

	.jlam-grid.jl-hub-offers--stacked {
		grid-template-columns: 1fr !important;
	}

	.jl-hub-offers--stacked .jlam-listing-ad__top,
	.jl-hub-offers--stacked .jlam-listing-ad__footer {
		grid-template-columns: 1fr;
	}

	.jl-hub-offer-card__brand-group {
		align-items: flex-start;
	}

	.jl-hub-offer-card__logo-wrap {
		flex-basis: 64px;
		width: 64px;
		height: 64px;
	}

	.jl-hub-offers .jlam-listing-ad__top,
	.jl-hub-offers .jlam-listing-ad__footer {
		align-items: flex-start;
	}

	.jl-hub-offers .jlam-listing-ad__actions {
		margin-left: 0;
		width: 100%;
	}

	.jl-hub-offers--stacked .jlam-listing-ad__chips,
	.jl-hub-offers--stacked .jlam-listing-ad__actions {
		justify-content: flex-start;
	}
}

.jl-hub-post-list a,
.jl-home-crawl__post-list a,
.jl-home-crawl__topic span {
	color: #1b263b;
	font-weight: 600;
	text-decoration: none;
}

.jl-home-crawl {
	padding: 30px 0 64px;
}

.jl-home-crawl__intro {
	max-width: 760px;
}

.jl-home-crawl__teasers {
	margin-top: 24px;
}

.jl-home-crawl__topic {
	min-width: 180px;
}

.jl-hub-empty {
	padding: 18px;
	border-radius: 18px;
	background: #f6f8fb;
	color: #637083;
}

@media (max-width: 1024px) {
	.jl-hub-hero__inner--with-media {
		display: block;
	}

	.jl-hub-hero__image {
		margin: 24px 0 0;
		max-width: 520px;
	}

	.jl-hub-city-grid,
	.jl-hub-card-grid,
	.jl-home-crawl__columns,
	.jl-hub-section--split {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.jl-hub-hero {
		padding-top: 44px;
	}

	.jl-hub-hero__image {
		width: 100%;
	}

	.jl-hub-section,
	.jl-hub-city-card,
	.jl-hub-teaser,
	.jl-home-crawl__panel {
		padding: 20px;
	}

	.jl-hub-city-grid,
	.jl-hub-card-grid,
	.jl-hub-teaser-grid,
	.jl-home-crawl__columns,
	.jl-hub-section--split {
		grid-template-columns: 1fr;
	}

	.jl-hub-city-card__head,
	.jl-home-crawl__panel-head {
		flex-direction: column;
	}

	.jl-hub-actions {
		flex-direction: column;
	}

	.jl-hub-button {
		width: 100%;
	}
}
