/* Feedback page + home testimonials teaser */

.nbl-site--feedback {
	background: #0a0a0a;
	color: #fff;
}

.nbl-main--feedback {
	background: #0a0a0a !important;
	color: #fff;
}

body.nbl-feedback-page .mcb-section.nbl-be-fb-hero {
	background: #0a0a0a !important;
}

body.nbl-feedback-page .mcb-section.nbl-be-fb-body {
	background: #0a0a0a !important;
}

.nbl-fb-wrap {
	width: min(100% - 48px, 720px);
	margin-inline: auto;
}

/* Kill BeTheme column padding so hero band matches design height */
body.nbl-feedback-page .mcb-section.nbl-be-fb-hero,
body.nbl-feedback-page .mcb-section.nbl-be-fb-hero .mcb-section-inner,
body.nbl-feedback-page .mcb-section.nbl-be-fb-hero .mcb-wrap,
body.nbl-feedback-page .mcb-section.nbl-be-fb-hero .mcb-wrap-inner,
body.nbl-feedback-page .mcb-section.nbl-be-fb-hero .column,
body.nbl-feedback-page .mcb-section.nbl-be-fb-hero .mcb-column,
body.nbl-feedback-page .mcb-section.nbl-be-fb-hero .mcb-column-inner,
body.nbl-feedback-page .mcb-section.nbl-be-fb-hero .column_attr,
body.nbl-feedback-page .mcb-section.nbl-be-fb-body,
body.nbl-feedback-page .mcb-section.nbl-be-fb-body .mcb-section-inner,
body.nbl-feedback-page .mcb-section.nbl-be-fb-body .mcb-wrap,
body.nbl-feedback-page .mcb-section.nbl-be-fb-body .mcb-wrap-inner,
body.nbl-feedback-page .mcb-section.nbl-be-fb-body .column,
body.nbl-feedback-page .mcb-section.nbl-be-fb-body .mcb-column,
body.nbl-feedback-page .mcb-section.nbl-be-fb-body .mcb-column-inner,
body.nbl-feedback-page .mcb-section.nbl-be-fb-body .column_attr {
	padding: 0 !important;
	margin: 0 !important;
	max-width: none !important;
}

/* Full black feedback page */
.nbl-fb-hero {
	padding: 18px 0 14px;
	text-align: center;
	background: #0a0a0a;
}

body.nbl-feedback-page .nbl-fb-hero,
body.nbl-be-builder .nbl-fb-hero {
	background: #0a0a0a !important;
}

body.nbl-feedback-page .mcb-section:has(.nbl-fb-hero),
body.nbl-feedback-page .mcb-section:has(.nbl-fb-hero) .mcb-section-inner,
body.nbl-feedback-page .mcb-section:has(.nbl-fb-hero) .column_attr {
	background: #0a0a0a !important;
}

.nbl-fb-eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin: 0 0 12px;
	color: #ff2d87;
	font-family: var(--nbl-sans, "Montserrat", Helvetica, Arial, sans-serif);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.nbl-fb-eyebrow__line {
	display: inline-block;
	width: 28px;
	height: 1px;
	background: #ff2d87;
	flex: 0 0 auto;
}

.nbl-fb-title {
	margin: 0 0 10px;
	font-family: var(--nbl-serif, "Playfair Display", Georgia, serif);
	font-size: clamp(1.55rem, 3.6vw, 2.35rem);
	font-weight: 500;
	line-height: 1.2;
	color: #fff;
}

/* Flow pages: FEEDBACK + Leave a compliment / Share a suggestion / Share a concern */
.nbl-fb-hero--flow {
	padding: 40px 0 8px;
}

.nbl-fb-hero--flow .nbl-fb-title {
	margin: 0;
	font-size: clamp(1.85rem, 4vw, 2.6rem);
	font-weight: 500;
}

.nbl-fb-body:has(.nbl-fb-back) {
	padding-top: 12px;
}

.nbl-fb-back {
	margin: 0 0 20px;
	text-align: left;
}

.nbl-fb-back a {
	color: #b69a5d !important;
	text-decoration: underline !important;
	text-underline-offset: 3px;
	font-family: var(--nbl-sans, "Montserrat", Helvetica, Arial, sans-serif);
	font-size: 14px;
	font-weight: 500;
}

.nbl-fb-lead {
	margin: 0 auto;
	max-width: 38ch;
	color: rgba(255, 255, 255, 0.88);
	font-family: var(--nbl-sans, "Montserrat", Helvetica, Arial, sans-serif);
	font-size: 14px;
	line-height: 1.6;
}

.nbl-fb-body {
	padding: 22px 0 72px;
	background: #0a0a0a;
}

