/* price-list-container.css */

/* ─────────────────────────────────────────────
   Global reset / base
   ─────────────────────────────────────────── */
html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow-x: hidden;
	box-sizing: border-box;
	
	overflow: visible;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

.links a {
	color: #000;
}

/* ─────────────────────────────────────────────
   HEADER + NAV + UTILITY STRIP
   ─────────────────────────────────────────── */
   
.sticky-header{
    position: sticky;
    width: 100%;
    z-index: 1000;
    top: 0;
    overflow: visible;
	background: var(--header-bg, #e9ecef);
}
.primary-header {
	
}

.primary-header .header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 10px 50px;
}

.brand-left,
.brand-right {
	flex: 0 0 auto;
}

.brand-img {
	width: auto;
	display: block;
}

.main-nav {
	flex: 1 1 auto;
	display: flex;
	justify-content: center;
	align-items: center;

}

/* Online users strip */
.user-count-bar {
	background: var(--top-bar-bg, #343a40);
	color: var(--top-bar-text, #fff);
	text-align: center;
	padding: 6px 10px;
	font-weight: 700;
}

/* Utilities row */
.filters-utility-wrap {
	    padding: 15px 0 15px 0;
}

.filters-utility-wrap .utility-top {
	display: flex;
	align-items: center;
	gap: 16px;
	justify-content: right !important;
}

/* Profile dropdown */
.profile-menu {
	position: relative;
}

.profile-btn {
	display: flex;
	align-items: center;
	gap: 8px;
	border: 0;
	cursor: pointer;
	padding: 4px 6px;
}

.profile-btn img {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	display: block;
}

.profile-links {
	position: absolute;
	top: 100%;
	right: 0;
	min-width: 220px;
	background: #fff;
	border: 1px solid #e6e6e6;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
	border-radius: 0px;
	padding: 8px 0;
	display: none;
	z-index: 1000;
}

.profile-menu.open .profile-links {
	display: block;
}

.profile-links a {
	display: block;
	padding: 10px 14px;
	color: #333;
	text-decoration: none;
	font-weight: 600;
}

.profile-links a:hover {
	background: #f5f7f9;
}



@media (max-width: 768px) {
	.primary-header .header-inner {
		flex-wrap: wrap;
	}

	.brand-left {
		order: 1;
		max-width: 70%;
	}
	
	.m-nav-toggle{
		order: 2;
	}

	.brand-right {
		order: 2;
	}

	.main-nav {
		order: 3;
		width: 100%;
		justify-content: center;
		border-top: 1px solid rgba(0, 0, 0, .05);
		padding-top: 6px;
		gap: 14px;
	}

	.filters-utility-wrap .utility-top {
		flex-direction: column;
		text-align: center;
		gap: 8px;
	}
}

/* ─────────────────────────────────────────────
   FLOOR PLAN SECTION
   ─────────────────────────────────────────── */
.floor-plan-section {
	margin-bottom: 0px;
	padding: 0px;
	position: relative;
}

.floor-plan-image-preview {
	margin: 0;
	position: relative;
	overflow: hidden;
}

.unit-overlay {
	position: absolute;
	z-index: 100;
	pointer-events: none;
	cursor: pointer;
}

.unit-label {
	position: absolute;
	background: #007bff;
	color: #fff;
	padding: 0.3% 0.5%;
	border-radius: 3px;
	font-weight: 700;
	z-index: 101;
	pointer-events: none;
	text-align: center;
	min-width: 30px;
	text-transform:uppercase;
	font-size: 0.6em;
	line-height: 1em;
	margin-left: 0.18%;
}

.unit-tooltip {
	position: absolute;
	min-width: 220px;
	max-width: 320px;
	background: #fff;
	color: #222;
	border-radius: 10px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, .18), 0 1.5px 6px rgba(0, 0, 0, .10);
	padding: 18px 20px 14px;
	font-family: 'Nunito', Arial, sans-serif;
	font-size: 1rem;
	pointer-events: none;
	z-index: 9999;
	display: none;
	opacity: 0;
	transition: opacity .15s;
	line-height: 1.5;

}

.unit-tooltip.visible {
	display: block;
	opacity: 1;
}

.unit-tooltip .tooltip-title {
	font-weight: 700;
	font-size: 1.1em;
	margin-bottom: 4px;
	color: #007bff;
}

.unit-tooltip .tooltip-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2px;
}

