@import url("//fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");

/* Front page 2026 redesign - hero only */

body.home,
body.front-page {
	padding-top: 0 !important;
}

body.home #fs-header,
body.front-page #fs-header {
	display: none !important;
}

.fs-hero-2026,
.fs-hero-2026 * {
	box-sizing: border-box;
}

.fs-hero-2026 {
	position: relative;
	min-height: 720px;
	color: #fff;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	font-family: 'Open Sans', Arial, sans-serif;
}

.fs-hero-2026:before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 78% 34%, rgba(13,110,253,.20), transparent 30%),
		radial-gradient(circle at 18% 18%, rgba(169,205,33,.08), transparent 26%),
		linear-gradient(180deg, rgba(2,10,24,.18), rgba(2,10,24,.38));
	pointer-events: none;
}

.fs-hero-2026__inner {
	position: relative;
	z-index: 2;
	width: min(1360px, calc(100% - 80px));
	margin: 0 auto;
}

.fs-hero-2026__topbar {
	position: relative;
	z-index: 5;
	border-bottom: 1px solid rgba(255,255,255,.10);
	background: rgba(3, 15, 32, .74);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
}

.fs-hero-2026__topbar .fs-hero-2026__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 92px;
}

.fs-hero-2026__logo {
	display: inline-flex;
	align-items: center;
	text-decoration: none !important;
}

.fs-hero-2026__logo img {
	display: block;
	width: auto;
	max-width: 100%;
	height: 46px;
}

.fs-hero-2026__nav {
	display: flex;
	align-items: center;
	gap: 26px;
}

.fs-hero-2026__nav a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 92px;
	padding: 0 10px;
	font-size: 17px;
	font-weight: 700;
	color: rgba(255,255,255,.88);
	text-decoration: none !important;
	transition: color .18s ease, transform .18s ease;
}

.fs-hero-2026__nav a:hover,
.fs-hero-2026__nav a:focus,
.fs-hero-2026__nav a.is-active {
	color: #2f8cff;
}