body.nbl-feedback-page .nbl-fb-body,
body.nbl-be-builder .nbl-fb-body,
body.nbl-feedback-page .mcb-section:has(.nbl-main--feedback),
body.nbl-feedback-page .mcb-section:has(.nbl-fb-body),
body.nbl-feedback-page .mcb-section:has(.nbl-main--feedback) .mcb-section-inner,
body.nbl-feedback-page .mcb-section:has(.nbl-main--feedback) .column_attr {
	background: #0a0a0a !important;
}

.nbl-fb-notice {
	margin: 0 0 20px;
	padding: 12px 16px;
	border-radius: 10px;
	font-size: 14px;
}

.nbl-fb-notice--ok {
	border: 1px solid rgba(255, 45, 135, 0.4);
	background: rgba(255, 45, 135, 0.12);
}

.nbl-fb-notice--err {
	border: 1px solid rgba(255, 120, 120, 0.45);
	background: rgba(120, 20, 20, 0.35);
}

.nbl-fb-choices {
	display: grid;
	gap: 14px;
	margin: 0 0 48px;
}

.nbl-fb-choice,
body.nbl-feedback-page a.nbl-fb-choice {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 22px;
	border: 1px solid #b69a5d !important;
	border-radius: 12px;
	background: #000 !important;
	box-shadow: none !important;
	outline: none !important;
	color: #fff !important;
	text-decoration: none !important;
	transition: border-color 0.2s ease, background 0.2s ease;
}

.nbl-fb-choice:hover,
body.nbl-feedback-page a.nbl-fb-choice:hover {
	border-color: #c5a059 !important;
	background: #0a0a0a !important;
	color: #fff !important;
}

.nbl-fb-choice__label {
	font-family: var(--nbl-sans, "Montserrat", Helvetica, Arial, sans-serif);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
	color: #fff;
}

.nbl-fb-choice__arrow {
	color: #b69a5d !important;
	font-size: 18px;
	line-height: 1;
	flex: 0 0 auto;
}

.nbl-fb-wall__head {
	text-align: center;
	margin-bottom: 24px;
}

.nbl-fb-label {
	margin: 0 0 8px;
	color: #ff2d87;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.nbl-fb-wall__title {
	margin: 0;
	font-family: var(--nbl-serif, "Playfair Display", Georgia, serif);
	font-size: 1.7rem;
	color: #b69a5d;
}

.nbl-fb-wall__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.nbl-fb-quote {
	margin: 0;
	padding: 20px 18px;
	border: 1px solid rgba(182, 154, 93, 0.28);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.03);
}

.nbl-fb-quote__text {
	margin: 0 0 14px;
	font-size: 14px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.88);
}

.nbl-fb-quote__name {
	font-size: 13px;
	font-weight: 600;
	color: #b69a5d;
}

.nbl-fb-panel {
	padding: 28px 24px;
	border: 1px solid rgba(182, 154, 93, 0.35);
	border-radius: 16px;
	background: #000;
	text-align: center;
}

.nbl-fb-panel--compliment {
	border-color: rgba(255, 255, 255, 0.12);
}

.nbl-fb-panel__msg {
	margin: 0 0 18px;
	font-family: var(--nbl-sans, "Montserrat", Helvetica, Arial, sans-serif);
	font-size: 17px;
	line-height: 1.55;
	color: #fff;
}

.nbl-fb-panel__sub {
	margin: 0 0 16px;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.82);
}

.nbl-fb-stars {
	margin: 0 0 20px;
	font-size: 30px;
	letter-spacing: 0.14em;
	color: #c5a059;
}

.nbl-fb-rating-label {
	margin: 0 0 10px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.82);
	text-align: center;
}

.nbl-fb-rating {
	display: flex;
	justify-content: center;
	gap: 6px;
	margin: 0 0 20px;
	flex-direction: row-reverse;
}

.nbl-fb-rating__label {
	position: relative;
	cursor: pointer;
	line-height: 1;
}

.nbl-fb-rating__input {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
	margin: 0;
	clip: rect(0, 0, 0, 0);
}

.nbl-fb-rating__star {
	display: inline-block;
	font-size: 34px;
	letter-spacing: 0.04em;
	color: rgba(197, 160, 89, 0.28);
	transition: color 0.15s ease, transform 0.15s ease;
	user-select: none;
}

.nbl-fb-rating__label:hover .nbl-fb-rating__star,
.nbl-fb-rating__label:hover ~ .nbl-fb-rating__label .nbl-fb-rating__star,
.nbl-fb-rating__label:has(.nbl-fb-rating__input:checked) .nbl-fb-rating__star,
.nbl-fb-rating__label:has(.nbl-fb-rating__input:checked) ~ .nbl-fb-rating__label .nbl-fb-rating__star {
	color: #c5a059;
}

.nbl-fb-rating__label:hover .nbl-fb-rating__star {
	transform: scale(1.08);
}

