/* ==========================================================================
   NextFin — City landing page
   Brand: #137DBE (blue) · #0D4466 (deep)
   Note: every component rule is prefixed with .nf-city so it always beats the
   base `.nf-city h1..h4` colour rule (specificity, not !important).
   ========================================================================== */

.nf-city {
	--nf-blue: #137DBE;
	--nf-blue-600: #0F6BA4;
	--nf-blue-300: #5FB2E4;
	--nf-deep: #0D4466;
	--nf-deep-900: #082C43;
	--nf-ink: #10222E;
	--nf-body: #4B5F6C;
	--nf-muted: #647680;
	--nf-tint: #F3F8FC;
	--nf-line: #DCE9F2;
	--nf-error: #C4462F;
	--nf-radius: 14px;
	--nf-radius-lg: 20px;
	--nf-shadow: 0 16px 40px -22px rgba(13, 68, 102, .35);
	--nf-shadow-lg: 0 30px 64px -28px rgba(8, 44, 67, .5);
	--nf-font: "Roboto", "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;

	font-family: var(--nf-font);
	color: var(--nf-body);
	font-size: 15.5px;
	line-height: 1.72;
	overflow-x: clip;
	background: #fff;
}

.nf-city *,
.nf-city *::before,
.nf-city *::after { box-sizing: border-box; }

.nf-city img { max-width: 100%; height: auto; display: block; }

.nf-city h1,
.nf-city h2,
.nf-city h3,
.nf-city h4 {
	font-family: var(--nf-font);
	color: var(--nf-deep);
	margin: 0 0 .6em;
	line-height: 1.25;
	font-weight: 700;
	letter-spacing: -.012em;
}

.nf-city p { margin: 0 0 1em; }
.nf-city p:last-child { margin-bottom: 0; }

.nf-city a { color: var(--nf-blue); text-decoration: none; }
.nf-city a:hover { color: var(--nf-blue-600); }

.nf-city ul,
.nf-city ol { list-style: none; margin: 0; padding: 0; }

.nf-city .nf-ico { width: 18px; height: 18px; flex: 0 0 auto; }

.nf-city .nf-wrap {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 24px;
}

/* --------------------------------------------------------------- headings */
.nf-city .nf-h2 { font-size: clamp(23px, 2.5vw, 32px); }
.nf-city .nf-h3 { font-size: clamp(17.5px, 1.6vw, 20px); }
.nf-city .nf-h3--center { text-align: center; margin: 0 auto 30px; max-width: 620px; }