.fs-hero-2026__nav a.is-active:after {
	content: '';
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 0;
	height: 3px;
	border-radius: 999px 999px 0 0;
	background: linear-gradient(90deg, #2f8cff, #67b7ff);
	box-shadow: 0 0 18px rgba(47,140,255,.55);
}

.fs-hero-2026__content {
	padding-top: 126px;
	padding-bottom: 86px;
}

.fs-hero-2026__copy {
	max-width: 960px;
}

.fs-hero-2026__copy h1 {
	margin: 0;
	font-size: clamp(46px, 6vw, 92px);
	line-height: 1.04;
	font-weight: 800;
	letter-spacing: -0.06em;
	color: #fff;
	text-shadow: 0 14px 36px rgba(0,0,0,.35);
}

.fs-hero-2026__copy h1 span {
	color: #2f8cff;
	background: linear-gradient(90deg, #2287ff 0%, #65b8ff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.fs-hero-2026__copy p {
	max-width: 760px;
	margin: 26px 0 0;
	font-size: 23px;
	line-height: 1.45;
	font-weight: 400;
	color: rgba(255,255,255,.82);
	text-shadow: 0 10px 28px rgba(0,0,0,.35);
}

.fs-hero-search-2026 {
	display: grid;
	grid-template-columns: minmax(280px, 1fr) minmax(260px, 420px) auto;
	align-items: stretch;
	gap: 0;
	max-width: 1220px;
	margin-top: 46px;
	padding: 14px;
	border: 1px solid rgba(255,255,255,.70);
	border-radius: 24px;
	background: rgba(255,255,255,.96);
	box-shadow: 0 28px 80px rgba(0,0,0,.34);
}

.fs-hero-search-2026__field {
	position: relative;
	display: flex;
	align-items: center;
	height: 70px;
	background: #fff;
	border: 1px solid #dde5ef;
}

.fs-hero-search-2026__field--text {
	border-radius: 16px 0 0 16px;
	border-right: 0;
}

.fs-hero-search-2026__field--select {
	border-radius: 0 16px 16px 0;
}

.fs-hero-search-2026__field i {
	position: absolute;
	left: 26px;
	font-size: 24px;
	color: #50617d;
	z-index: 2;
	pointer-events: none;
}

.fs-hero-search-2026 input,
.fs-hero-search-2026 select {
	width: 100%;
	height: 100%;
	border: 0;
	outline: 0;
	background: transparent;
	padding: 0 24px 0 68px;
	font-size: 20px;
	font-weight: 600;
	color: #1f2a44;
	box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
}

.fs-hero-search-2026 input::placeholder {
	color: #758199;
}

.fs-hero-search-2026__field--select:after {
	content: '\f107';
	font-family: FontAwesome;
	position: absolute;
	right: 28px;
	font-size: 24px;
	color: #7b879b;
	pointer-events: none;
}

.fs-hero-search-2026__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	height: 70px;
	min-width: 190px;
	margin-left: 22px;
	border: 0;
	border-radius: 16px;
	background: linear-gradient(135deg, #1684ff 0%, #0564e8 100%);
	box-shadow: 0 14px 32px rgba(5,100,232,.32);
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	line-height: 1;
	transition: transform .18s ease, box-shadow .18s ease;
}

.fs-hero-search-2026__button:hover,
.fs-hero-search-2026__button:focus {
	transform: translateY(-1px);
	box-shadow: 0 18px 42px rgba(5,100,232,.42);
}

.fs-hero-popular-2026 {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-top: 34px;
	flex-wrap: wrap;
}

.fs-hero-popular-2026__label {
	font-size: 21px;
	font-weight: 700;
	color: #fff;
}

.fs-hero-popular-2026__items {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.fs-hero-popular-2026__chip,
.fs-hero-popular-2026__all {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 50px;
	padding: 0 18px;
	border-radius: 999px;
	text-decoration: none !important;
	transition: all .18s ease;
}

.fs-hero-popular-2026__chip {
	border: 1px solid rgba(255,255,255,.18);
	background: rgba(18, 34, 61, .64);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	color: rgba(255,255,255,.95);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.07);
}

.fs-hero-popular-2026__chip:hover,
.fs-hero-popular-2026__chip:focus {
	transform: translateY(-1px);
	border-color: rgba(90,172,255,.42);
	background: rgba(28, 52, 90, .78);
	color: #fff;
}

.fs-hero-popular-2026__chip i {
	font-size: 16px;
}

.fs-hero-popular-2026__chip span {
	font-size: 18px;
	font-weight: 700;
}

.fs-hero-popular-2026__all {
	color: #2f8cff;
	font-size: 19px;
	font-weight: 700;
	padding-right: 0;
}

.fs-hero-popular-2026__all:hover,
.fs-hero-popular-2026__all:focus {
	color: #78beff;
}

@media (max-width: 1199px) {
	.fs-hero-2026__inner {
		width: calc(100% - 48px);
	}

	.fs-hero-2026__content {
		padding-top: 96px;
	}

	.fs-hero-search-2026 {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.fs-hero-search-2026__field--text,
	.fs-hero-search-2026__field--select {
		border-radius: 16px;
		border-right: 1px solid #dde5ef;
	}

	.fs-hero-search-2026__button {
		width: 100%;
		margin-left: 0;
	}
}

@media (max-width: 991px) {
	.fs-hero-2026 {
		min-height: 640px;
	}

	.fs-hero-2026__topbar .fs-hero-2026__inner {
		min-height: 84px;
	}

	.fs-hero-2026__nav {
		gap: 16px;
	}

	.fs-hero-2026__nav a {
		min-height: 84px;
		font-size: 15px;
	}

	.fs-hero-2026__copy p {
		font-size: 19px;
	}

	.fs-hero-popular-2026__label {
		width: 100%;
		font-size: 18px;
	}

	.fs-hero-popular-2026__chip span {
		font-size: 16px;
	}

	.fs-hero-popular-2026__all {
		font-size: 17px;
	}
}

@media (max-width: 767px) {
	.fs-hero-2026 {
		min-height: auto;
	}

	.fs-hero-2026__inner {
		width: calc(100% - 32px);
	}

	.fs-hero-2026__topbar .fs-hero-2026__inner {
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		gap: 8px;
		padding: 14px 0;
		min-height: 0;
	}

	.fs-hero-2026__logo img {
		height: 38px;
	}

	.fs-hero-2026__nav {
		gap: 12px;
		flex-wrap: wrap;
	}

	.fs-hero-2026__nav a {
		min-height: 42px;
		padding: 0 4px;
		font-size: 15px;
	}

	.fs-hero-2026__nav a.is-active:after {
		left: 4px;
		right: 4px;
	}

	.fs-hero-2026__content {
		padding-top: 46px;
		padding-bottom: 54px;
	}

	.fs-hero-2026__copy h1 {
		font-size: 44px;
		line-height: 1.06;
	}

	.fs-hero-2026__copy p {
		margin-top: 18px;
		font-size: 18px;
		line-height: 1.5;
	}

	.fs-hero-search-2026 {
		margin-top: 28px;
		padding: 12px;
		border-radius: 18px;
	}

	.fs-hero-search-2026__field,
	.fs-hero-search-2026__button {
		height: 60px;
	}

	.fs-hero-search-2026 input,
	.fs-hero-search-2026 select {
		font-size: 17px;
		padding-left: 56px;
	}

	.fs-hero-search-2026__field i {
		left: 20px;
		font-size: 20px;
	}

	.fs-hero-search-2026__field--select:after {
		right: 20px;
		font-size: 20px;
	}

	.fs-hero-search-2026__button {
		font-size: 18px;
	}

	.fs-hero-popular-2026 {
		margin-top: 24px;
		gap: 12px;
	}

	.fs-hero-popular-2026__items {
		gap: 10px;
	}

	.fs-hero-popular-2026__chip,
	.fs-hero-popular-2026__all {
		min-height: 44px;
		padding: 0 14px;
	}
}

/* Mobile navigation update: logo left, menu button right */
.fs-hero-2026__menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 14px;
	background: rgba(255,255,255,.08);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
	cursor: pointer;
	transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.fs-hero-2026__menu-toggle span {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 999px;
	background: #fff;
	transition: transform .18s ease, opacity .18s ease;
}

.fs-hero-2026__menu-toggle:hover,
.fs-hero-2026__menu-toggle:focus {
	background: rgba(47,140,255,.18);
	border-color: rgba(47,140,255,.42);
	outline: none;
}

.fs-hero-2026--menu-open .fs-hero-2026__menu-toggle span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.fs-hero-2026--menu-open .fs-hero-2026__menu-toggle span:nth-child(2) {
	opacity: 0;
}

.fs-hero-2026--menu-open .fs-hero-2026__menu-toggle span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 767px) {
	.fs-hero-2026__topbar {
		position: relative;
	}

	.fs-hero-2026__topbar .fs-hero-2026__inner {
		position: relative;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		padding: 12px 0;
		min-height: 72px;
	}

	.fs-hero-2026__logo {
		min-width: 0;
		max-width: calc(100% - 64px);
	}

	.fs-hero-2026__logo img {
		height: 36px;
		max-width: 210px;
		object-fit: contain;
	}

	.fs-hero-2026__menu-toggle {
		display: inline-flex;
		flex: 0 0 48px;
	}

	.fs-hero-2026__nav {
		display: none;
		position: absolute;
		top: calc(100% + 10px);
		right: 0;
		z-index: 20;
		width: min(260px, calc(100vw - 32px));
		padding: 10px;
		border: 1px solid rgba(255,255,255,.14);
		border-radius: 18px;
		background: rgba(3, 15, 32, .96);
		box-shadow: 0 22px 55px rgba(0,0,0,.38);
		backdrop-filter: blur(18px);
		-webkit-backdrop-filter: blur(18px);
	}

	.fs-hero-2026--menu-open .fs-hero-2026__nav {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 4px;
		flex-wrap: nowrap;
	}

	.fs-hero-2026__nav a {
		justify-content: flex-start;
		min-height: 48px;
		padding: 0 14px;
		border-radius: 12px;
		font-size: 16px;
		color: rgba(255,255,255,.92);
	}

	.fs-hero-2026__nav a:hover,
	.fs-hero-2026__nav a:focus,
	.fs-hero-2026__nav a.is-active {
		background: rgba(47,140,255,.14);
		color: #fff;
	}

	.fs-hero-2026__nav a.is-active:after {
		display: none;
	}
}

@media (max-width: 420px) {
	.fs-hero-2026__logo img {
		height: 32px;
		max-width: 180px;
	}

	.fs-hero-2026__menu-toggle {
		width: 44px;
		height: 44px;
		flex-basis: 44px;
	}
}


/* VIP / Premium companies 2026 - fixed flex/grid + swipe layout */
.fs-vip-2026,
.fs-vip-2026 * {
    box-sizing: border-box;
}

.fs-vip-2026 {
    padding: 46px 0 44px;
    background:
        radial-gradient(circle at 88% 12%, rgba(13,110,253,.08), transparent 32%),
        linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Open Sans", Arial, sans-serif;
}

.fs-vip-2026__shell {
    position: relative;
    width: min(100%, 1040px);
    margin: 0 auto;
    padding: 38px 40px 46px;
    border: 1px solid #dfe7f2;
    border-radius: 28px;
    background: rgba(255,255,255,.95);
    box-shadow: 0 24px 64px rgba(10, 27, 56, .12);
    overflow: hidden;
}

.fs-vip-2026__shell:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(239,246,255,.58));
    pointer-events: none;
}