.unit-tooltip .tooltip-label {
	font-weight: 600;
	color: #555;
}

.unit-tooltip .tooltip-value {
	color: #222;
}

.plan-select-option {
	padding: 15px 35px;
}

.plan-select-btn,
.elev-select-btn{
	border-radius: 30px;
	padding: 15px 35px;
	border: none;
	background-color: #F9F7F7;
	font-weight: bold;
}




/* Legend */
.plan-legend {
	margin: 20px 0;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
}

.plan-legend-item {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
}

.plan-legend-color {
	width: 18px;
	height: 18px;
	border-radius: 3px;
	display: inline-block;
}

/* Floor selector header layout */
.fp-toolbar,
.plan-toolbar{
	display: flex;
	align-items: center!important;
	gap: 12px;
	flex-wrap: wrap;
	justify-content: center;
}

/* The helper line under the selector */
.fp-toolbar .fp-tip ,
.elev-hint,
.plan-hint{
	width: 100%;
	order: 2;
	/* ensure it sits below the selector row */
	margin: 5px 35px;
	font-size: 15px;
	color: #555664;
	text-align: center;
}

/* Drop-down menu: remove bullets/dots */
#fpSelectMenu,
#fpSelectMenu ul,
#fpSelectMenu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* (optional) keep a little vertical padding inside the menu */
#fpSelectMenu ul {
	padding: 8px 0;
}

/* Buttons inside the menu */
#fpSelectMenu li button {
	display: block;
	width: 100%;
	padding: 12px 16px;
	text-align: left;
	background: transparent;
	border: 0;
	cursor: pointer;
	font-weight: 700;
	color: #111;
}

#fpSelectMenu li button:hover {
	background: #f6f7f9;
}
#evSelectMenu{ z-index:10000; } /* make sure it can't hide behind content */

/* ─────────────────────────────────────────────
   PRICE LIST CONTAINER + TOGGLE
   ─────────────────────────────────────────── */
.price-list-container {
	width: 100%;
	min-height:700px;
	padding: 0 20px;
	margin-bottom:70px;
	box-sizing: border-box;
	/* background-color:#EDEDED; */
}

.view-toggle {
	display: flex;
	gap: 20px;
	margin: 60px 0 60px 0;
	justify-content: center;
	flex-wrap: wrap;
}

.toggle-btn {
	background: #fff;
	color: #333;
	border: 1px solid #ccc;
	padding: 8px 25px 8px 25px;
	cursor: pointer;
	border-radius: 30px;
	font-size: 15px;
}
.toggle-btn .fas{
    padding-right: 5px;
}
.toggle-btn:hover {
	background: #f0f0f0;
}

.toggle-btn.active {
	background: #607d8b;
	color: #fff;
	border-color: #607d8b;
}

.js-unit-link,
.info-btn{
	font-weight:bold
	
}


body .price-table .info-btn{
	background: transparent!important;
    color: black!important;
}

.price-table .price-th{
	min-width: 100px;
}
.td-status{
	text-transform:uppercase;
	font-weight:bold;
}
tr.row-status-reserved a.js-unit-link,
tr.row-status-sold a.js-unit-link,
tr.row-status-pending a.js-unit-link,
tr.row-status-reserved .list-info-btn,
tr.row-status-sold .list-info-btn,
tr.row-status-pending .list-info-btn { cursor: not-allowed; opacity:.7; }
.price-table tr.row-status-sold .info-btn:hover{
     color: black!important;
}
/* ─────────────────────────────────────────────
   CARD VIEW  (New uc-* structure)
   ─────────────────────────────────────────── */
.card-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	margin-bottom: 5%;
}

.unit-card {
	background: #fff;
	border: 1px solid #ece8d3;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	/* ensure overlay z-index isolates inside each card */
	isolation: isolate;
}

/* Head: unit + price */
.uc-head {
	background: #f6f7f8;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 10px 22px 10px;
	color: #000;
	
}

.uc-head .uc-unit {
	font-size: 22px;
	font-weight: 700;
}

.uc-head .uc-price {
	font-size: 22px;
}

/* Media (plan image) */
.uc-media {
	position: relative;
	padding: 0 22px;
}

.uc-media img {
	width: 100%;
	height: auto;
	display: block;
}