.nf-city .nf-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 12px;
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
	color: var(--nf-blue-600); /* deeper blue keeps 4.5:1 on the tinted sections */
	line-height: 1.4;
}
.nf-city .nf-eyebrow--light { color: #9FD5F5; }
.nf-city .nf-dot {
	width: 6px; height: 6px; border-radius: 50%;
	background: currentColor;
	box-shadow: 0 0 0 4px rgba(159, 213, 245, .2);
}

.nf-city .nf-head { max-width: 720px; margin: 0 0 38px; }
.nf-city .nf-head__lead { font-size: 16px; color: var(--nf-body); margin: 0; }
.nf-city .nf-head--light .nf-h2 { color: #fff; }
.nf-city .nf-head--light .nf-head__lead { color: rgba(228, 241, 250, .8); }

.nf-city .nf-prose p { color: var(--nf-body); }
.nf-city .nf-note {
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px dashed var(--nf-line);
	font-size: 14px;
	color: var(--nf-muted);
}

/* --------------------------------------------------------------- buttons */
.nf-city .nf-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 13px 24px;
	border-radius: 999px;
	font-size: 14.5px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	border: 1.5px solid transparent;
	transition: transform .18s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.nf-city .nf-btn .nf-ico { width: 16px; height: 16px; }
.nf-city .nf-btn:hover { transform: translateY(-2px); }

.nf-city .nf-btn--accent {
	background: var(--nf-blue);
	color: #fff;
	box-shadow: 0 12px 26px -14px rgba(19, 125, 190, .85);
}
.nf-city .nf-btn--accent:hover { background: var(--nf-blue-600); color: #fff; }

.nf-city .nf-btn--ghost {
	background: transparent;
	color: var(--nf-deep);
	border-color: rgba(13, 68, 102, .25);
}
.nf-city .nf-btn--ghost:hover { border-color: var(--nf-blue); color: var(--nf-blue); background: rgba(19, 125, 190, .06); }

.nf-city .nf-btn--sm { padding: 11px 20px; font-size: 13.5px; }
.nf-city .nf-btn--lg { padding: 15px 30px; font-size: 15.5px; }

/* On dark surfaces the accent flips to white for contrast. */
.nf-city .nf-hero .nf-btn--accent,
.nf-city .nf-band .nf-btn--accent,
.nf-city .nf-final .nf-btn--accent,
.nf-city .nf-card--dark .nf-btn--accent {
	background: #fff;
	color: var(--nf-deep);
	box-shadow: 0 14px 30px -18px rgba(0, 0, 0, .6);
}
.nf-city .nf-hero .nf-btn--accent:hover,
.nf-city .nf-band .nf-btn--accent:hover,
.nf-city .nf-final .nf-btn--accent:hover,
.nf-city .nf-card--dark .nf-btn--accent:hover { background: #E7F3FB; color: var(--nf-deep-900); }

.nf-city .nf-hero .nf-btn--ghost,
.nf-city .nf-band .nf-btn--ghost,
.nf-city .nf-final .nf-btn--ghost {
	color: #fff;
	border-color: rgba(255, 255, 255, .4);
}
.nf-city .nf-hero .nf-btn--ghost:hover,
.nf-city .nf-band .nf-btn--ghost:hover,
.nf-city .nf-final .nf-btn--ghost:hover {
	background: rgba(255, 255, 255, .13);
	border-color: #fff;
	color: #fff;
}

.nf-city .nf-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

/* ------------------------------------------------------------------ hero */
.nf-city .nf-hero {
	position: relative;
	isolation: isolate;
	padding: 58px 0 92px;
	background-color: var(--nf-deep);
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	color: #fff;
	overflow: hidden;
}
/* Opaque brand wash so the hero photo never fights the text. */
.nf-city .nf-hero__bg {
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(100deg, rgba(8, 44, 67, .985) 0%, rgba(11, 58, 88, .96) 42%, rgba(13, 68, 102, .88) 66%, rgba(16, 96, 143, .78) 100%),
		radial-gradient(58% 88% at 88% 6%, rgba(19, 125, 190, .45) 0%, rgba(19, 125, 190, 0) 62%);
}
.nf-city .nf-hero__bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
	background-size: 58px 58px;
	mask-image: radial-gradient(75% 70% at 22% 32%, #000 0%, transparent 78%);
	-webkit-mask-image: radial-gradient(75% 70% at 22% 32%, #000 0%, transparent 78%);
}

.nf-city .nf-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
	gap: 54px;
	align-items: center;
}

.nf-city .nf-crumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	font-size: 12.5px;
	color: rgba(217, 236, 248, .68);
	margin-bottom: 18px;
}
.nf-city .nf-crumbs a { color: rgba(217, 236, 248, .9); }
.nf-city .nf-crumbs a:hover { color: #fff; text-decoration: underline; }

.nf-city .nf-hero__title {
	color: #fff;
	font-size: clamp(27px, 3.2vw, 41px);
	line-height: 1.16;
	letter-spacing: -.02em;
	margin-bottom: 16px;
	max-width: 17ch;
	text-shadow: 0 2px 18px rgba(4, 26, 40, .35);
}
.nf-city .nf-hero__lead {
	font-size: 15.5px;
	line-height: 1.75;
	color: rgba(228, 241, 250, .88);
	max-width: 56ch;
	margin-bottom: 22px;
}

.nf-city .nf-hero__points { display: grid; gap: 10px; }
.nf-city .nf-hero__points li {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	font-size: 14.5px;
	line-height: 1.55;
	color: rgba(233, 245, 252, .95);
}
.nf-city .nf-hero__points .nf-ico {
	width: 23px;
	height: 23px;
	padding: 4px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .14);
	color: #9FD5F5;
	stroke-width: 2.6;
	margin-top: 1px;
}

/* ------------------------------------------------------------- form card */
.nf-city .nf-formcard {
	background: #fff;
	border-radius: var(--nf-radius-lg);
	padding: 24px 24px 22px;
	box-shadow: 0 30px 64px -26px rgba(4, 26, 40, .7);
	color: var(--nf-body);
}
.nf-city .nf-formcard__head {
	display: flex;
	align-items: flex-start;
	gap: 13px;
	padding-bottom: 16px;
	margin-bottom: 18px;
	border-bottom: 1px solid var(--nf-line);
}
.nf-city .nf-formcard__ico {
	display: grid; place-items: center;
	width: 38px; height: 38px;
	flex: 0 0 auto;
	border-radius: 11px;
	background: rgba(19, 125, 190, .1);
	color: var(--nf-blue);
}
.nf-city .nf-formcard__title {
	font-size: 18.5px;
	line-height: 1.3;
	margin: 0 0 3px;
	color: var(--nf-deep);
}
/* The card is white but sits inside dark sections — pin every text colour so
   nothing inherits the light-on-dark colours of the surrounding section. */
.nf-city .nf-hero .nf-formcard,
.nf-city .nf-final .nf-formcard { color: var(--nf-body); }
.nf-city .nf-hero .nf-formcard p,
.nf-city .nf-final .nf-formcard p { color: var(--nf-body); }
.nf-city .nf-formcard .nf-formcard__head p {
	margin: 0;
	font-size: 13px;
	line-height: 1.55;
	color: var(--nf-muted);
}

/* Contact Form 7 internals */
.nf-city .nf-formcard__body .wpcf7 { margin: 0; }
.nf-city .nf-formcard__body form { margin: 0; }
.nf-city .nf-formcard__body br { display: none; }
.nf-city .nf-formcard__body > p:empty,
.nf-city .nf-formcard__body form > p:empty { display: none; margin: 0; }

.nf-city .nf-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 13px;
}
.nf-city .nf-field--full { grid-column: 1 / -1; }

.nf-city .nf-field label {
	display: block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .02em;
	text-transform: uppercase;
	color: var(--nf-deep);
	line-height: 1.4;
}
.nf-city .nf-field label > span:not(.wpcf7-form-control-wrap) { color: var(--nf-error); }
/* CF7's autop wraps each label in a paragraph — strip its spacing. */
.nf-city .nf-field p { margin: 0; }

.nf-city .nf-formcard__body .wpcf7-form-control-wrap { display: block; }

.nf-city .nf-formcard__body input[type="text"],
.nf-city .nf-formcard__body input[type="email"],
.nf-city .nf-formcard__body input[type="tel"],
.nf-city .nf-formcard__body input[type="number"],
.nf-city .nf-formcard__body select,
.nf-city .nf-formcard__body textarea {
	width: 100%;
	margin-top: 6px;
	padding: 11px 13px;
	font-family: var(--nf-font);
	font-size: 14px;
	line-height: 1.4;
	color: var(--nf-ink);
	background: #fff;
	border: 1px solid var(--nf-line);
	border-radius: 10px;
	box-shadow: none;
	transition: border-color .18s ease, box-shadow .18s ease;
	-webkit-appearance: none;
	appearance: none;
}
.nf-city .nf-formcard__body textarea { min-height: 82px; resize: vertical; }
.nf-city .nf-formcard__body select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%230D4466' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 13px center;
	padding-right: 36px;
	cursor: pointer;
}
.nf-city .nf-formcard__body input::placeholder,
.nf-city .nf-formcard__body textarea::placeholder { color: #A3B2BC; }
.nf-city .nf-formcard__body input:focus,
.nf-city .nf-formcard__body select:focus,
.nf-city .nf-formcard__body textarea:focus {
	outline: none;
	border-color: var(--nf-blue);
	box-shadow: 0 0 0 3px rgba(19, 125, 190, .15);
}

.nf-city .nf-field--submit { margin-top: 3px; }
.nf-city .nf-formcard__body input[type="submit"] {
	width: 100%;
	padding: 14px 22px;
	border: 0;
	border-radius: 999px;
	background: var(--nf-blue);
	color: #fff;
	font-family: var(--nf-font);
	font-size: 14.5px;
	font-weight: 600;
	letter-spacing: .01em;
	cursor: pointer;
	box-shadow: 0 14px 28px -14px rgba(19, 125, 190, .9);
	transition: background-color .2s ease, transform .18s ease;
	-webkit-appearance: none;
	appearance: none;
}
.nf-city .nf-formcard__body input[type="submit"]:hover { background: var(--nf-blue-600); transform: translateY(-2px); }
.nf-city .nf-formcard__body input[type="submit"]:disabled { opacity: .6; cursor: not-allowed; transform: none; }

.nf-city .nf-formcard .nf-form__consent {
	margin: 12px 0 0;
	font-size: 11.5px;
	line-height: 1.55;
	color: var(--nf-muted);
}

.nf-city .nf-formcard__body .wpcf7-not-valid-tip {
	margin-top: 5px;
	font-size: 11.5px;
	font-weight: 500;
	color: var(--nf-error);
	text-transform: none;
	letter-spacing: 0;
}
.nf-city .nf-formcard__body .wpcf7-not-valid { border-color: var(--nf-error); }
/* Extra specificity: the site's global CSS forces white text on the invalid state. */
.nf-city .nf-formcard__body form .wpcf7-response-output {
	margin: 14px 0 0 !important;
	padding: 11px 14px !important;
	border-width: 1px !important;
	border-radius: 10px;
	font-size: 13px;
	line-height: 1.5;
	color: var(--nf-deep);
	background: var(--nf-tint);
	border-color: var(--nf-line) !important;
}
.nf-city .nf-formcard__body form.invalid .wpcf7-response-output,
.nf-city .nf-formcard__body form.unaccepted .wpcf7-response-output,
.nf-city .nf-formcard__body form.payment-required .wpcf7-response-output,
.nf-city .nf-formcard__body form.failed .wpcf7-response-output,
.nf-city .nf-formcard__body form.aborted .wpcf7-response-output {
	color: #8A3A28;
	background: #FDF1EE;
	border-color: #F0CFC7 !important;
}
.nf-city .nf-formcard__body form.sent .wpcf7-response-output {
	color: #1C6647;
	background: #EDF8F2;
	border-color: #BCE2CE !important;
}
.nf-city .nf-formcard__body .wpcf7-spinner { margin: 10px auto 0; display: block; }

/* ----------------------------------------------------------------- stats */
.nf-city .nf-stats { margin-top: -52px; position: relative; z-index: 2; }
.nf-city .nf-stats__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	background: #fff;
	border: 1px solid var(--nf-line);
	border-radius: var(--nf-radius-lg);
	box-shadow: var(--nf-shadow);
	overflow: hidden;
}
.nf-city .nf-stat {
	padding: 22px 20px;
	border-right: 1px solid var(--nf-line);
	text-align: center;
}
.nf-city .nf-stat:last-child { border-right: 0; }
.nf-city .nf-stat strong {
	display: block;
	font-size: 17px;
	font-weight: 700;
	color: var(--nf-deep);
}
.nf-city .nf-stat span { display: block; font-size: 13px; line-height: 1.5; color: var(--nf-muted); margin-top: 4px; }

/* ------------------------------------------------------------- jump nav */
.nf-city .nf-jump {
	position: sticky;
	top: 0;
	z-index: 20;
	margin-top: 40px;
	background: rgba(255, 255, 255, .93);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-top: 1px solid var(--nf-line);
	border-bottom: 1px solid var(--nf-line);
}
.nf-city .nf-jump__inner { display: flex; align-items: center; gap: 20px; }
.nf-city .nf-jump__label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
	color: var(--nf-muted);
	flex: 0 0 auto;
}
.nf-city .nf-jump ul {
	display: flex;
	gap: 4px;
	overflow-x: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.nf-city .nf-jump ul::-webkit-scrollbar { display: none; }
.nf-city .nf-jump a {
	display: block;
	white-space: nowrap;
	padding: 14px 13px;
	font-size: 13.5px;
	font-weight: 500;
	color: var(--nf-deep);
	border-bottom: 2px solid transparent;
}
.nf-city .nf-jump a:hover,
.nf-city .nf-jump a.is-active { color: var(--nf-blue); border-bottom-color: var(--nf-blue); }

/* -------------------------------------------------------------- sections */
.nf-city .nf-sec { padding: 74px 0; scroll-margin-top: 72px; }
.nf-city .nf-sec--intro { padding-bottom: 52px; }
.nf-city .nf-sec--tint { background: var(--nf-tint); }
.nf-city .nf-sec--dark {
	background: linear-gradient(135deg, var(--nf-deep-900) 0%, var(--nf-deep) 55%, #12587F 100%);
	color: rgba(228, 241, 250, .84);
}

/* Dark section carrying a photograph behind the brand wash. */
.nf-city .nf-sec--photo {
	position: relative;
	isolation: isolate;
	background-color: var(--nf-deep-900);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.nf-city .nf-sec__veil {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(125deg, rgba(8, 44, 67, .975) 0%, rgba(11, 58, 88, .95) 48%, rgba(16, 96, 143, .88) 100%);
}

/* Figure inside a text column. */
.nf-city .nf-inline-media {
	margin: 26px 0 0;
	border-radius: var(--nf-radius-lg);
	overflow: hidden;
	box-shadow: var(--nf-shadow);
}
.nf-city .nf-inline-media img { width: 100%; aspect-ratio: 2 / 1; object-fit: cover; }

/* ---------------------------------------------------------------- gallery */
.nf-city .nf-gallery .nf-head { max-width: 700px; margin-bottom: 34px; }
.nf-city .nf-gallery__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}
.nf-city .nf-gallery__item {
	position: relative;
	margin: 0;
	border-radius: var(--nf-radius-lg);
	overflow: hidden;
	box-shadow: var(--nf-shadow);
	isolation: isolate;
}
.nf-city .nf-gallery__item img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform .5s cubic-bezier(.2, .7, .3, 1);
}
.nf-city .nf-gallery__item:hover img { transform: scale(1.05); }
.nf-city .nf-gallery__item figcaption {
	position: absolute;
	inset: auto 0 0 0;
	padding: 44px 20px 18px;
	background: linear-gradient(180deg, rgba(8, 44, 67, 0) 0%, rgba(8, 44, 67, .82) 55%, rgba(6, 34, 52, .95) 100%);
	color: #fff;
}
.nf-city .nf-gallery__item figcaption strong {
	display: block;
	font-size: 15.5px;
	font-weight: 700;
	line-height: 1.35;
}
.nf-city .nf-gallery__item figcaption span {
	display: block;
	margin-top: 4px;
	font-size: 13px;
	line-height: 1.5;
	color: rgba(226, 240, 249, .85);
}

.nf-city .nf-intro { max-width: 860px; }
.nf-city .nf-intro .nf-h2 { margin-bottom: 18px; }
.nf-city .nf-intro .nf-prose p { font-size: 16px; }

/* ------------------------------------------------------------ split rows */
.nf-city .nf-split {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 56px;
	align-items: center;
}
.nf-city .nf-split--reverse .nf-split__copy { order: -1; }

.nf-city .nf-split__media { position: relative; }
.nf-city .nf-split__media img {
	position: relative;
	width: 100%;
	border-radius: var(--nf-radius-lg);
	box-shadow: var(--nf-shadow);
}
.nf-city .nf-shape {
	position: absolute;
	width: 60%;
	height: 60%;
	left: -22px;
	bottom: -22px;
	border-radius: var(--nf-radius-lg);
	background: linear-gradient(135deg, rgba(19, 125, 190, .15), rgba(19, 125, 190, 0));
	border-left: 3px solid var(--nf-blue);
	border-bottom: 3px solid var(--nf-blue);
}
.nf-city .nf-shape--alt {
	left: auto; bottom: auto;
	right: -22px; top: -22px;
	border-left: 0; border-bottom: 0;
	border-right: 3px solid var(--nf-blue);
	border-top: 3px solid var(--nf-blue);
}

.nf-city .nf-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.nf-city .nf-chips li {
	padding: 8px 14px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid var(--nf-line);
	font-size: 13.5px;
	color: var(--nf-deep);
	line-height: 1.4;
}
.nf-city .nf-sec:not(.nf-sec--tint) .nf-chips li { background: var(--nf-tint); }

/* ----------------------------------------------------------- card layout */
.nf-city .nf-cols { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); gap: 24px; align-items: start; }