.fs-vip-2026__header,
.fs-vip-2026__grid {
    position: relative;
    z-index: 1;
}

.fs-vip-2026__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 30px;
}

.fs-vip-2026__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #41a317;
    font-size: 13px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.fs-vip-2026__eyebrow .fa {
    color: #41a317;
}

.fs-vip-2026 h2 {
    margin: 0;
    color: #061631;
    font-size: clamp(31px, 3vw, 43px);
    line-height: 1.1;
    font-weight: 850;
    letter-spacing: -.02em;
}

.fs-vip-2026__title-block p {
    max-width: 660px;
    margin: 14px 0 0;
    color: #52627d;
    font-size: 17px;
    line-height: 1.55;
    font-weight: 500;
}

.fs-vip-2026__actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}

.fs-vip-2026__all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 12px;
    color: #074fbd;
    font-size: 15px;
    font-weight: 850;
    text-decoration: none !important;
}

.fs-vip-2026__all:hover,
.fs-vip-2026__all:focus {
    color: #0564e8;
}

.fs-vip-2026__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid #d8e1ee;
    border-radius: 16px;
    background: #fff;
    color: #062452;
    font-size: 21px;
    box-shadow: 0 10px 24px rgba(10, 27, 56, .06);
    cursor: pointer;
    transition: transform .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.fs-vip-2026__arrow:hover,