.uc-ribbon {
	position: absolute;
	right: 22px;
	bottom: 22px;
	background: rgba(0, 0, 0, .55);
	color: #fff;
	letter-spacing: .08em;
	font-weight: 800;
	padding: 6px 10px;
	border-radius: 8px;
	font-size: 14px;
}

/* Hide the small ribbon when the whole card is locked */
.unit-card.is-non-interactive .uc-media .uc-ribbon{
	display: none !important;
}

/* REMOVE the old partial image overlay on locked cards */
.unit-card.is-non-interactive .uc-media::after {
	/* previously added gradient; not needed with full-card overlay */
	content: none !important;
}

/* Full-card overlay (covers entire card when not available) */
.uc-status-overlay{
	position: absolute;
	inset: 0;
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(17, 24, 39, 0.56); /* subtle dark veil */
	border-radius: inherit;
	opacity: 0;
	visibility: hidden;
	transition: opacity .2s ease, visibility .2s ease;
	pointer-events: none; /* hidden by default */
}

/* Activate overlay for locked cards */
.unit-card.is-non-interactive .uc-status-overlay{
	opacity: 1;
	visibility: visible;
	pointer-events: all; /* block clicks underneath */
	cursor: not-allowed;
}

/* Centered white status text */
.uc-status-overlay .uc-status-text{
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .08em;
	text-align: center;
	line-height: 1;
    font-size:1.6em;
}

/* Meta block (line + stats) */
.uc-meta {
	background: #f6f7f8;
	padding: 20px 22px 0;
}

.uc-line {
	font-size: 17px;
	color: #444a55;
	margin-bottom: 8px;
	text-align: center;
}

.uc-stats {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	padding-bottom: 20px;
}

.uc-stats li {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #242a31;
	font-weight: 700;
}

.uc-stats img {
	height: 26px;
	width: auto;
	display: block;
}

/* CTA row */
.uc-cta {
	display: flex;
	gap: 16px;
	padding: 0 22px 22px;
	background-color: #F7F7F7;
}

.uc-cta .info-btn {
	flex: 1;
	background-color: #fff !important;
	border: 1px solid #e6e8ee;
	color: #0f172a;
	border-radius: 40px;
	padding: 5px 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.44px;
	font-size:15px;
}

.uc-cta .reserve-btn {
	flex: 1;
	border-radius: 40px;
	padding: 5px 20px;
	font-weight: 700;
	border: none;
	text-transform: uppercase;
	letter-spacing: 1.44px;
	font-size:15px;
}

.reserve-btn:disabled {
	background: #f0f3f5;
	cursor: not-allowed;
	color: #546a77;
}

.reserve-btn:hover {
	background: #d2dbe0;
	color: #546a77;
}

/* Dim/lock CTAs + shortlist when non-interactive */
.unit-card.is-non-interactive .reserve-btn,
.unit-card.is-non-interactive .info-btn{
	opacity: .55;
	cursor: not-allowed;
}

.unit-card.is-non-interactive .shortlist-foot{
	pointer-events: none;
	opacity: .7;
}

/* Shortlist footer (clickable across entire strip) */
.uc-foot,
.shortlist-foot {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 16px 22px;
	background: #dcdedf;
	border-top: 1px solid #ece8d3;
	cursor: pointer;
	user-select: none;
	color: #000;
	font-size:15px;
	justify-content: center;
}

.uc-foot .fa-heart {
	font-size: 20px;
	line-height: 1;
}

.uc-foot .uc-foot-label {
	font-weight: 800;
	letter-spacing: .05em;
	color: #69717f;
}

.uc-foot .uc-foot-count {
	color: #6b7280;
}

.shortlist-foot.is-shortlisted .fa-heart {
	color: #d97b7b;
}

/* Old corner shortlist badge intentionally hidden */
.card-shortlist-badge {
	display: none !important;
}

/* ─────────────────────────────────────────────
   LIST VIEW  (hearts + highlight)
   ─────────────────────────────────────────── */
.list-view {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.price-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
	font-size: .9rem;
	min-width: 750px;
}

.price-table thead th {
	background: #f5f5f5;
	text-align: left;
	padding: 10px 5px ;
	border-bottom: 2px solid #ccc;
}

.price-table tbody td {
	padding: 10px;
	border-bottom: 1px solid #eee;
}

.shortlist-btn-list {
	background: transparent;
	color: #444;
	border: none;
	padding: 0px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	position: relative;
}
/* Heart around text
.shortlist-btn-list:before {
	font-size: 3em;
	content: "\f004";
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	color: #DF9E98;
}
.shortlist-btn-list.is-shortlisted {
	color: #fff;
}
 */
