/**
 * Public plugin styles.
 *
 * @package TAB_Member_Directory
 */

.tab-registration-wrap {
	margin: 0 auto;
	max-width: 1080px;
}

.tab-registration-form {
	background: #ffffff;
	border: 1px solid #d9dee8;
	box-shadow: 0 18px 45px rgba(7, 20, 38, 0.08);
	padding: 24px;
}

.tab-registration-account,
.tab-member-auth {
	background: #ffffff;
	border: 1px solid #d9dee8;
	box-shadow: 0 18px 45px rgba(7, 20, 38, 0.08);
	margin: 0 auto 24px;
	max-width: 760px;
	padding: 24px;
}

.tab-registration-form .tab-registration-account {
	box-shadow: none;
	max-width: none;
}

.tab-registration-account h2 {
	color: #071426;
	margin: 0 0 18px;
}

.tab-member-auth-form {
	margin: 0;
}

.tab-registration-steps {
	counter-reset: tab-step;
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
	list-style: none;
	margin: 0 0 28px;
	padding: 0;
}

.tab-registration-steps li {
	align-items: center;
	background: #f7f8fb;
	border: 1px solid #d9dee8;
	color: #071426;
	display: flex;
	gap: 8px;
	font-weight: 700;
	padding: 10px;
}

.tab-registration-steps span {
	align-items: center;
	background: #071426;
	color: #f6d36b;
	display: inline-flex;
	height: 26px;
	justify-content: center;
	width: 26px;
}

.tab-registration-steps .is-active {
	border-color: #b9912f;
	box-shadow: inset 0 -3px 0 #b9912f;
}

.tab-registration-step {
	display: none;
}

.tab-registration-step.is-active {
	display: block;
}

.tab-registration-step-header {
	border-bottom: 1px solid #d9dee8;
	margin-bottom: 20px;
}

.tab-registration-step-header h2 {
	color: #071426;
	font-size: 24px;
	margin: 0 0 14px;
}

.tab-registration-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tab-repeater-item {
	background: #f7f8fb;
	border: 1px solid #d9dee8;
	margin-bottom: 18px;
	padding: 18px;
}

.tab-repeater-item h3 {
	color: #071426;
	margin-top: 0;
}

.tab-registration-field {
	margin: 0 0 16px;
}

.tab-registration-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
}

.tab-registration-field input,
.tab-registration-field select,
.tab-registration-field textarea {
	background: #ffffff;
	border: 1px solid #c9d1df;
	box-sizing: border-box;
	max-width: 100%;
	min-height: 42px;
	padding: 8px 10px;
	width: 100%;
}

.tab-registration-field span {
	color: #b9912f;
}

.tab-registration-notice {
	border-left: 4px solid #b9912f;
	margin-bottom: 20px;
	padding: 12px 16px;
}

.tab-registration-success {
	background: #f3fbf5;
	border-left-color: #1f8f46;
}

.tab-registration-error {
	background: #fff5f5;
	border-left-color: #b42318;
}

.tab-registration-actions {
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	margin-top: 24px;
}

.tab-registration-step:first-of-type .tab-step-prev,
.tab-registration-step:not(:last-of-type) .tab-step-submit,
.tab-registration-step:last-of-type .tab-step-next {
	display: none;
}

.tab-registration-form .button-primary,
.tab-registration-submit {
	background: #071426;
	border-color: #071426;
	color: #f6d36b;
}

.tab-repeater-add {
	margin-top: 4px;
}

.tab-plans-wrap {
	margin: 0 auto;
	max-width: 1120px;
}

.tab-plans-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	margin-bottom: 32px;
}

.tab-plan-card,
.tab-plan-payment {
	background: #ffffff;
	border: 1px solid #d9dee8;
	box-shadow: 0 18px 45px rgba(7, 20, 38, 0.08);
	padding: 22px;
}

.tab-plan-card header {
	border-bottom: 1px solid #d9dee8;
	margin-bottom: 14px;
	padding-bottom: 14px;
}

.tab-plan-card h2,
.tab-plan-payment h2 {
	color: #071426;
	margin: 0 0 8px;
}