.fs-vip-2026__arrow:focus {
    transform: translateY(-1px);
    border-color: rgba(47,140,255,.42);
    color: #0564e8;
    box-shadow: 0 14px 30px rgba(10, 27, 56, .12);
    outline: none;
}

/* Desktop: flex is used intentionally so it cannot collapse into single-column grid. */
.fs-vip-2026__grid {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    gap: 24px !important;
    width: 100% !important;
    min-width: 0 !important;
}

.fs-vip-2026--count-1 .fs-vip-2026__grid {
    justify-content: center !important;
    overflow: visible !important;
}

.fs-vip-2026--count-2 .fs-vip-2026__grid,
.fs-vip-2026--count-3 .fs-vip-2026__grid {
    justify-content: flex-start !important;
    overflow: visible !important;
}

.fs-vip-2026--swipe-desktop .fs-vip-2026__grid {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 16px;
    scrollbar-width: none;
}

.fs-vip-2026--swipe-desktop .fs-vip-2026__grid::-webkit-scrollbar {
    display: none;
}

.fs-vip-2026 .fs-vip-company {
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    min-height: 430px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 1px solid #dfe7f2 !important;
    border-radius: 20px !important;
    background: #fff !important;
    box-shadow: 0 18px 40px rgba(10, 27, 56, .10) !important;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.fs-vip-2026--count-1 .fs-vip-company {
    flex: 0 1 520px !important;
    width: 520px !important;
    max-width: 100% !important;
}

.fs-vip-2026--count-2 .fs-vip-company {
    flex: 0 0 calc((100% - 24px) / 2) !important;
    width: calc((100% - 24px) / 2) !important;
    max-width: calc((100% - 24px) / 2) !important;
}

.fs-vip-2026--count-3 .fs-vip-company,
.fs-vip-2026--swipe-desktop .fs-vip-company {
    flex: 0 0 calc((100% - 48px) / 3) !important;
    width: calc((100% - 48px) / 3) !important;
    max-width: calc((100% - 48px) / 3) !important;
    scroll-snap-align: start;
}

.fs-vip-2026 .fs-vip-company:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: linear-gradient(90deg, #74b72e, #a9cd21);
}

.fs-vip-2026 .fs-vip-company:hover {
    transform: translateY(-4px);
    border-color: rgba(47,140,255,.28) !important;
    box-shadow: 0 26px 58px rgba(10, 27, 56, .16) !important;
}

.fs-vip-company__image {
    position: relative;
    display: block;
    height: 185px;
    overflow: hidden;
    background: #071b33;
    text-decoration: none !important;
}

.fs-vip-2026 .fs-vip-company img {
    position: static !important;
    inset: auto !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    padding: 0 !important;
    transition: transform .35s ease, filter .35s ease;
}

.fs-vip-2026 .fs-vip-company:hover img {
    transform: scale(1.055);
    filter: saturate(1.05) contrast(1.03);
}

.fs-vip-company__badge {
    position: absolute;
    left: 14px;
    top: 14px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 30px;
    padding: 0 11px;
    border-radius: 9px;
    background: rgba(3, 15, 32, .92);
    color: #ffd65a;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .04em;
    text-transform: uppercase;
    box-shadow: 0 10px 24px rgba(0,0,0,.20);
}

.fs-vip-company__bookmark {
    position: absolute;
    right: 14px;
    top: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255,255,255,.65);
    border-radius: 12px;
    background: rgba(3, 15, 32, .22);
    color: #fff;
    font-size: 18px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.fs-vip-company__body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 20px 20px 22px;
}