.nbl-fb-rating__input:focus-visible + .nbl-fb-rating__star {
	outline: 2px solid #ff8ec4;
	outline-offset: 3px;
	border-radius: 4px;
}

.nbl-fb-google-wrap {
	margin: 0 0 8px;
	text-align: center;
}

.nbl-fb-google {
	display: inline-flex;
	margin-bottom: 8px;
	text-decoration: underline !important;
	text-underline-offset: 3px;
}

.nbl-fb-divider {
	margin: 28px 0;
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.nbl-fb-form {
	text-align: left;
	max-width: 640px;
	margin: 0 auto;
}

.nbl-fb-fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 16px;
}

.nbl-fb-fields .form-row-wide {
	grid-column: 1 / -1;
}

.nbl-fb-form .form-row {
	margin: 0 0 14px;
}

.nbl-fb-form label {
	display: block;
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #b69a5d;
}

.nbl-fb-form .required {
	color: #ff2d87;
}

.nbl-fb-form .input-text,
.nbl-fb-form textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid rgba(182, 154, 93, 0.35);
	border-radius: 8px;
	background: #0a0a0a;
	color: #fff;
	font-size: 14px;
	box-sizing: border-box;
}

.nbl-fb-check label {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	text-transform: none;
	letter-spacing: 0;
	font-size: 13px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.45;
}

.nbl-fb-check input {
	margin-top: 3px;
}

.nbl-fb-private {
	margin: 0 0 16px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.6);
}

/* Home testimonials teaser (simple) */
.nbl-home-feedback,
.nbl-home-feedback--simple {
	padding: 64px 0 72px;
	background: #0a0a0a;
}

.nbl-home-feedback__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin: 28px 0 22px;
}

.nbl-home-feedback__card {
	padding: 22px 20px;
	border: 1px solid rgba(182, 154, 93, 0.3);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.03);
}

.nbl-home-feedback__text {
	margin: 0 0 14px;
	font-size: 14px;
	font-style: italic;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.88);
}

.nbl-home-feedback__name {
	margin: 0;
	font-size: 13px;
	font-weight: 600;
	color: #b69a5d;
}

.nbl-home-feedback__link {
	display: inline-block;
	color: #ff2d87 !important;
	font-size: 14px;
	font-weight: 600;
	text-decoration: underline !important;
	text-underline-offset: 3px;
}

.nbl-home-feedback__link:hover {
	color: #ff7fbd !important;
}

.nbl-home-feedback__actions {
	text-align: center;
}

/* Client Reflections (Feedback page) */
.nbl-home-feedback.nbl-reflect,
.nbl-reflect {
	position: relative;
	isolation: isolate;
	padding: 72px 0 64px;
	background: #000;
	overflow: hidden;
}

.nbl-reflect__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background-color: #000;
	background-image: var(--nbl-reflect-bg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.nbl-reflect__bg::after {
	content: '';
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.48) 40%, rgba(0, 0, 0, 0.62) 100%),
		linear-gradient(90deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.22) 50%, rgba(0, 0, 0, 0.4) 100%);
}

.nbl-reflect__inner {
	position: relative;
	z-index: 1;
	width: min(100% - 40px, 1120px);
	margin-inline: auto;
}

.nbl-reflect__corner {
	position: absolute;
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0;
	font-family: var(--nbl-sans, Montserrat, sans-serif);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #c5a059;
	line-height: 1.25;
}

.nbl-reflect__corner--tr {
	top: 8px;
	right: 0;
	text-align: right;
}

.nbl-reflect__head {
	text-align: center;
	margin: 0 auto 36px;
	max-width: 820px;
	padding: 0 24px;
}

.nbl-reflect__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin: 0 0 16px;
	font-family: var(--nbl-sans, Montserrat, sans-serif);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: #c5a059;
}

.nbl-reflect__rule {
	display: inline-block;
	width: 42px;
	height: 1px;
	background: #c5a059;
}

.nbl-reflect__title {
	margin: 0 0 12px;
	font-family: var(--nbl-serif, "Playfair Display", Georgia, serif);
	font-size: clamp(1.85rem, 3.4vw, 2.65rem);
	font-weight: 500;
	line-height: 1.15;
	color: #fff;
}

.nbl-reflect__title-accent {
	color: #c5a059;
}

.nbl-reflect__script {
	margin: 0;
	font-family: var(--nbl-script, "Great Vibes", cursive);
	font-size: clamp(1.35rem, 2.3vw, 1.85rem);
	color: #c5a059;
	line-height: 1.3;
}

.nbl-reflect__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin: 0 0 34px;
}

.nbl-reflect-card {
	display: flex;
	flex-direction: column;
	padding: 22px 20px 20px;
	border: 1px solid #c5a059;
	border-radius: 14px;
	background: rgba(0, 0, 0, 0.55);
	min-height: 100%;
}

