.scvba-directory {
	width: 100%;
}

.scvba-directory__controls {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	margin-bottom: 2rem;
}

.scvba-directory__label {
	font-weight: 600;
	color: #D0890B;
	font-size: 1.1rem;
}

.scvba-directory__control-group {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	max-width: 520px;
	width: 100%;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 14px 36px rgba(15, 60, 100, 0.08);
	overflow: hidden;
	border: 1px solid rgba(15, 60, 100, 0.08);
}

.scvba-directory__control-group .scvba-directory__select {
	grid-column: span 3;
	border: none;
	border-right: 1px solid rgba(15, 60, 100, 0.12);
	border-radius: 0;
	box-shadow: none;
}

.scvba-directory__select {
	width: 100%;
	max-width: 520px;
	padding: 0.8rem 1rem;
	border: 1px solid transparent;
	border-radius: 12px;
	background: none;
	font-size: 1rem;
	font-weight: 500;
	color: #0f3c64;
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, rgba(208, 137, 11, 0.9) 50%), linear-gradient(135deg, rgba(208, 137, 11, 0.9) 50%, transparent 50%);
	background-position: calc(100% - 20px) calc(50% - 3px), calc(100% - 15px) calc(50% - 3px);
	background-size: 5px 5px, 5px 5px;
	background-repeat: no-repeat;
}

.scvba-directory__reset {
	grid-column: span 1;
	border-radius: 0;
	border: none;
	box-shadow: none;
	font-size: 0.95rem;
	font-weight: 600;
	background: rgba(15, 60, 100, 0.06);
	color: #0f3c64;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	transition: background 0.2s ease, color 0.2s ease;
}

.scvba-directory__reset.is-hidden {
	display: none;
}

.scvba-directory__reset:hover,
.scvba-directory__reset:focus {
	background: rgba(15, 60, 100, 0.15);
	color: #0f3c64;
}

.scvba-directory__status {
	margin-top: 1rem;
	color: #555;
	font-style: italic;
	display: none;
}

.scvba-directory__status.is-visible {
	display: block;
}

.scvba-directory__empty {
	padding: 1rem 0;
	color: #D0890B;
}

.scvba-directory__list {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}

.scvba-card {
	border: 1px solid #e6e9ee;
	border-radius: 14px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 60, 100, 0.08);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	display: flex;
	flex-direction: column;
}

.scvba-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 32px rgba(15, 60, 100, 0.12);
}

.scvba-card-body {
	padding: 20px 22px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
}

.scvba-card-media {
	background: #f7f9fc;
	border-bottom: 1px solid #e6e9ee;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	min-height: 220px;
}

.scvba-card-media-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.scvba-card-media img, .scvba-card-logo {
	max-width: 200px;
	max-height: 200px;
	width: 200px;
	height: 200px;
	object-fit: contain;
}

.scvba-card-media__placeholder {
	color: #5a6572;
	font-weight: 600;
	font-size: 0.9rem;
}

.scvba-card-title {
	margin: 0;
	font-size: 1.05rem;
	color: #0f3c64;
}

.scvba-card-desc {
	margin: 0;
	color: #334155;
	font-size: 0.95rem;
	line-height: 1.4;
}

.scvba-card-cats {
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem 0;
	font-size: 0.88rem;
	color: #0f3c64;
	line-height: 1.2;
}

.scvba-card-cat {
	display: inline-flex;
	align-items: center;
}

.scvba-card-cat::after {
	content: ',';
	margin-left: 2px;
	margin-right: 0.35rem;
	color: inherit;
}

.scvba-card-cat:last-child::after {
	content: '';
	margin: 0;
}

.scvba-card-cat a {
	color: inherit;
	text-decoration: none;
	font-weight: 600;
}

.scvba-card-cat a:hover,
.scvba-card-cat a:focus {
	text-decoration: underline;
}


.scvba-card-contact {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	font-size: 0.95rem;
	color: #0f3c64;
}

.scvba-card-phone {
	display: block;
}

.scvba-card-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 4px;
}

.scvba-card-link {
	color: #D0890B;
	font-weight: 600;
	text-decoration: none;
}

.scvba-card-link:hover {
	text-decoration: underline;
}

.scvba-profile-nav {
	margin-top: 24px;
	padding-top: 16px;
	border-top: 1px solid #e6e9ee;
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.scvba-profile-nav__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #D0890B;
	font-weight: 600;
	text-decoration: none;
}

.scvba-profile-nav__link:hover {
	text-decoration: underline;
}

.scvba-profile-nav__link--empty {
	visibility: hidden;
	pointer-events: none;
	min-width: 120px;
	height: 1px;
}

.scvba-profile-nav__arrow {
	font-size: 1.4rem;
	line-height: 1;
}

.scvba-profile-nav__spacer {
	flex-grow: 1;
}

.scvba-platinum {
	margin-top: 48px;
	padding: 32px;
	border-radius: 16px;
	background: #fff;
	color: #0f3c64;
	box-shadow: 0 10px 28px rgba(15, 60, 100, 0.1);
}

.scvba-platinum__title {
	margin: 0 0 18px;
	font-size: 1.6rem;
	font-weight: 700;
	color: #0f3c64;
	text-transform: uppercase;
}

.scvba-platinum__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}

.scvba-platinum__item {
	position: relative;
	padding: 14px 18px 14px 40px;
	border-radius: 14px;
	background: transparent;
	border: 1px solid rgba(15, 60, 100, 0.18);
	font-size: 1.05rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #0f3c64;
}

.scvba-platinum__item::before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #0b0d12;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
}

@media (min-width: 640px) {
	.scvba-platinum__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1200px) {
	.scvba-directory__list {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 992px) {
	.scvba-directory__list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.scvba-directory__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.scvba-profile-nav {
		flex-direction: column;
		align-items: stretch;
	}

	.scvba-directory__controls {
		align-items: flex-start;
	}

	.scvba-directory__select {
		max-width: 100%;
	}
}

@media (max-width: 480px) {
	.scvba-directory__list {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}