.shortlist-btn-list i.fa-heart {
	font-size: 1em;
	color: #DF9E98;
}

.shortlist-btn-list .shortlist-count-list {
	font-size: .8em;
	line-height: 2em;
	font-weight: 700;
	width: 3.5em;
	position: absolute;
	z-index: 1;
	padding-left:20px;
}

.shortlist-btn-list.is-shortlisted:before {
	font-weight: 900;
}
.price-table tr.is-shortlisted-row {
	background: #fff8e1;
}


/* ─────────────────────────────────────────────
   TOAST NOTIFICATIONS
   ─────────────────────────────────────────── */
#toast-notifications-container {
	position: fixed;
	top: 80px;
	right: 20px;
	z-index: 10000;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.toast-notification {
	background: #f0f9eb;
	color: #155724;
	border: 1px solid #c3e6cb;
	padding: 15px 20px;
	border-radius: 5px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
	display: flex;
	align-items: center;
	min-width: 250px;
	max-width: 350px;
	opacity: 0;
	transform: translateX(100%);
	transition: opacity .5s ease, transform .5s ease;
}

.toast-notification.show {
	opacity: 1;
	transform: translateX(0);
}

.toast-notification.error {
	background: #f8d7da;
	color: #721c24;
	border-color: #f5c6cb;
}

.toast-notification .toast-icon {
	margin-right: 10px;
	font-size: 1.2em;
}

.toast-notification .toast-icon .fa-check-circle {
	color: #28a745;
}

.toast-notification .toast-icon .fa-times-circle {
	color: #dc3545;
}

.toast-notification .toast-message strong {
	display: block;
	font-weight: 700;
	margin-bottom: 3px;
}

.toast-notification .toast-close-btn {
	background: none;
	border: 0;
	color: inherit;
	font-size: 1.2em;
	margin-left: auto;
	cursor: pointer;
	padding: 0 5px;
	opacity: .7;
}

.toast-notification .toast-close-btn:hover {
	opacity: 1;
}

/* ─────────────────────────────────────────────
   FILTER BAR
   ─────────────────────────────────────────── */
.unit-filters-form {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	align-items: center;
	padding: 10px 0;
}

.filter-group {
	flex: 1 1 150px;
}

.filter-input,
.filter-select {
	width: 100%;
	padding: 5px 10px ;
	border: none;
	border-radius: 0;
	background: #fff;
	font-size: 14px;
	letter-spacing: 1px;
}
.filter-select{
    appearance: none; 
    -webkit-appearance: none; 
    -moz-appearance: none;
	
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="black"/></svg>');

    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
    cursor: pointer;
}


.filter-input:focus,
.filter-select:focus {
	outline: none;
	box-shadow: none;
	border-radius: 0;
}

.filter-reset-btn {
	width: 100%;
	padding: 5px;
	border: 0;
	background: #6c757d;
	color: #fff;
	border-radius: 0;
	cursor: pointer;
	transition: background-color .2s;
	font-size: 14px;
	letter-spacing: 1px;
}

.filter-reset-btn:hover {
	background: #5a6268;
}

.no-results {
	text-align: center;
	padding: 40px;
	color: #777;
	width: 100%;
}

/* Loader */
.loader-overlay {
	position: fixed;
	inset: 0;
	background: rgba(255, 255, 255, .7);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.loader {
	width: 50px;
	height: 50px;
	border: 5px solid #f3f3f3;
	border-top: 5px solid #3498db;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0) }
	100% { transform: rotate(360deg) }
}

/* Unit counter / profile chip */
.unit-counter-display,
.profile-btn {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: 1.2px;
	padding: 5px 20px;
	border-radius: 0;
	text-align: center;
	text-transform: uppercase;
	justify-content: center;

}


/* ─────────────────────────────────────────────
   HERO SLIDER (kept)
   ─────────────────────────────────────────── */
.hero-slider-container {
	position: relative;
	height: 90vh;
	max-height: 800px;
	background: #000;
	overflow: hidden;
}

.hero-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 1.5s ease-in-out;
}

.hero-slide.active {
	opacity: 1;
}

.hero-slide-image {
	background-size: cover;
	background-position: center;
}

.hero-slide-video {
	position: relative;
}