.fs-vip-company__category {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    max-width: 100%;
    min-height: 31px;
    margin-bottom: 13px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 850;
    text-decoration: none !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fs-vip-company__category--blue {
    border: 1px solid rgba(47,140,255,.34);
    background: rgba(47,140,255,.07);
    color: #0759d1;
}

.fs-vip-company__category--green {
    border: 1px solid rgba(65,163,23,.34);
    background: rgba(65,163,23,.08);
    color: #23820b;
}

.fs-vip-company h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 54px;
    margin: 0 0 10px !important;
    padding: 0 !important;
    overflow: hidden;
    color: #071631;
    font-size: 22px !important;
    line-height: 1.22;
    font-weight: 850;
    letter-spacing: -.018em;
    text-align: left !important;
}

.fs-vip-company h3 a {
    color: inherit;
    text-decoration: none !important;
}

.fs-vip-company h3 a:hover,
.fs-vip-company h3 a:focus {
    color: #0564e8;
}

.fs-vip-company__desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 44px;
    max-height: 44px;
    margin: 0 0 16px;
    overflow: hidden;
    color: #53637e;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 500;
}

.fs-vip-company__meta {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #e7edf5;
    color: #33435f;
    font-size: 13px;
    font-weight: 750;
}

.fs-vip-company__meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
}

.fs-vip-company__meta i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: rgba(47,140,255,.10);
    color: #0759d1;
    font-size: 12px;
}