.nf-city .nf-card {
	background: #fff;
	border: 1px solid var(--nf-line);
	border-radius: var(--nf-radius-lg);
	padding: 32px;
	box-shadow: var(--nf-shadow);
}
.nf-city .nf-card p { color: var(--nf-body); }

.nf-city .nf-card--dark {
	background: linear-gradient(150deg, var(--nf-deep) 0%, #124F76 60%, var(--nf-blue) 160%);
	border-color: transparent;
	color: rgba(230, 243, 251, .86);
}
.nf-city .nf-card--dark .nf-h3 { color: #fff; }
.nf-city .nf-card--dark p { color: rgba(230, 243, 251, .85); }
.nf-city .nf-card--dark .nf-btn { margin-top: 20px; }

.nf-city .nf-checklist {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 22px;
	margin-top: 20px;
}
/* Sub-heading block inside a text column. */
.nf-city .nf-subblock {
	margin-top: 26px;
	padding: 22px 24px;
	border-left: 3px solid var(--nf-blue);
	border-radius: 0 var(--nf-radius) var(--nf-radius) 0;
	background: var(--nf-tint);
}
.nf-city .nf-sec--tint .nf-subblock { background: #fff; }
.nf-city .nf-subblock .nf-h3 { margin-bottom: 8px; }
.nf-city .nf-subblock p { font-size: 15px; }

.nf-city .nf-checklist--tight { margin-top: 20px; grid-template-columns: 1fr; gap: 10px; }
.nf-city .nf-checklist--tight li { font-weight: 500; }

/* Single column when the items are full sentences rather than short labels. */
.nf-city .nf-checklist--stacked { grid-template-columns: 1fr; gap: 13px; }
.nf-city .nf-checklist--stacked li { font-weight: 400; color: var(--nf-body); }
.nf-city .nf-checklist--stacked li strong { color: var(--nf-deep); font-weight: 600; }
.nf-city .nf-checklist li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14.5px;
	line-height: 1.5;
	color: var(--nf-deep);
	font-weight: 500;
}
.nf-city .nf-checklist .nf-ico {
	width: 20px; height: 20px;
	padding: 3px;
	border-radius: 50%;
	background: rgba(19, 125, 190, .12);
	color: var(--nf-blue);
	stroke-width: 2.8;
	margin-top: 2px;
}

/* ----------------------------------------------------------------- steps */
.nf-city .nf-steps {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}
.nf-city .nf-step {
	position: relative;
	padding: 26px 20px 24px;
	border-radius: var(--nf-radius);
	background: rgba(255, 255, 255, .06);
	border: 1px solid rgba(255, 255, 255, .14);
	transition: background-color .25s ease, transform .25s ease, border-color .25s ease;
}
.nf-city .nf-step:hover { background: rgba(255, 255, 255, .11); border-color: rgba(159, 213, 245, .45); transform: translateY(-4px); }
.nf-city .nf-step__num {
	display: inline-grid;
	place-items: center;
	width: 40px; height: 40px;
	margin-bottom: 14px;
	border-radius: 11px;
	background: rgba(159, 213, 245, .16);
	color: #9FD5F5;
	font-size: 14.5px;
	font-weight: 700;
	letter-spacing: .04em;
}
.nf-city .nf-step__title { color: #fff; font-size: 16.5px; margin-bottom: 7px; }
.nf-city .nf-step p { font-size: 13.8px; line-height: 1.6; color: rgba(222, 238, 248, .78); }

/* --------------------------------------------------------- factors panel */
.nf-city .nf-split__panel {
	padding: 30px;
	border-radius: var(--nf-radius-lg);
	background: var(--nf-tint);
	border: 1px solid var(--nf-line);
}
.nf-city .nf-panel__intro { font-weight: 600; color: var(--nf-deep); margin-bottom: 16px; font-size: 15px; }
.nf-city .nf-factors { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 20px; }
.nf-city .nf-factors li {
	position: relative;
	padding-left: 18px;
	font-size: 14.5px;
	line-height: 1.5;
	color: var(--nf-deep);
}
.nf-city .nf-factors li::before {
	content: "";
	position: absolute;
	left: 0; top: 9px;
	width: 8px; height: 2px;
	background: var(--nf-blue);
	border-radius: 2px;
}
.nf-city .nf-panel__note {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	margin: 20px 0 0;
	padding-top: 16px;
	border-top: 1px solid var(--nf-line);
	font-size: 14.5px;
	font-weight: 600;
	color: var(--nf-deep);
}
.nf-city .nf-panel__note .nf-ico { color: var(--nf-blue); stroke-width: 2.8; margin-top: 3px; }

/* ---------------------------------------------------------- honest block */
.nf-city .nf-honest { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr); gap: 44px; align-items: center; }
.nf-city .nf-alert {
	display: flex;
	gap: 14px;
	padding: 24px 26px;
	border-radius: var(--nf-radius);
	background: #FFF8EC;
	border: 1px solid #F1DFBC;
}
.nf-city .nf-alert__ico {
	display: grid; place-items: center;
	width: 38px; height: 38px;
	flex: 0 0 auto;
	border-radius: 11px;
	background: rgba(180, 130, 20, .13);
	color: #9A6C11;
}
.nf-city .nf-alert p { font-size: 14.5px; line-height: 1.6; color: #6B5417; margin: 0; font-weight: 500; }

/* -------------------------------------------------------------- features */
.nf-city .nf-features { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.nf-city .nf-feature {
	padding: 28px 22px;
	background: #fff;
	border: 1px solid var(--nf-line);
	border-radius: var(--nf-radius-lg);
	box-shadow: 0 12px 30px -24px rgba(13, 68, 102, .5);
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.nf-city .nf-feature:hover {
	transform: translateY(-5px);
	box-shadow: var(--nf-shadow);
	border-color: rgba(19, 125, 190, .35);
}
.nf-city .nf-feature__ico {
	display: grid; place-items: center;
	width: 46px; height: 46px;
	margin-bottom: 15px;
	border-radius: 13px;
	background: linear-gradient(140deg, rgba(19, 125, 190, .14), rgba(19, 125, 190, .04));
	color: var(--nf-blue);
}
.nf-city .nf-feature__ico .nf-ico { width: 21px; height: 21px; }
.nf-city .nf-feature h4 { font-size: 16.5px; margin-bottom: 7px; color: var(--nf-deep); }
.nf-city .nf-feature p { font-size: 14px; line-height: 1.6; margin: 0; }

.nf-city .nf-why-cards { margin-top: 60px; }

/* -------------------------------------------------------- service cards */
.nf-city .nf-servicegrid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}
.nf-city .nf-servicecard {
	display: flex;
	flex-direction: column;
	padding: 30px 26px 26px;
	background: #fff;
	border: 1px solid var(--nf-line);
	border-radius: var(--nf-radius-lg);
	box-shadow: 0 12px 30px -24px rgba(13, 68, 102, .5);
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.nf-city .nf-servicecard:hover {
	transform: translateY(-5px);
	box-shadow: var(--nf-shadow);
	border-color: rgba(19, 125, 190, .35);
}
.nf-city .nf-servicecard h3 { font-size: 17.5px; margin-bottom: 8px; }
.nf-city .nf-servicecard h3 a { color: var(--nf-deep); }
.nf-city .nf-servicecard h3 a:hover { color: var(--nf-blue); }
.nf-city .nf-servicecard > p { font-size: 14px; line-height: 1.65; margin-bottom: 16px; }
.nf-city .nf-servicecard__points { display: grid; gap: 8px; margin-bottom: 20px; }
.nf-city .nf-servicecard__points li {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	font-size: 13.5px;
	line-height: 1.5;
	color: var(--nf-deep);
}
.nf-city .nf-servicecard__points .nf-ico {
	width: 17px; height: 17px;
	color: var(--nf-blue);
	stroke-width: 3;
	margin-top: 2px;
}
.nf-city .nf-textlink {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: auto;
	padding-top: 14px;
	border-top: 1px solid var(--nf-line);
	font-size: 14px;
	font-weight: 600;
	color: var(--nf-blue-600);
}
.nf-city .nf-textlink .nf-ico { width: 15px; height: 15px; transition: transform .2s ease; }
.nf-city .nf-textlink:hover .nf-ico { transform: translateX(3px); }

/* ------------------------------------------------------------ city grid */
.nf-city .nf-citygrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.nf-city .nf-citycard {
	display: flex;
	align-items: center;
	gap: 13px;
	padding: 16px 18px;
	border-radius: var(--nf-radius);
	background: var(--nf-tint);
	border: 1px solid var(--nf-line);
	color: var(--nf-deep);
	transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}
.nf-city .nf-citycard:hover {
	background: #fff;
	border-color: rgba(19, 125, 190, .4);
	transform: translateY(-3px);
	color: var(--nf-deep);
}
.nf-city .nf-citycard > .nf-ico { margin-left: auto; color: var(--nf-blue); width: 16px; height: 16px; }
.nf-city .nf-citycard__ico {
	display: grid; place-items: center;
	width: 36px; height: 36px;
	flex: 0 0 auto;
	border-radius: 10px;
	background: rgba(19, 125, 190, .1);
	color: var(--nf-blue);
}
.nf-city .nf-citycard strong { display: block; font-size: 14.5px; font-weight: 600; }
.nf-city .nf-citycard em { display: block; font-style: normal; font-size: 12px; color: var(--nf-muted); margin-top: 1px; }

/* Compact hero for pages that lead with copy rather than a form. */
.nf-city .nf-hero--compact { padding: 52px 0 84px; }
.nf-city .nf-hero__inner--single { grid-template-columns: minmax(0, 760px); }
.nf-city .nf-hero__inner--single .nf-hero__title { max-width: 20ch; }

/* ------------------------------------------------------------- CTA band */
.nf-city .nf-band { padding: 0 0 74px; }
.nf-city .nf-band__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) auto;
	gap: 36px;
	align-items: center;
	padding: 44px 48px;
	border-radius: var(--nf-radius-lg);
	background: linear-gradient(120deg, var(--nf-deep) 0%, #10608F 60%, var(--nf-blue) 130%);
	box-shadow: var(--nf-shadow-lg);
	color: rgba(230, 243, 251, .86);
}
.nf-city .nf-band .nf-h2 { color: #fff; }
.nf-city .nf-band p { color: rgba(228, 241, 250, .85); font-size: 15.5px; }
.nf-city .nf-band__actions { display: flex; flex-direction: column; gap: 12px; }

/* --------------------------------------------------------------- related */
.nf-city .nf-sec--slim { padding: 46px 0; }
.nf-city .nf-related {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 24px;
	padding-top: 30px;
	border-top: 1px solid var(--nf-line);
}
.nf-city .nf-related__title {
	margin: 0;
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
	color: var(--nf-muted);
	flex: 0 0 auto;
}
.nf-city .nf-related + .nf-related { margin-top: 18px; padding-top: 18px; }
.nf-city .nf-related__links { display: flex; flex-wrap: wrap; gap: 8px; }
.nf-city .nf-related__links a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 15px;
	border-radius: 999px;
	background: var(--nf-tint);
	border: 1px solid var(--nf-line);
	font-size: 13.5px;
	font-weight: 500;
	color: var(--nf-deep);
	transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}
.nf-city .nf-related__links a .nf-ico { width: 13px; height: 13px; opacity: .55; }
.nf-city .nf-related__links a:hover {
	background: rgba(19, 125, 190, .09);
	border-color: rgba(19, 125, 190, .4);
	color: var(--nf-blue);
}

/* ------------------------------------------------------------------ FAQs */
.nf-city .nf-faqwrap { max-width: 860px; }
.nf-city .nf-faqwrap .nf-head { margin-left: auto; margin-right: auto; text-align: center; }
.nf-city .nf-faqwrap .nf-head .nf-eyebrow { justify-content: center; }

.nf-city .nf-faqs { display: grid; gap: 10px; }
.nf-city .nf-faq {
	background: #fff;
	border: 1px solid var(--nf-line);
	border-radius: var(--nf-radius);
	box-shadow: 0 10px 26px -24px rgba(13, 68, 102, .6);
	overflow: hidden;
	transition: border-color .2s ease, box-shadow .2s ease;
}
.nf-city .nf-faq[open] { border-color: rgba(19, 125, 190, .4); box-shadow: var(--nf-shadow); }
.nf-city .nf-faq summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 17px 22px;
	cursor: pointer;
	list-style: none;
	color: var(--nf-deep);
	font-weight: 600;
	font-size: 15.5px;
	line-height: 1.5;
}
.nf-city .nf-faq summary::-webkit-details-marker { display: none; }
.nf-city .nf-faq summary:focus-visible { outline: 2px solid var(--nf-blue); outline-offset: -4px; }
.nf-city .nf-faq__mark {
	position: relative;
	flex: 0 0 auto;
	width: 27px; height: 27px;
	border-radius: 50%;
	background: rgba(19, 125, 190, .1);
	transition: background-color .2s ease;
}
.nf-city .nf-faq__mark::before,
.nf-city .nf-faq__mark::after {
	content: "";
	position: absolute;
	left: 50%; top: 50%;
	width: 11px; height: 2px;
	background: var(--nf-blue);
	border-radius: 2px;
	transform: translate(-50%, -50%);
	transition: transform .25s ease, opacity .2s ease;
}
.nf-city .nf-faq__mark::after { transform: translate(-50%, -50%) rotate(90deg); }
.nf-city .nf-faq[open] .nf-faq__mark { background: var(--nf-blue); }
.nf-city .nf-faq[open] .nf-faq__mark::before,
.nf-city .nf-faq[open] .nf-faq__mark::after { background: #fff; }
.nf-city .nf-faq[open] .nf-faq__mark::after { opacity: 0; transform: translate(-50%, -50%) rotate(0deg); }
.nf-city .nf-faq__a { padding: 0 22px 20px; }
.nf-city .nf-faq__a p {
	margin: 0;
	padding-top: 14px;
	border-top: 1px solid var(--nf-line);
	font-size: 14.5px;
	line-height: 1.72;
}

/* ------------------------------------------------------------- final CTA */
.nf-city .nf-final {
	position: relative;
	padding: 78px 0 84px;
	background: linear-gradient(135deg, var(--nf-deep-900) 0%, var(--nf-deep) 50%, #10608F 100%);
	color: rgba(228, 241, 250, .85);
	scroll-margin-top: 72px;
}
.nf-city .nf-final .nf-h2 { color: #fff; }
.nf-city .nf-final__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
	gap: 54px;
	align-items: center;
}
.nf-city .nf-final p { font-size: 15.5px; color: rgba(228, 241, 250, .85); }
.nf-city .nf-final__form .nf-formcard { box-shadow: 0 34px 70px -28px rgba(0, 0, 0, .75); }

.nf-city .nf-contacts { display: grid; gap: 10px; margin-top: 26px; }
.nf-city .nf-contact {
	display: flex;
	align-items: center;
	gap: 13px;
	padding: 14px 17px;
	border-radius: var(--nf-radius);
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .16);
	color: #fff;
	transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}
.nf-city .nf-contact:hover { background: rgba(255, 255, 255, .14); border-color: rgba(159, 213, 245, .5); transform: translateY(-2px); color: #fff; }
.nf-city .nf-contact__ico {
	display: grid; place-items: center;
	width: 38px; height: 38px;
	flex: 0 0 auto;
	border-radius: 11px;
	background: rgba(159, 213, 245, .18);
	color: #9FD5F5;
}
.nf-city .nf-contact em { display: block; font-style: normal; font-size: 11.5px; letter-spacing: .09em; text-transform: uppercase; color: rgba(192, 222, 240, .8); }
.nf-city .nf-contact strong { display: block; font-size: 14.5px; font-weight: 600; margin-top: 1px; word-break: break-word; }

/* ------------------------------------------------------ scroll reveal */
.nf-js .nf-city .nf-reveal { opacity: 0; transform: translateY(20px); }
.nf-js .nf-city .nf-reveal.is-in {
	opacity: 1;
	transform: none;
	transition: opacity .6s ease, transform .6s cubic-bezier(.2, .7, .3, 1);
}

@media (prefers-reduced-motion: reduce) {
	.nf-city *,
	.nf-city *::before,
	.nf-city *::after { transition: none !important; animation: none !important; }
	.nf-js .nf-city .nf-reveal { opacity: 1; transform: none; }
}

/* --------------------------------------------------------------- 1080px */
@media (max-width: 1080px) {
	.nf-city .nf-hero__inner { gap: 38px; }
	.nf-city .nf-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.nf-city .nf-features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.nf-city .nf-stats__grid { grid-template-columns: repeat(2, 1fr); }
	.nf-city .nf-stat:nth-child(2) { border-right: 0; }
	.nf-city .nf-stat:nth-child(-n+2) { border-bottom: 1px solid var(--nf-line); }
	.nf-city .nf-final__inner { gap: 38px; }
}

/* ---------------------------------------------------------------- 900px */
@media (max-width: 900px) {
	.nf-city .nf-hero { padding: 46px 0 84px; }
	.nf-city .nf-hero__inner { grid-template-columns: 1fr; gap: 36px; }
	.nf-city .nf-hero__title { max-width: none; }
	.nf-city .nf-hero__form { max-width: 560px; width: 100%; }

	.nf-city .nf-sec { padding: 56px 0; }
	.nf-city .nf-split,
	.nf-city .nf-honest,
	.nf-city .nf-final__inner { grid-template-columns: 1fr; gap: 34px; }
	.nf-city .nf-split--reverse .nf-split__copy { order: 0; }
	.nf-city .nf-split__media { max-width: 580px; }
	.nf-city .nf-cols { grid-template-columns: 1fr; }
	.nf-city .nf-band__inner { grid-template-columns: 1fr; padding: 34px 28px; }
	.nf-city .nf-band__actions { flex-direction: row; flex-wrap: wrap; }
	.nf-city .nf-why-cards { margin-top: 44px; }
	.nf-city .nf-final__form { max-width: 560px; width: 100%; }
	.nf-city .nf-gallery__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.nf-city .nf-servicegrid,
	.nf-city .nf-citygrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.nf-city .nf-gallery__item:only-child,
	.nf-city .nf-gallery__item:last-child:nth-child(odd) { grid-column: 1 / -1; }
	.nf-city .nf-gallery__item:last-child:nth-child(odd) img { aspect-ratio: 16 / 7; }
}

/* ---------------------------------------------------------------- 620px */
@media (max-width: 620px) {
	.nf-city .nf-wrap { padding: 0 16px; }
	.nf-city .nf-hero { padding: 36px 0 78px; background-position: center; }
	.nf-city .nf-actions { gap: 9px; }
	.nf-city .nf-actions .nf-btn { flex: 1 1 auto; }

	.nf-city .nf-formcard { padding: 20px 18px 18px; }
	.nf-city .nf-form__grid { grid-template-columns: 1fr; gap: 11px; }

	.nf-city .nf-stats { margin-top: -44px; }
	.nf-city .nf-stats__grid { grid-template-columns: 1fr; }
	.nf-city .nf-stat { border-right: 0; border-bottom: 1px solid var(--nf-line); }
	.nf-city .nf-stat:last-child { border-bottom: 0; }

	.nf-city .nf-jump__inner { gap: 10px; }
	.nf-city .nf-jump__label { display: none; }

	.nf-city .nf-sec { padding: 46px 0; }
	.nf-city .nf-card { padding: 24px 20px; }
	.nf-city .nf-split__panel { padding: 24px 20px; }
	.nf-city .nf-checklist,
	.nf-city .nf-factors { grid-template-columns: 1fr; }
	.nf-city .nf-steps { grid-template-columns: 1fr; }
	.nf-city .nf-features { grid-template-columns: 1fr; }
	.nf-city .nf-shape { display: none; }
	.nf-city .nf-alert { flex-direction: column; gap: 10px; }
	.nf-city .nf-band__inner { padding: 28px 20px; }
	.nf-city .nf-band__actions .nf-btn { width: 100%; }
	.nf-city .nf-faq summary { padding: 15px 16px; font-size: 14.5px; }
	.nf-city .nf-faq__a { padding: 0 16px 16px; }
	.nf-city .nf-final { padding: 56px 0 62px; }
	.nf-city .nf-gallery__grid { grid-template-columns: 1fr; gap: 14px; }
	.nf-city .nf-servicegrid,
	.nf-city .nf-citygrid { grid-template-columns: 1fr; }
	.nf-city .nf-servicecard { padding: 24px 20px 20px; }
	.nf-city .nf-gallery__item:last-child:nth-child(odd) img { aspect-ratio: 4 / 3; }
}

/* ==========================================================================
   Site footer — replaces the Elementor footer (which shipped ~39KB of inline
   CSS per request). Self-contained: does not depend on the .nf-city scope.
   ========================================================================== */

.nf-footer {
	--nf-blue: #137DBE;
	--nf-blue-300: #7CC4EC;
	--nf-deep-900: #082C43;
	--nf-font: "Roboto", "Segoe UI", system-ui, -apple-system, Arial, sans-serif;

	background: linear-gradient(160deg, #0B3A58 0%, var(--nf-deep-900) 100%);
	color: rgba(214, 231, 243, .82);
	font-family: var(--nf-font);
	font-size: 14px;
	line-height: 1.65;
}

.nf-footer *,
.nf-footer *::before,
.nf-footer *::after { box-sizing: border-box; }

.nf-footer__inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 54px 24px 40px;
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr 1fr 1.3fr;
	gap: 40px 32px;
}

.nf-footer a { color: rgba(214, 231, 243, .82); text-decoration: none; transition: color .18s ease; }
.nf-footer a:hover { color: #fff; }

.nf-footer ul { list-style: none; margin: 0; padding: 0; }
.nf-footer p { margin: 0 0 14px; }
.nf-footer p:last-child { margin-bottom: 0; }

/* brand ------------------------------------------------------------------ */
.nf-footer__logo {
	display: inline-block;
	margin-bottom: 16px;
	/* The logo artwork is dark, so it needs a light plate on the dark footer. */
	background: #fff;
	padding: 10px 14px;
	border-radius: 10px;
}
.nf-footer__logo img { display: block; width: 150px; height: auto; }
.nf-footer__brand p { font-size: 13.5px; line-height: 1.7; max-width: 34ch; color: rgba(206, 226, 240, .74); }

.nf-footer__social { display: flex; gap: 9px; margin-top: 18px; }
.nf-footer__social a {
	display: grid;
	place-items: center;
	width: 34px; height: 34px;
	border-radius: 9px;
	border: 1px solid rgba(255, 255, 255, .18);
	color: rgba(214, 231, 243, .85);
	transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}
.nf-footer__social a:hover { background: rgba(255, 255, 255, .1); border-color: var(--nf-blue-300); color: #fff; }
.nf-footer__social svg { width: 17px; height: 17px; }

/* columns ---------------------------------------------------------------- */
.nf-footer__coltitle {
	display: block;
	margin: 0 0 14px;
	font-family: var(--nf-font);
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.4;
}
.nf-footer__col li { margin-bottom: 8px; }
.nf-footer__col li:last-child { margin-bottom: 0; }
.nf-footer__col a { font-size: 13.5px; }

.nf-footer__contact li a { display: inline-flex; align-items: center; gap: 9px; }
.nf-footer__contact .nf-ico { width: 15px; height: 15px; color: var(--nf-blue-300); flex: 0 0 auto; }
.nf-footer__addr {
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, .12);
	font-size: 12.5px;
	line-height: 1.6;
	color: rgba(206, 226, 240, .66);
}
.nf-footer__addr strong { display: inline-block; min-width: 52px; color: rgba(224, 239, 249, .9); font-weight: 600; }

/* bottom bar ------------------------------------------------------------- */
.nf-footer__bar {
	border-top: 1px solid rgba(255, 255, 255, .1);
	max-width: 1180px;
	margin: 0 auto;
	padding: 18px 24px 26px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 8px 24px;
	font-size: 12.5px;
	color: rgba(200, 221, 237, .6);
}
.nf-footer__bar p { margin: 0; }
.nf-footer__note { font-style: italic; }

@media (max-width: 1000px) {
	.nf-footer__inner { grid-template-columns: 1fr 1fr 1fr; }
	.nf-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
	.nf-footer__inner { grid-template-columns: 1fr 1fr; gap: 30px 20px; padding: 40px 18px 30px; }
	.nf-footer__brand,
	.nf-footer__contact { grid-column: 1 / -1; }
	.nf-footer__bar { padding: 16px 18px 24px; justify-content: flex-start; }
}

/* The FAQ block appended to pages that are not built on our templates. */
.nf-faqblock { display: block; }
.nf-faqblock .nf-sec { padding-top: 64px; padding-bottom: 64px; }

/* ==========================================================================
   Sticky call / WhatsApp rail
   Desktop: pinned to the right edge. Mobile: a bottom bar within thumb reach.
   ========================================================================== */

.nf-stickycta {
	position: fixed;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 900;
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-family: "Roboto", "Segoe UI", system-ui, -apple-system, Arial, sans-serif;
}

.nf-stickycta__btn {
	display: flex;
	align-items: center;
	gap: 0;
	height: 50px;
	padding: 0 15px;
	border-radius: 999px;
	color: #fff;
	text-decoration: none;
	font-size: 14.5px;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
	box-shadow: 0 10px 26px -8px rgba(4, 26, 40, .5);
	transition: gap .25s ease, padding .25s ease, transform .2s ease, box-shadow .2s ease;
}
.nf-stickycta__btn:hover,
.nf-stickycta__btn:focus-visible {
	gap: 10px;
	transform: translateX(-3px);
	box-shadow: 0 14px 30px -8px rgba(4, 26, 40, .6);
	color: #fff;
}
.nf-stickycta__btn svg { width: 20px; height: 20px; flex: 0 0 auto; }

.nf-stickycta__btn--call { background: #137DBE; }
.nf-stickycta__btn--call:hover { background: #0F6BA4; }
.nf-stickycta__btn--wa { background: #25A567; }
.nf-stickycta__btn--wa:hover { background: #1F8F58; }

/* The label stays collapsed until hover, so the rail is a pair of neat circles. */
.nf-stickycta__label {
	max-width: 0;
	overflow: hidden;
	opacity: 0;
	transition: max-width .25s ease, opacity .2s ease;
}
.nf-stickycta__btn:hover .nf-stickycta__label,
.nf-stickycta__btn:focus-visible .nf-stickycta__label {
	max-width: 110px;
	opacity: 1;
}

@media (max-width: 820px) {
	.nf-stickycta {
		right: 0;
		left: 0;
		top: auto;
		bottom: 0;
		transform: none;
		flex-direction: row;
		gap: 0;
		padding: 0;
		box-shadow: 0 -6px 24px -10px rgba(4, 26, 40, .45);
	}
	.nf-stickycta__btn {
		flex: 1 1 50%;
		justify-content: center;
		gap: 9px;
		height: 54px;
		border-radius: 0;
		box-shadow: none;
		font-size: 15px;
	}
	.nf-stickycta__btn:hover { transform: none; box-shadow: none; }
	.nf-stickycta__label { max-width: none; opacity: 1; overflow: visible; }

	/* Keep the bar from covering the last line of the footer. */
	body { padding-bottom: 54px; }
}

@media (prefers-reduced-motion: reduce) {
	.nf-stickycta__btn,
	.nf-stickycta__label { transition: none; }
}