.hero-slide-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-mute-button {
	position: absolute;
	top: 115px;
	right: 20px;
	background: rgba(0, 0, 0, .4);
	color: #fff;
	border: 0;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 16px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color .3s;
}

.video-mute-button:hover {
	background: rgba(0, 0, 0, .7);
}

/* ─────────────────────────────────────────────
   Machete AI (scoped)
   ─────────────────────────────────────────── */
.m-ai-toggle {
	position: fixed;
	left: 20px;
	bottom: 20px;
	z-index: 9998;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(90deg, #381598, #b72126, #e76e6e);
	animation: gradientWave 8s ease infinite;
	background-size: 200% 200%;
	color: #fff;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .25);
	cursor: pointer;
	border: 1px solid rgba(255, 255, 255, .15);
}

.m-ai-toggle i {
	font-size: 22px;
}

.m-ai-panel {
	position: fixed;
	left: 20px;
	bottom: 86px;
	z-index: 9998;
	width: 340px;
	max-width: 92vw;
	height: 480px;
	background: #fff;
	border: 1px solid #e4e7ec;
	border-radius: 16px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, .18);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.m-ai-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 12px;
	background: linear-gradient(90deg, #381598, #b72126, #e76e6e);
	animation: gradientWave 8s ease infinite;
	background-size: 200% 200%;
	color: #fff;
}

.m-ai-title {
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 8px;
}

.m-ai-title .fa-robot {
	color: #fff;
}

.m-ai-sub {
	display: block;
	font-weight: 500;
	opacity: .85;
	margin-left: 6px;
}

.m-ai-actions {
	display: flex;
	gap: 6px;
}

.m-ai-icon {
	background: transparent;
	border: 0;
	color: #fff;
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
}

.m-ai-icon:hover {
	background: rgba(255, 255, 255, .12);
}

.m-ai-messages {
	flex: 1;
	padding: 12px;
	overflow: auto;
	background: #f8fafc;
}

.m-ai-msg {
	margin: 6px 0;
	gap: 8px;
}

.m-ai-msg.me {
	justify-content: flex-end;
}

.m-ai-bubble {
	max-width: 82%;
	padding: 10px 12px;
	border-radius: 14px;
	line-height: 1.5;
	font-size: 14px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .03);
}

.m-ai-msg.ai .m-ai-bubble {
	background: #fff;
	border: 1px solid #e6e9ef;
}

.m-ai-msg.me .m-ai-bubble {
	background: linear-gradient(90deg, #381598, #b72126, #e76e6e);
	animation: gradientWave 8s ease infinite;
	background-size: 200% 200%;
	color: #fff;
}

.m-ai-inputbar {
	display: flex;
	gap: 8px;
	padding: 10px;
	border-top: 1px solid #e9eef5;
	background: #fff;
}

.m-ai-input {
	flex: 1;
	border: 1px solid #d7dde6;
	border-radius: 10px;
	padding: 10px 12px;
	font-size: 14px;
}

.m-ai-send {
	width: 42px;
	border-radius: 10px;
	border: 0;
	background: linear-gradient(26deg, rgb(96 125 139), rgb(183 33 38));
	color: #fff;
}

.m-ai-send:disabled {
	opacity: .6;
	cursor: not-allowed;
}

.m-ai-footnote {
	font-size: 11px;
	color: #6b7280;
	text-align: center;
	padding: 6px 10px 10px;
	background: #fff;
}

/* AI highlights */
.m-ai-highlight {
	outline: 2px solid #607D8B !important;
	outline-offset: 3px;
	border-radius: 10px;
	position: relative;
}

.m-ai-highlight::after {
	content: "AI pick";
	position: absolute;
	top: -10px;
	left: 0;
	background: linear-gradient(90deg, #381598, #b72126, #e76e6e);
	animation: gradientWave 8s ease infinite;
	background-size: 200% 200%;
	color: #fff;
	font-size: 10px;
	padding: 3px 7px;
	border-radius: 6px;
}

.m-ai-pulse {
	animation: m-ai-pulse 1.5s ease-in-out 2;
}

@keyframes m-ai-pulse {
	0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, .6); }
	70% { box-shadow: 0 0 0 12px rgba(34, 197, 94, 0); }
	100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

/* Results */
.m-ai-results {
	background: #fff;
	border: 1px solid #e6e9ef;
	border-radius: 12px;
	padding: 10px;
	margin-top: 6px;
}

.m-ai-results h6 {
	margin: 4px 0 8px;
	font-weight: 700;
	font-size: 13px;
	color: #0f172a;
}

.m-ai-unit {
	justify-content: space-between;
	align-items: center;
	padding: 8px 10px;
	border-radius: 10px;
	border: 1px solid #eef0f4;
	background: #fafbfc;
	margin: 6px 0;
}

.m-ai-unit .m-ai-u-left {
	display: flex;
	gap: 8px;
	align-items: center;
	margin-bottom: 5px;
}

.m-ai-chip {
	background: #e2fbe2;
	color: #166534;
	font-size: 11px;
	padding: 2px 6px;
	border-radius: 6px;
}

.m-ai-price {
	font-weight: 700;
	color: #0f172b;
}

.m-ai-meta {
	color: #6b7280;
	font-size: 12px;
}

.m-ai-cta {
	font-size: 12px;
	color: #0f172a;
	text-decoration: underline;
	cursor: pointer;
}

/* Typing dots */
.m-ai-typing {
	padding: 10px 14px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid #eef1f4;
	display: inline-block;
}

.m-ai-typing .dots {
	display: inline-flex;
	gap: 6px;
	align-items: center;
}

.m-ai-typing .dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #9aa4b2;
	animation: m-ai-bump 1s infinite ease-in-out;
}