.nbl-reflect-card__stars {
	margin: 0 0 12px;
	font-size: 13px;
	letter-spacing: 0.12em;
	color: #c5a059;
	line-height: 1;
}

.nbl-reflect-card__stars .nbl-star.is-filled {
	color: #c5a059;
}

.nbl-reflect-card__stars .nbl-star.is-empty {
	color: rgba(197, 160, 89, 0.28);
}

.nbl-reflect-card__title {
	margin: 0 0 10px;
	font-family: var(--nbl-serif, "Playfair Display", Georgia, serif);
	font-size: clamp(1.05rem, 1.5vw, 1.25rem);
	font-weight: 600;
	line-height: 1.3;
	color: #fff;
}

.nbl-reflect-card__text {
	margin: 0 0 18px;
	font-family: var(--nbl-serif, "Playfair Display", Georgia, serif);
	font-style: italic;
	font-size: 13.5px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.9);
	flex: 1;
}

.nbl-reflect-card__meta {
	margin: 0 0 16px;
}

.nbl-reflect-card__rule {
	display: block;
	width: 100%;
	max-width: 120px;
	height: 1px;
	margin: 0 0 10px;
	background: #c5a059;
}

.nbl-reflect-card__name {
	margin: 0 0 12px;
	font-family: var(--nbl-serif, "Playfair Display", Georgia, serif);
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 0.02em;
	text-transform: none;
	color: rgba(255, 255, 255, 0.92);
}

.nbl-reflect-card__loc {
	margin: 0;
	font-family: var(--nbl-sans, Montserrat, sans-serif);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #c5a059;
}

.nbl-reflect-card__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	gap: 6px;
	width: 100%;
	min-height: 38px;
	padding: 8px 16px;
	border: 1px solid #c5a059;
	border-radius: 999px;
	background: transparent;
	color: #fff !important;
	font-family: var(--nbl-sans, Montserrat, sans-serif);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none !important;
	transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.nbl-reflect-card__cta:hover {
	background: rgba(197, 160, 89, 0.14);
	border-color: #e8d5a8;
	color: #e8d5a8 !important;
}

.nbl-reflect-card--more[hidden] {
	display: none !important;
}

.nbl-reflect__more {
	display: flex;
	justify-content: center;
	margin: 8px 0 28px;
}

.nbl-reflect__more-btn {
	appearance: none;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 12px 28px;
	border: 1px solid rgba(197, 160, 89, 0.75);
	border-radius: 999px;
	background: transparent;
	color: #e8d5a8 !important;
	font-family: var(--nbl-sans, Montserrat, sans-serif);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-decoration: none !important;
	transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.nbl-reflect__more-btn:hover,
.nbl-reflect__more-btn:focus-visible {
	background: rgba(197, 160, 89, 0.14);
	border-color: #e8d5a8;
	color: #fff;
	outline: none;
}

.nbl-reflect__footer {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 18px;
	align-items: center;
}

.nbl-reflect__rail {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin: 0;
	font-family: var(--nbl-sans, Montserrat, sans-serif);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #c5a059;
	line-height: 1.25;
}

.nbl-reflect__rail--left {
	text-align: left;
	justify-self: start;
}

.nbl-reflect__rail--right {
	text-align: right;
	justify-self: end;
}

.nbl-reflect__mark {
	display: inline-flex;
	align-items: center;
	gap: 14px;
}

.nbl-reflect__mark-rule {
	display: inline-block;
	width: 48px;
	height: 1px;
	background: #c5a059;
}

.nbl-reflect__lotus {
	width: 40px;
	height: auto;
	display: block;
}

body.nbl-home-page .mcb-section:has(.nbl-reflect),
body.nbl-home-page .mcb-wrap:has(.nbl-reflect),
body.nbl-home-page .column_attr:has(.nbl-reflect),
body.nbl-feedback-page .mcb-section:has(.nbl-reflect),
body.nbl-feedback-page .mcb-wrap:has(.nbl-reflect),
body.nbl-feedback-page .column_attr:has(.nbl-reflect),
.nbl-main--feedback .nbl-reflect {
	background: #000 !important;
}

.nbl-main--feedback .nbl-reflect {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

@media (max-width: 860px) {
	.nbl-fb-wall__grid,
	.nbl-home-feedback__grid,
	.nbl-fb-fields {
		grid-template-columns: 1fr;
	}

	.nbl-reflect__grid {
		grid-template-columns: 1fr;
	}

	.nbl-reflect__corner {
		display: none;
	}

	.nbl-reflect__footer {
		grid-template-columns: 1fr;
		gap: 16px;
		justify-items: center;
	}

	.nbl-reflect__rail--left,
	.nbl-reflect__rail--right {
		text-align: center;
		justify-self: center;
	}
}