.tab-plan-card strong,
.tab-plan-price {
	color: #b9912f;
	display: block;
	font-size: 28px;
	font-weight: 800;
	margin: 0;
}

.tab-plan-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 14px;
}

.tab-plan-meta span {
	background: #f7f8fb;
	border: 1px solid #d9dee8;
	color: #071426;
	font-size: 13px;
	padding: 5px 8px;
}

.tab-plan-payment {
	margin-bottom: 24px;
	scroll-margin-top: 32px;
}

.tab-plan-payment-summary,
.tab-payment-instructions {
	margin-bottom: 20px;
}

.tab-payment-instructions img {
	border: 1px solid #d9dee8;
	display: block;
	height: auto;
	margin: 12px 0;
	max-width: 220px;
}

.tab-bank-details {
	background: #f7f8fb;
	border-left: 4px solid #b9912f;
	padding: 12px 14px;
}

.tab-plan-payment-submit {
	margin-top: 10px;
}

.tab-directory-wrap {
	margin: 0 auto;
	max-width: 1180px;
	padding: 24px 16px;
}

.tab-directory-filters {
	background:
		linear-gradient(135deg, rgba(7, 26, 51, 0.96), rgba(11, 42, 74, 0.94)),
		#071a33;
	border: 1px solid rgba(214, 162, 30, 0.28);
	box-shadow: 0 24px 70px rgba(7, 26, 51, 0.18);
	margin-bottom: 24px;
	overflow: hidden;
	padding: 24px;
	position: relative;
}

