/* Venkat Fitness Enquiries
 * Light membership cards matching the Gym Pro package layout.
 * Scoped to .vf-enq so the theme is not restyled.
 */

.vf-enq,
.vf-enq *,
.vf-enq *::before,
.vf-enq *::after {
	box-sizing: border-box;
}

.vf-enq {
	--vf-white: #ffffff;
	--vf-card: #f6f6f7;
	--vf-gray: #575757;
	--vf-red: #e50914;
	--vf-ink: #111318;
	--vf-line: #e6e6e8;
	position: relative;
	isolation: isolate;
	color: var(--vf-ink);
	font-family: inherit;
	font-size: 16px;
	line-height: 1.5;
	color-scheme: light;
	background: transparent;
	padding: 28px 16px 36px;
	scroll-margin-top: 96px;
}

.vf-enq--popup {
	padding: 0;
	margin: 0;
}

.vf-enq h2,
.vf-enq h3,
.vf-enq p,
.vf-enq ul {
	margin: 0;
	padding: 0;
}

.vf-enq button,
.vf-enq input,
.vf-enq select,
.vf-enq textarea {
	font-family: inherit;
	letter-spacing: 0;
	text-transform: none;
}

.vf-enq button {
	cursor: pointer;
	margin: 0;
}

.vf-enq a {
	color: inherit;
}

.vf-enq__inner {
	position: relative;
	z-index: 1;
	width: min(1180px, 100%);
	margin: 0 auto;
}

.vf-head {
	text-align: center;
	margin-bottom: 22px;
}

.vf-enq .vf-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 10px;
	color: var(--vf-red);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.vf-kicker__bar {
	width: 18px;
	height: 2px;
	background: var(--vf-red);
	display: inline-block;
}

.vf-title {
	color: var(--vf-ink);
	font-size: clamp(28px, 4vw, 44px);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.02em;
}

.vf-enq .vf-sub {
	margin-top: 10px;
	color: var(--vf-gray);
	font-size: 16px;
}

.vf-switch-wrap {
	display: flex;
	justify-content: center;
	margin: 0 0 26px;
}

.vf-switch {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 4px;
	background: #efeff1;
	border-radius: 999px;
}

.vf-enq button.vf-switch__btn {
	appearance: none;
	border: 0;
	background: transparent;
	color: var(--vf-gray);
	border-radius: 999px;
	padding: 10px 18px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	box-shadow: none;
}

.vf-enq button.vf-switch__btn.is-active {
	background: var(--vf-red);
	color: #fff;
}

.vf-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	align-items: stretch;
}

.vf-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	background: var(--vf-card);
	border-radius: 28px;
	padding: 28px 22px 18px;
	box-shadow: 0 12px 32px rgba(17, 19, 24, 0.05);
	animation: vf-rise 0.55s ease both;
	animation-delay: var(--vf-d, 0s);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.vf-card > * {
	position: relative;
	z-index: 1;
}

.vf-card:not(.vf-card--cta)::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	border-radius: inherit;
	background:
		linear-gradient(165deg, rgba(8, 5, 23, 0.72), rgba(8, 5, 23, 0.92)),
		radial-gradient(420px 220px at 20% 0%, rgba(229, 9, 20, 0.55), transparent 70%);
	opacity: 0;
	transition: opacity 0.35s ease;
	pointer-events: none;
}

.vf-card__icon {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: var(--vf-red);
	display: grid;
	place-items: center;
	margin-bottom: 22px;
}