.fs-vip-company__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 52px;
    margin-top: 18px;
    border-radius: 12px;
    background: linear-gradient(135deg, #082556 0%, #041936 100%);
    color: #fff !important;
    font-size: 15px;
    font-weight: 850;
    text-decoration: none !important;
    box-shadow: 0 12px 28px rgba(4,25,54,.20);
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.fs-vip-company__cta:hover,
.fs-vip-company__cta:focus {
    transform: translateY(-1px);
    background: linear-gradient(135deg, #0564e8 0%, #074fbd 100%);
    box-shadow: 0 16px 34px rgba(5,100,232,.28);
}

@media (max-width: 1199px) {
    .fs-vip-2026__shell {
        width: min(100%, 940px);
        padding: 34px 30px 40px;
    }

    .fs-vip-2026--count-3 .fs-vip-company,
    .fs-vip-2026--swipe-desktop .fs-vip-company {
        flex-basis: calc((100% - 24px) / 2) !important;
        width: calc((100% - 24px) / 2) !important;
        max-width: calc((100% - 24px) / 2) !important;
    }
}

@media (max-width: 767px) {
    .fs-vip-2026 {
        padding: 32px 0 28px;
    }

    .fs-vip-2026 .container {
        width: 100% !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .fs-vip-2026__shell {
        width: 100% !important;
        padding: 26px 18px 32px;
        border-radius: 22px;
    }

    .fs-vip-2026__header {
        display: block;
        margin-bottom: 22px;
    }

    .fs-vip-2026 h2 {
        font-size: 29px;
        line-height: 1.12;
        letter-spacing: -.02em;
    }

    .fs-vip-2026__title-block p {
        margin-top: 10px;
        font-size: 15px;
    }

    .fs-vip-2026__actions {
        margin-top: 16px;
        justify-content: flex-start;
    }

    .fs-vip-2026__all {
        padding-left: 0;
        margin-right: auto;
    }

    .fs-vip-2026__arrow {
        width: 44px;
        height: 44px;
        border-radius: 14px;
    }

    .fs-vip-2026__grid,
    .fs-vip-2026--count-1 .fs-vip-2026__grid,
    .fs-vip-2026--count-2 .fs-vip-2026__grid,
    .fs-vip-2026--count-3 .fs-vip-2026__grid,
    .fs-vip-2026--swipe-desktop .fs-vip-2026__grid {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        align-items: stretch !important;
        gap: 16px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 18px;
        margin-left: -2px;
        margin-right: -2px;
        scrollbar-width: none;
    }

    .fs-vip-2026__grid::-webkit-scrollbar {
        display: none;
    }

    .fs-vip-2026 .fs-vip-company,
    .fs-vip-2026--count-1 .fs-vip-company,
    .fs-vip-2026--count-2 .fs-vip-company,
    .fs-vip-2026--count-3 .fs-vip-company,
    .fs-vip-2026--swipe-desktop .fs-vip-company {
        flex: 0 0 88% !important;
        width: 88% !important;
        min-width: 88% !important;
        max-width: 88% !important;
        min-height: 410px !important;
        border-radius: 17px !important;
        scroll-snap-align: start;
    }

    .fs-vip-company__image {
        height: 160px;
    }

    .fs-vip-company__body {
        padding: 16px;
    }

    .fs-vip-company h3 {
        min-height: auto;
        font-size: 20px !important;
    }

    .fs-vip-company__desc {
        min-height: 43px;
        max-height: 43px;
        font-size: 14px;
    }
}

@media (max-width: 420px) {
    .fs-vip-2026__shell {
        padding-left: 14px;
        padding-right: 14px;
    }

    .fs-vip-2026 h2 {
        font-size: 27px;
    }

    .fs-vip-2026 .fs-vip-company,
    .fs-vip-2026--count-1 .fs-vip-company,
    .fs-vip-2026--count-2 .fs-vip-company,
    .fs-vip-2026--count-3 .fs-vip-company,
    .fs-vip-2026--swipe-desktop .fs-vip-company {
        flex-basis: 90% !important;
        width: 90% !important;
        min-width: 90% !important;
        max-width: 90% !important;
    }

    .fs-vip-company__meta {
        gap: 8px;
        font-size: 12px;
    }
}