.tab-directory-filters::before {
	background: linear-gradient(90deg, #d6a21e, #f5c84c, rgba(245, 200, 76, 0));
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.tab-directory-search label,
.tab-directory-filter-grid label {
	color: #f5c84c;
	display: block;
	font-weight: 700;
}

.tab-directory-search input,
.tab-directory-filter-grid select {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(214, 162, 30, 0.25);
	box-sizing: border-box;
	color: #101828;
	margin-top: 6px;
	min-height: 48px;
	padding: 10px 12px;
	width: 100%;
}

.tab-directory-filter-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	margin-top: 16px;
}

.tab-directory-toolbar {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 18px;
}

.tab-directory-view-toggle {
	display: flex;
	gap: 8px;
}

.tab-directory-view-toggle .is-active,
.tab-directory-pagination .is-active {
	background: #071a33;
	border-color: #071a33;
	color: #f5c84c;
}

.tab-directory-results.is-loading {
	opacity: 0.55;
	pointer-events: none;
}

.tab-directory-count {
	color: #071a33;
	font-weight: 800;
	margin-bottom: 14px;
}

.tab-member-results-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.tab-member-results-list {
	display: grid;
	gap: 14px;
}

.tab-member-card {
	backdrop-filter: blur(18px);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.72)),
		rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(214, 162, 30, 0.2);
	box-shadow: 0 22px 58px rgba(7, 26, 51, 0.1);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 245px;
	overflow: hidden;
	position: relative;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.tab-member-card::before {
	background: linear-gradient(90deg, #d6a21e, rgba(245, 200, 76, 0));
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.tab-member-card:hover {
	border-color: rgba(214, 162, 30, 0.48);
	box-shadow: 0 30px 78px rgba(7, 26, 51, 0.18);
	transform: translateY(-6px);
}

.tab-member-results-list .tab-member-card {
	min-height: 0;
}

.tab-member-card-main {
	color: inherit;
	display: flex;
	gap: 16px;
	padding: 26px 22px 20px;
	text-decoration: none;
}

.tab-member-results-grid .tab-member-card-main {
	flex-direction: column;
}

.tab-member-logo {
	align-items: center;
	background:
		linear-gradient(#071a33, #071a33) padding-box,
		linear-gradient(135deg, #f5c84c, #d6a21e) border-box;
	border: 2px solid transparent;
	border-radius: 999px;
	box-shadow: 0 14px 30px rgba(7, 26, 51, 0.18);
	color: #f5c84c;
	display: flex;
	flex: 0 0 76px;
	height: 76px;
	justify-content: center;
	overflow: hidden;
	width: 76px;
}

.tab-member-logo img {
	border-radius: 999px;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.tab-member-logo span {
	font-size: 34px;
	font-weight: 800;
}

.tab-member-summary h3 {
	color: #071a33;
	font-size: 22px;
	margin: 0 0 6px;
}

.tab-member-summary p {
	color: #5c6677;
	margin: 0 0 6px;
}

.tab-member-summary > span {
	color: #0b2a4a;
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}

.tab-member-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.tab-badge {
	border: 1px solid rgba(214, 162, 30, 0.26);
	border-radius: 999px;
	font-size: 12px;
	font-weight: 800;
	padding: 5px 9px;
}

.tab-badge-verified {
	background: linear-gradient(135deg, #fff8df, #f5c84c);
	color: #071a33;
}

.tab-badge-premium,
.tab-badge-featured {
	background: rgba(7, 26, 51, 0.94);
	color: #f5c84c;
}

.tab-member-actions {
	background: rgba(7, 26, 51, 0.035);
	border-top: 1px solid rgba(214, 162, 30, 0.18);
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 14px 20px;
}

.tab-member-actions .button,
.tab-directory-toolbar .button,
.tab-directory-pagination .button,
.tab-profile-enquiry-form .button {
	background: #071a33;
	border: 1px solid #071a33;
	color: #f5c84c;
	font-weight: 800;
	min-height: 40px;
	padding: 8px 14px;
	transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.tab-member-actions .button:hover,
.tab-directory-toolbar .button:hover,
.tab-directory-pagination .button:hover,
.tab-profile-enquiry-form .button:hover {
	background: #d6a21e;
	border-color: #d6a21e;
	box-shadow: 0 12px 28px rgba(214, 162, 30, 0.24);
	color: #071a33;
	transform: translateY(-2px);
}

.tab-directory-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin-top: 24px;
}

.tab-member-profile {
	background: #f7f9fc;
	border: 1px solid rgba(214, 162, 30, 0.18);
	box-shadow: 0 26px 80px rgba(7, 26, 51, 0.14);
	margin: 0 auto;
	max-width: 1120px;
	overflow: hidden;
}

.tab-member-profile-cover {
	align-items: flex-end;
	aspect-ratio: 16 / 4.6;
	background:
		radial-gradient(circle at 18% 20%, rgba(245, 200, 76, 0.24), transparent 28%),
		linear-gradient(135deg, #071a33, #0b2a4a);
	display: flex;
	min-height: 220px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.tab-member-profile-cover::after {
	background: linear-gradient(180deg, transparent 42%, rgba(7, 26, 51, 0.72));
	content: "";
	inset: 0;
	position: absolute;
}

.tab-member-profile-cover img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.tab-member-profile-header {
	align-items: center;
	background: rgba(255, 255, 255, 0.88);
	backdrop-filter: blur(18px);
	border: 1px solid rgba(214, 162, 30, 0.22);
	box-shadow: 0 18px 44px rgba(7, 26, 51, 0.1);
	display: flex;
	gap: 18px;
	margin: -56px 24px 0;
	padding: 22px;
	position: relative;
	z-index: 2;
}

.tab-member-profile-header h1 {
	color: #071a33;
	margin: 0 0 6px;
}

.tab-member-profile-body {
	padding: 24px;
}

.tab-member-profile-intro {
	background: #ffffff;
	border-left: 4px solid #d6a21e;
	box-shadow: 0 12px 36px rgba(7, 26, 51, 0.06);
	color: #071a33;
	font-size: 18px;
	font-weight: 600;
	margin-top: 0;
	padding: 18px 20px;
}

.tab-profile-section {
	background: #ffffff;
	border: 1px solid rgba(214, 162, 30, 0.16);
	box-shadow: 0 14px 38px rgba(7, 26, 51, 0.06);
	margin-top: 24px;
	padding: 24px;
}

.tab-profile-section h2 {
	color: #071a33;
	font-size: 22px;
	margin: 0 0 16px;
}

.tab-profile-contact-grid,
.tab-profile-products {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.tab-profile-contact,
.tab-profile-product {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 249, 252, 0.92)),
		#ffffff;
	border: 1px solid rgba(214, 162, 30, 0.18);
	box-shadow: 0 14px 34px rgba(7, 26, 51, 0.06);
	padding: 18px;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.tab-profile-contact:hover,
.tab-profile-product:hover {
	border-color: rgba(214, 162, 30, 0.42);
	box-shadow: 0 22px 48px rgba(7, 26, 51, 0.12);
	transform: translateY(-4px);
}

.tab-profile-contact img,
.tab-profile-product img {
	aspect-ratio: 4 / 3;
	border: 1px solid rgba(214, 162, 30, 0.18);
	display: block;
	margin-bottom: 12px;
	object-fit: cover;
	width: 100%;
}

.tab-profile-contact h3,
.tab-profile-product h3 {
	color: #071a33;
	margin: 0 0 6px;
}

.tab-profile-contact a {
	display: block;
	margin-top: 6px;
}

.tab-profile-product strong,
.tab-profile-product span {
	display: block;
	margin-top: 8px;
}

.tab-profile-enquiry-form {
	background:
		linear-gradient(135deg, rgba(7, 26, 51, 0.98), rgba(11, 42, 74, 0.96)),
		#071a33;
	border: 1px solid rgba(214, 162, 30, 0.28);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
	padding: 20px;
}

.tab-profile-enquiry-form label {
	color: #f5c84c;
}

.tab-profile-enquiry-form input,
.tab-profile-enquiry-form textarea {
	background: rgba(255, 255, 255, 0.96);
	border-color: rgba(214, 162, 30, 0.26);
}

.tab-profile-actions {
	background: transparent;
	border-top: 0;
	padding: 0;
}

.tab-similar-members-grid {
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.tab-enquiry-honeypot {
	height: 0;
	left: -9999px;
	margin: 0;
	overflow: hidden;
	position: absolute;
	width: 0;
}

.tab-member-dashboard {
	margin: 0 auto;
	max-width: 1120px;
}

.tab-dashboard-header {
	align-items: center;
	background: #071426;
	color: #ffffff;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-bottom: 22px;
	padding: 24px;
}

.tab-dashboard-header h2 {
	color: #ffffff;
	margin: 4px 0 10px;
}

.tab-dashboard-kicker {
	color: #f6d36b;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0;
	text-transform: uppercase;
}

.tab-dashboard-form,
.tab-dashboard-section,
.tab-dashboard-panel {
	background: #ffffff;
	border: 1px solid #d9dee8;
	box-shadow: 0 18px 45px rgba(7, 20, 38, 0.06);
	margin-bottom: 20px;
	padding: 20px;
}

.tab-dashboard-section h3,
.tab-dashboard-panel h3 {
	color: #071426;
	margin-top: 0;
}

.tab-dashboard-panels {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tab-dashboard-panel table {
	border-collapse: collapse;
	width: 100%;
}

.tab-dashboard-panel th,
.tab-dashboard-panel td {
	border-bottom: 1px solid #d9dee8;
	padding: 10px;
	text-align: left;
}

.tab-dashboard-enquiry {
	border-bottom: 1px solid #d9dee8;
	padding: 12px 0;
}

.tab-dashboard-enquiry:last-child {
	border-bottom: 0;
}

.tab-dashboard-enquiry span {
	background: #f7f8fb;
	border: 1px solid #d9dee8;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	margin-left: 8px;
	padding: 3px 7px;
}

@media screen and (max-width: 760px) {
	.tab-registration-form {
		padding: 16px;
	}

	.tab-registration-grid,
	.tab-registration-steps {
		grid-template-columns: 1fr;
	}

	.tab-registration-actions {
		flex-direction: column;
	}

	.tab-directory-toolbar,
	.tab-member-card-main,
	.tab-member-profile-header,
	.tab-dashboard-header {
		align-items: stretch;
		flex-direction: column;
	}

	.tab-dashboard-panels {
		grid-template-columns: 1fr;
	}

	.tab-directory-view-toggle,
	.tab-member-actions {
		margin-top: 12px;
	}
}

/* Premium TAB public UI refresh */
.tab-registration-wrap,
.tab-plans-wrap,
.tab-directory-wrap,
.tab-member-dashboard {
	padding: 54px 16px;
}

.tab-directory-wrap {
	background:
		radial-gradient(circle at 82% 0%, rgba(8, 217, 246, 0.14), transparent 30%),
		radial-gradient(circle at 12% 8%, rgba(236, 44, 160, 0.1), transparent 30%);
	max-width: none;
}

.tab-directory-wrap::before,
.tab-plans-wrap::before,
.tab-registration-wrap::before,
.tab-member-auth::before {
	background: linear-gradient(135deg, #ffffff 40%, var(--tab-cyan));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	content: "Tech Association of Bengal";
	display: block;
	font-size: clamp(34px, 5vw, 60px);
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 1.1;
	margin: 0 auto 28px;
	max-width: 1180px;
}

.tab-directory-wrap::after {
	content: none;
}

.tab-directory-wrap::before {
	content: "Members Directory";
}

.tab-plans-wrap::before {
	content: "Membership Plans";
}

.tab-registration-wrap::before {
	content: "Join TAB";
}

.tab-member-auth::before {
	content: "Member Login";
}

.tab-directory-filters,
.tab-profile-enquiry-form,
.tab-dashboard-header {
	background:
		radial-gradient(circle at 85% 12%, rgba(8, 217, 246, 0.22), transparent 30%),
		radial-gradient(circle at 12% 100%, rgba(236, 44, 160, 0.16), transparent 28%),
		linear-gradient(135deg, #020817, #071b3f);
	border: 1px solid rgba(8, 217, 246, 0.24);
	border-radius: 16px;
	box-shadow: 0 30px 86px rgba(2, 11, 34, 0.22);
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px;
}

.tab-directory-filters::before {
	background: linear-gradient(90deg, #08d9f6, #1479ff, #ec2ca0, #ff7b1a);
}

.tab-directory-search label,
.tab-directory-filter-grid label,
.tab-profile-enquiry-form label {
	color: #ffffff;
	font-size: 13px;
}

.tab-directory-search input,
.tab-directory-filter-grid select,
.tab-profile-enquiry-form input,
.tab-profile-enquiry-form textarea,
.tab-registration-field input,
.tab-registration-field select,
.tab-registration-field textarea {
	border-radius: 9px;
}

.tab-directory-search input,
.tab-directory-filter-grid select {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.16);
	color: #ffffff;
}

.tab-directory-search input::placeholder {
	color: rgba(255, 255, 255, 0.58);
}

.tab-directory-filter-grid select option {
	color: #071426;
}

.tab-directory-toolbar .button,
.tab-directory-pagination .button,
.tab-profile-enquiry-form .button,
.tab-registration-form .button-primary,
.tab-registration-submit,
.tab-member-actions .button,
.tab-plan-card .button {
	background: linear-gradient(135deg, #08d9f6, #7c3cff 54%, #ff7b1a);
	border: 0;
	border-radius: 9px;
	box-shadow: 0 16px 34px rgba(124, 60, 255, 0.2);
	color: #ffffff;
}

.tab-directory-view-toggle .button {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: none;
}

.tab-directory-view-toggle .is-active,
.tab-directory-pagination .is-active {
	background: rgba(8, 217, 246, 0.16);
	border: 1px solid rgba(8, 217, 246, 0.5);
	color: #ffffff;
}

.tab-directory-results {
	margin: 0 auto;
	max-width: 1180px;
}

.tab-directory-count {
	color: var(--tab-muted);
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 18px;
}

.tab-member-results-grid {
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.tab-member-card,
.tab-plan-card,
.tab-plan-payment,
.tab-registration-form,
.tab-registration-account,
.tab-member-auth,
.tab-dashboard-form,
.tab-dashboard-section,
.tab-dashboard-panel,
.tab-profile-section,
.tab-profile-contact,
.tab-profile-product {
	border-radius: 16px;
}

.tab-member-card {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.92)),
		#ffffff;
	border-color: rgba(8, 217, 246, 0.16);
	box-shadow: 0 24px 68px rgba(2, 11, 34, 0.12);
	min-height: 268px;
}

.tab-member-card::before {
	background: linear-gradient(90deg, #08d9f6, #1479ff, #ec2ca0, #ff7b1a);
}

.tab-member-logo {
	background:
		linear-gradient(#06183b, #06183b) padding-box,
		linear-gradient(135deg, #08d9f6, #ec2ca0, #ff7b1a) border-box;
	border-radius: 20px;
	box-shadow: 0 18px 36px rgba(20, 121, 255, 0.22);
	color: #ffffff;
}

.tab-member-logo img {
	border-radius: 18px;
}

.tab-member-summary h3,
.tab-plan-card h2,
.tab-plan-payment h2,
.tab-profile-section h2,
.tab-profile-contact h3,
.tab-profile-product h3,
.tab-dashboard-section h3,
.tab-dashboard-panel h3 {
	color: #071426;
}

.tab-badge {
	border: 0;
	border-radius: 999px;
}

.tab-badge-verified {
	background: linear-gradient(135deg, #08d9f6, #14c8cb);
	color: #021027;
}

.tab-badge-premium {
	background: linear-gradient(135deg, #ff7b1a, #ffd15c);
	color: #2b1300;
}

.tab-badge-featured {
	background: linear-gradient(135deg, #ec2ca0, #7c3cff);
	color: #ffffff;
}

.tab-member-actions {
	background: rgba(2, 11, 34, 0.035);
	border-top-color: rgba(8, 217, 246, 0.12);
}

.tab-member-profile {
	background: #f4f8ff;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	max-width: none;
}

.tab-member-profile-cover {
	background:
		radial-gradient(circle at 78% 22%, rgba(8, 217, 246, 0.24), transparent 28%),
		radial-gradient(circle at 20% 90%, rgba(236, 44, 160, 0.16), transparent 30%),
		linear-gradient(135deg, #020817, #071b3f);
	min-height: 300px;
}

.tab-member-profile-header,
.tab-member-profile-body {
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px;
}

.tab-member-profile-header {
	border-color: rgba(8, 217, 246, 0.16);
	border-radius: 18px;
	box-shadow: 0 28px 76px rgba(2, 11, 34, 0.18);
	margin-top: -72px;
}

.tab-member-profile-intro,
.tab-profile-section {
	border-color: rgba(8, 217, 246, 0.14);
	border-left-color: #08d9f6;
	box-shadow: 0 20px 54px rgba(2, 11, 34, 0.08);
}

.tab-profile-contact,
.tab-profile-product {
	border-color: rgba(8, 217, 246, 0.14);
}

.tab-plans-grid {
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px;
}

.tab-plan-card {
	border-color: rgba(8, 217, 246, 0.14);
	box-shadow: 0 22px 62px rgba(2, 11, 34, 0.1);
	overflow: hidden;
	position: relative;
}

.tab-plan-card::before {
	background: linear-gradient(90deg, #08d9f6, #ec2ca0, #ff7b1a);
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.tab-plan-card strong,
.tab-plan-price {
	background: linear-gradient(135deg, #1479ff, #ec2ca0);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.tab-plan-meta span {
	background: rgba(8, 217, 246, 0.08);
	border-color: rgba(8, 217, 246, 0.18);
	border-radius: 999px;
}

.tab-registration-form,
.tab-registration-account,
.tab-member-auth {
	border-color: rgba(8, 217, 246, 0.14);
	box-shadow: 0 26px 74px rgba(2, 11, 34, 0.12);
}

.tab-registration-steps li {
	border-radius: 12px;
}

.tab-registration-steps span {
	background: linear-gradient(135deg, #1479ff, #7c3cff);
	border-radius: 999px;
	color: #ffffff;
}

.tab-registration-steps .is-active {
	border-color: rgba(8, 217, 246, 0.5);
	box-shadow: inset 0 -3px 0 #08d9f6;
}

@media screen and (max-width: 760px) {
	.tab-directory-wrap::after {
		font-size: 36px;
	}
}

/* Solid premium buttons: no gradient buttons */
.tab-directory-toolbar .button,
.tab-profile-enquiry-form .button,
.tab-registration-form .button-primary,
.tab-registration-submit,
.tab-plan-card .button {
	background: #08d9f6;
	border: 1px solid rgba(8, 217, 246, 0.85);
	box-shadow: 0 14px 30px rgba(8, 217, 246, 0.2);
	color: #021027;
}

.tab-directory-toolbar .button:hover,
.tab-profile-enquiry-form .button:hover,
.tab-registration-form .button-primary:hover,
.tab-registration-submit:hover,
.tab-plan-card .button:hover {
	background: #ffffff;
	border-color: #ffffff;
	box-shadow: 0 16px 34px rgba(2, 11, 34, 0.12);
	color: #021027;
}

/* Secondary outline actions for directory pagination and member cards */
.tab-directory-wrap .tab-directory-pagination .button,
.tab-directory-wrap .tab-member-actions .button {
	background: transparent !important;
	box-shadow: none !important;
	transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.tab-directory-wrap .tab-member-actions .button {
	border: 1.5px solid rgba(8, 217, 246, 0.5) !important;
	color: #071426 !important;
}

.tab-directory-wrap .tab-directory-pagination .button {
	border: 1.5px solid rgba(8, 217, 246, 0.4) !important;
	color: #ffffff !important;
}

.tab-directory-wrap .tab-directory-pagination .button:hover,
.tab-directory-wrap .tab-member-actions .button:hover {
	background: #08d9f6 !important;
	border-color: #08d9f6 !important;
	box-shadow: 0 12px 28px rgba(8, 217, 246, 0.24) !important;
	color: #021027 !important;
}

.tab-directory-view-toggle .button {
	background: transparent;
	border: 1px solid rgba(8, 217, 246, 0.42);
	box-shadow: none;
	color: #ffffff;
}

.tab-directory-view-toggle .button:hover,
.tab-directory-view-toggle .is-active {
	background: rgba(8, 217, 246, 0.14);
	border-color: #08d9f6;
	color: #ffffff;
}

/* Dark surface readability guard */
.tab-directory-filters,
.tab-profile-enquiry-form,
.tab-dashboard-header {
	color: #ffffff;
}

.tab-directory-filters h1,
.tab-directory-filters h2,
.tab-directory-filters h3,
.tab-profile-enquiry-form h1,
.tab-profile-enquiry-form h2,
.tab-profile-enquiry-form h3,
.tab-dashboard-header h1,
.tab-dashboard-header h2,
.tab-dashboard-header h3 {
	color: #ffffff;
}

.tab-directory-filters p,
.tab-directory-filters label,
.tab-directory-filters span,
.tab-profile-enquiry-form p,
.tab-profile-enquiry-form label,
.tab-profile-enquiry-form span,
.tab-dashboard-header p,
.tab-dashboard-header span {
	color: rgba(255, 255, 255, 0.82);
}

.tab-directory-filters .tab-badge,
.tab-dashboard-header .tab-badge {
	color: #021027;
}

.tab-directory-filters input,
.tab-directory-filters select,
.tab-profile-enquiry-form input,
.tab-profile-enquiry-form textarea {
	color: #ffffff;
}

.tab-directory-filters input::placeholder,
.tab-profile-enquiry-form input::placeholder,
.tab-profile-enquiry-form textarea::placeholder {
	color: rgba(255, 255, 255, 0.58);
}

.tab-directory-filters select option {
	color: #071426;
}

.tab-profile-enquiry-form input,
.tab-profile-enquiry-form textarea {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.16);
}

.tab-dashboard-header .button {
	background: #08d9f6;
	border: 1px solid rgba(8, 217, 246, 0.85);
	border-radius: 9px;
	box-shadow: 0 14px 30px rgba(8, 217, 246, 0.2);
	color: #021027;
}