.vf-enq .vf-badge {
	align-self: flex-start;
	display: inline-block;
	margin: 0 0 10px;
	padding: 4px 8px;
	border-radius: 999px;
	background: var(--vf-red);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.vf-enq .vf-card__title {
	color: #1a1a1a;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 10px;
}

.vf-enq .vf-card__lead {
	color: var(--vf-gray);
	font-size: 15px;
	line-height: 1.45;
	margin: 0 0 18px;
}

.vf-enq .vf-points {
	list-style: none;
	margin: 0 0 22px;
	display: grid;
	gap: 12px;
}

.vf-points li {
	position: relative;
	padding-left: 26px;
	color: #2a2a2a;
	font-size: 15px;
	line-height: 1.4;
}

.vf-points li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.15em;
	width: 16px;
	height: 16px;
	background: no-repeat center / 16px 16px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 8.2l3.1 3.1L13 4.5' fill='none' stroke='%23E50914' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.vf-pricebox {
	margin-top: auto;
	background: var(--vf-ink);
	color: #fff;
	border-radius: 18px;
	padding: 14px 14px 14px 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.vf-pricebox__amt {
	display: block;
	color: #fff;
	font-size: 26px;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.1;
}

.vf-pricebox__per {
	display: block;
	margin-top: 4px;
	color: rgba(255, 255, 255, 0.62);
	font-size: 13px;
	font-weight: 600;
}

.vf-enq button.vf-join,
.vf-enq a.vf-join {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	flex: 0 0 auto;
	background: var(--vf-red);
	color: #fff;
	border: 0;
	border-radius: 999px;
	padding: 12px 16px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	box-shadow: none;
	white-space: nowrap;
}

.vf-enq button.vf-join:hover,
.vf-enq a.vf-join:hover {
	background: #c40812;
	color: #fff;
}

@media (hover: hover) and (pointer: fine) {
	.vf-card:not(.vf-card--cta):hover,
	.vf-card:not(.vf-card--cta):focus-within {
		transform: translateY(-4px);
		box-shadow: 0 18px 40px rgba(8, 5, 23, 0.22);
	}

	.vf-card:not(.vf-card--cta):hover::before,
	.vf-card:not(.vf-card--cta):focus-within::before {
		opacity: 1;
	}

	.vf-card:not(.vf-card--cta):hover .vf-card__title,
	.vf-card:not(.vf-card--cta):focus-within .vf-card__title,
	.vf-card:not(.vf-card--cta):hover .vf-card__lead,
	.vf-card:not(.vf-card--cta):focus-within .vf-card__lead,
	.vf-card:not(.vf-card--cta):hover .vf-points li,
	.vf-card:not(.vf-card--cta):focus-within .vf-points li {
		color: #fff;
	}

	.vf-card:not(.vf-card--cta):hover .vf-points li::before,
	.vf-card:not(.vf-card--cta):focus-within .vf-points li::before {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 8.2l3.1 3.1L13 4.5' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	}

	.vf-card:not(.vf-card--cta):hover .vf-pricebox,
	.vf-card:not(.vf-card--cta):focus-within .vf-pricebox {
		background: rgba(255, 255, 255, 0.08);
		box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
	}
}

.vf-card--cta {
	background: var(--vf-ink);
	color: #fff;
	text-align: center;
	align-items: center;
	justify-content: center;
	padding: 36px 26px;
}

.vf-enq .vf-card--cta h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.15;
	margin: 0 0 12px;
}

.vf-enq .vf-card--cta p {
	color: rgba(255, 255, 255, 0.74);
	font-size: 15px;
	line-height: 1.5;
	max-width: 28ch;
	margin: 0 0 16px;
}

.vf-cta-phone {
	color: #fff !important;
	font-size: 18px !important;
	font-weight: 800;
	margin-bottom: 22px !important;
}

.vf-cta-phone a {
	color: #fff;
	text-decoration: none;
}

.vf-enq .vf-note {
	margin-top: 22px;
	text-align: center;
	color: var(--vf-gray);
	font-size: 14px;
}

.vf-enq .vf-empty,
.vf-enq .vf-banner {
	margin: 0 0 18px;
	padding: 14px 16px;
	border-radius: 14px;
	background: #f6f6f7;
	color: var(--vf-ink);
	text-align: center;
}

.vf-banner--error {
	background: #fff1f1;
	color: #9d0710;
}

.vf-modal {
	width: min(680px, calc(100vw - 24px));
	max-height: calc(100vh - 24px);
	padding: 0;
	border: 0;
	border-radius: 24px;
	background: #fff;
	color: var(--vf-ink);
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.vf-modal::backdrop {
	background: rgba(8, 5, 23, 0.55);
}

.vf-modal__bar {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	padding: 22px 24px 8px;
}

.vf-enq .vf-modal__bar h3 {
	margin: 4px 0 0;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.2;
	color: var(--vf-ink);
}

.vf-enq button.vf-close {
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 50%;
	background: #f0f0f2;
	color: #111;
	font-size: 26px;
	line-height: 1;
	box-shadow: none;
}

.vf-modal__body {
	padding: 8px 24px 28px;
	max-height: min(72vh, 760px);
	overflow: auto;
}

.vf-form-card {
	background: var(--vf-card);
	border-radius: 28px;
	padding: 24px 22px 22px;
}

.vf-enq .vf-pick {
	margin: 4px 0 18px;
	padding: 12px 14px;
	border-radius: 12px;
	background: #fff4f4;
	color: #111;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

.vf-form__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px 16px;
}

.vf-field {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 0;
}

.vf-form > .vf-field {
	margin-top: 18px;
}

.vf-field > span {
	color: #2c2c2c;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
}

.vf-field i {
	color: var(--vf-red);
	font-style: normal;
}

.vf-enq .vf-field input,
.vf-enq .vf-field select,
.vf-enq .vf-field textarea {
	width: 100%;
	margin: 0;
	min-height: 48px;
	padding: 12px 14px;
	border: 1px solid var(--vf-line);
	border-radius: 12px;
	background: #fff;
	color: #111;
	font-size: 16px;
	line-height: 1.4;
	box-shadow: none;
}

.vf-enq .vf-field textarea {
	min-height: 110px;
	resize: vertical;
}

.vf-consent {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 20px 0 6px;
	color: #2c2c2c;
	font-size: 14px;
	line-height: 1.45;
}

.vf-enq .vf-consent input {
	width: 18px;
	height: 18px;
	margin: 2px 0 0;
	flex: 0 0 auto;
	accent-color: var(--vf-red);
}

.vf-error {
	display: none;
	margin: 0;
	color: var(--vf-red);
	font-size: 13px;
	line-height: 1.35;
}

.vf-error:not(:empty) {
	display: block;
	margin-top: 2px;
}

.vf-error--block:not(:empty) {
	margin: 0 0 8px 30px;
}

.vf-enq button.vf-btn,
.vf-enq a.vf-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 14px;
	padding: 14px 18px;
	border: 0;
	border-radius: 999px;
	background: var(--vf-red);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	box-shadow: none;
}

.vf-enq button.vf-btn:hover,
.vf-enq a.vf-btn:hover {
	background: #c40812;
	color: #fff;
}

.vf-enq button.vf-btn--ghost {
	background: transparent;
	color: #111;
	border: 1px solid #111;
}

.vf-enq button.vf-btn:disabled {
	opacity: 0.65;
	cursor: wait;
}

.vf-enq .vf-form__note {
	min-height: 0;
	margin: 12px 0 0;
	color: #9d0710;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
}

.vf-form__note:empty {
	display: none;
}

.vf-success {
	text-align: center;
	padding: 12px 8px 4px;
}

.vf-enq .vf-success h3 {
	margin: 8px 0 8px;
	font-size: 24px;
	font-weight: 800;
}

.vf-enq .vf-success p {
	margin: 0 0 8px;
	color: var(--vf-gray);
}

.vf-check {
	width: 64px;
	height: 64px;
}

.vf-sr {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.vf-enq :focus-visible {
	outline: 2px solid var(--vf-red);
	outline-offset: 2px;
}

html.vf-lock {
	overflow: hidden;
}

@keyframes vf-rise {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

@media (max-width: 980px) {
	.vf-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	.vf-enq {
		padding: 20px 12px 28px;
	}

	.vf-cards,
	.vf-form__grid {
		grid-template-columns: 1fr;
	}

	.vf-card {
		border-radius: 22px;
		padding: 22px 16px 14px;
	}

	.vf-pricebox {
		align-items: flex-start;
		flex-direction: column;
	}

	.vf-enq button.vf-join,
	.vf-enq a.vf-join {
		width: 100%;
	}

	.vf-modal__bar,
	.vf-modal__body {
		padding-left: 16px;
		padding-right: 16px;
	}

	.vf-switch {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.vf-enq button.vf-switch__btn {
		padding: 10px 6px;
		font-size: 13px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vf-card {
		animation: none;
		transition: none;
	}
}