.m-ai-typing .dot:nth-child(2) {
	animation-delay: .15s;
}

.m-ai-typing .dot:nth-child(3) {
	animation-delay: .3s;
}

@keyframes m-ai-bump {
	0%, 80%, 100% { transform: translateY(0); opacity: .5; }
	40% { transform: translateY(-4px); opacity: 1; }
}

/* Coachmark */
.m-ai-coach {
	position: fixed;
	left: 88px;
	bottom: 24px;
	z-index: 2147483000;
	background: #111;
	color: #fff;
	padding: 10px 12px;
	border-radius: 10px;
	font-size: 13px;
	line-height: 1.2;
	box-shadow: 0 8px 18px rgba(0, 0, 0, .25);
	opacity: 0;
	transform: translateY(10px);
	pointer-events: auto;
	display: flex;
	gap: 8px;
	align-items: center;
}

.m-ai-coach.show {
	opacity: 1;
	transform: translateY(0);
	transition: opacity .25s ease, transform .25s ease;
}

.m-ai-coach::after {
	content: "";
	position: absolute;
	left: -6px;
	bottom: 14px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #111;
}

.m-ai-coach-text {
	white-space: nowrap;
}

.m-ai-coach-close {
	background: transparent;
	color: #fff;
	border: 0;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
	opacity: .7;
}

.m-ai-coach-close:hover {
	opacity: 1;
}

/* ─────────────────────────────────────────────
   RESPONSIVE TWEAKS
   ─────────────────────────────────────────── */
@media (max-width: 992px) {
	.card-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 22px;
	}
.unit-label {
	padding: 0.7% 1%;
	min-width: inherit;
	font-size: 0.5em;
	line-height: 0.5em
}	

}

@media (max-width: 768px) {
	.sticky-header{
    position: relative;
}
.primary-header {
	 position: sticky;
    width: 100%;
    z-index: 1000;
    top: 0;
    overflow: visible;
}
	.price-list-container {
		padding: 0 15px;
	}

	.view-toggle {
		gap: 8px;
		margin-bottom: 20px;
	}

	.toggle-btn {
		padding: 8px 12px;
		font-size: .9rem;
		width: 48%;
	}

	.price-table tbody td,
	.price-table thead th {
		white-space: nowrap;
	}
	
}

@media (max-width: 576px) {
.price-list-container {
	padding: 0 10px;
}

.view-toggle {
	margin-bottom: 15px;
}

.card-grid {
	grid-template-columns: 1fr;
	gap: 18px;
}

.uc-head .uc-unit,
.uc-head .uc-price {
	font-size: 24px;
}
.uc-stats {
	gap: 20px;
}
.unit-counter-display{
    margin-bottom: 0px;
}
.toggle-btn .fas{
    display:none!important;
}
.toggle-btn {
    font-size: 14px!important;
	line-height: 17px;
}
.unit-label {
    
    font-size: 0.2em;
	line-height: 0.2em
}	
}

/* animated gradient util */
@keyframes gradientWave {
	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}
