/* Founders Circle Page Styles */

/* ── HERO ── */
.fc-stats-section .container,.recognition-impact-section  .container,.our-promise-section .container,#formSection  .container{
	max-width: 1140px;
}
.fc-hero-section .hero-bg {
	min-height: 420px;
}

.fc-hero-section .hero-content {
	max-width: 800px;
}

.fc-eyebrow {
	display: inline-block;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #c084fc;
	background: rgba(147, 51, 234, 0.12);
	border: 1px solid rgba(147, 51, 234, 0.3);
	padding: 6px 16px;
	border-radius: 100px;
	margin-bottom: 16px;
}

.fc-hero-desc {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 160%;
	max-width: 680px;
	margin: 0 auto;
}

/* ── STATS BAR ── */
.fc-stats-section {
	padding: 48px 0;
}

.fc-stats-bar {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.fc-stat-item {
	background: rgba(255, 255, 255, 0.04);
	border: 2px solid #282828;
	border-radius: 20px;
	padding: 28px 20px;
	text-align: center;
	backdrop-filter: blur(20px);
}

.fc-stat-number {
	font-family: 'Montserrat', Inter, -apple-system, Roboto, Helvetica, sans-serif;
	font-size: 2.2rem;
	font-weight: 900;
	letter-spacing: -1px;
	line-height: 1;
}

.fc-stat-label {
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #fff;
	margin-top: 10px;
}

/* ── BRANDS BAR ── */
.fc-brands-bar {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
	background: rgba(255, 255, 255, 0.03);
	border: 2px solid #282828;
	border-radius: 16px;
	padding: 18px 24px;
}

.fc-brands-label {
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	flex-shrink: 0;
}

.fc-brand-chip {
	font-size: 0.84rem;
	font-weight: 600;
	color: #fff;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	padding: 6px 14px;
	border-radius: 8px;
}

/* ── CRITERIA BLOCK ── */
.fc-criteria-block {
	border-radius: 30px;
	border: 2px solid #282828;
	background: #12121D;
	padding: 40px 48px;
	margin-top: 24px;
}

.fc-criteria-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 16px;
}

.fc-criteria-list li {
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.80);
	line-height: 1.6;
	padding-left: 38px;
	position: relative;
}

.fc-criteria-list li::before {
	content: '✓';
	position: absolute;
	left: 0;
	top: 1px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: linear-gradient(135deg, #9333EA, #EA580C);
	color: #fff;
	font-size: 0.65rem;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fc-criteria-footnote {
	font-size: 0.82rem;
	color: #fff;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dashed rgba(255, 255, 255, 0.1);
	font-style: italic;
}

/* ── FORM SECTION ── */
.fc-form-section {
	background: #12121D;
	border: 2px solid #282828;
	border-radius: 30px;
	padding: 48px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 4px 24px -1px rgba(0, 0, 0, 0.30);
	backdrop-filter: blur(20px);
}

.fc-form-section::before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0;
	height: 3px;
	background: linear-gradient(90deg, #9333EA 0%, #EA580C 100%);
}

.fc-form-title {
	font-family: 'Montserrat', Inter, -apple-system, Roboto, Helvetica, sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	color: #111;
	letter-spacing: -0.3px;
	margin: 0;
}

.fc-seats-badge {
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #f87171;
	background: rgba(248, 113, 113, 0.1);
	border: 1px solid rgba(248, 113, 113, 0.25);
	padding: 6px 12px;
	border-radius: 8px;
	white-space: nowrap;
	align-self: flex-start;
	margin-top: 4px;
}

.fc-form-subtitle {
	font-size: 0.92rem;
	color: #111;
	margin-top: 8px;
	margin-bottom: 28px;
	line-height: 1.6;
}

.fc-form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.fc-form-grid .full {
	grid-column: 1 / -1;
}

.fc-field-label {
	display: block;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #111;
	margin-bottom: 8px;
}

.fc-field-optional {
	color: #111;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
	font-size: 0.8em;
}

.fc-input {
	width: 100%;
	background: rgba(176, 176, 176, 0.3);
	border: 1px solid rgba(176, 176, 176, 0.10);
	border-radius: 10px;
	padding: 13px 16px;
	color: #111;
	font-size: 1rem;
	font-family: 'Montserrat', Inter, -apple-system, Roboto, Helvetica, sans-serif;
	transition: border-color 0.15s, box-shadow 0.15s;
	outline: none;
	-webkit-appearance: none;
}

.fc-input::placeholder {
	color: rgba(0, 0, 0, 0.5);
}

.fc-input:focus {
	border-color: #9333EA;
	box-shadow: 0 0 0 3px rgba(147, 51, 234, 0.15);
}

.fc-select {
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff40' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	padding-right: 40px;
}

.fc-select option {
	background: #1a1a2e;
	color: #fff;
}

.fc-textarea {
	resize: vertical;
	min-height: 90px;
	font-family: 'Montserrat', Inter, -apple-system, Roboto, Helvetica, sans-serif;
}

.fc-submit-btn {
	width: 100%;
	margin-top: 20px;
	background: linear-gradient(90deg, #9333EA 0%, #EA580C 100%);
	border: none;
	border-radius: 12px;
	padding: 16px;
	color: #fff;
	font-family: 'Montserrat', Inter, -apple-system, Roboto, Helvetica, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	cursor: pointer;
	letter-spacing: 0.3px;
	transition: opacity 0.18s, transform 0.1s, box-shadow 0.18s;
	box-shadow: 0 4px 20px rgba(147, 51, 234, 0.30);
}

.fc-submit-btn:hover {
	opacity: 0.88;
	box-shadow: 0 6px 28px rgba(147, 51, 234, 0.42);
}

.fc-submit-btn:active {
	transform: scale(0.99);
}

.fc-submit-btn:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

.fc-privacy-note {
	font-size: 0.72rem;
	color: #fff;
	text-align: center;
	margin-top: 14px;
	line-height: 1.5;
}

.fc-form-error {
	display: none;
	background: rgba(220, 38, 38, 0.08);
	border: 1px solid rgba(220, 38, 38, 0.25);
	color: #fca5a5;
	font-size: 0.85rem;
	padding: 12px 16px;
	border-radius: 10px;
	margin-top: 14px;
}

/* ── SUCCESS STATE ── */
.fc-success-message {
	display: none;
	text-align: center;
	padding: 48px 20px;
}

.fc-success-check {
	width: 64px;
	height: 64px;
	background: linear-gradient(135deg, #9333EA, #EA580C);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	color: #111;
	font-size: 2rem;
	font-weight: 900;
	box-shadow: 0 6px 24px rgba(147, 51, 234, 0.40);
}

.fc-success-message h2 {
	font-family: 'Montserrat', Inter, -apple-system, Roboto, Helvetica, sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	color: #111;
	margin-bottom: 10px;
}

.fc-success-message p {
	color: #111;
	font-size: 0.95rem;
	line-height: 1.65;
	max-width: 500px;
	margin: 0 auto;
}

/* ── RESPONSIVE ── */
@media (max-width: 992px) {
	.fc-stats-bar {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.fc-hero-section .hero-bg {
		min-height: 340px;
	}

	.fc-hero-desc {
		font-size: 16px;
	}

	.fc-criteria-block {
		padding: 28px 24px;
	}

	.fc-form-section {
		padding: 32px 24px;
	}

	.fc-form-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	.fc-stats-bar {
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	.fc-stat-item {
		padding: 20px 12px;
	}

	.fc-stat-number {
		font-size: 1.7rem;
	}

	.fc-form-section {
		padding: 24px 18px;
	}

	.fc-criteria-block {
		padding: 22px 18px;
	}
}

/* ── MODAL ── */
.fc-modal-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(255, 255, 255, 0.80);
	z-index: 9999;
	align-items: center;
	justify-content: center;
	padding: 20px;
	backdrop-filter: blur(4px);
}

.fc-modal-overlay.active {
	display: flex;
}

.fc-modal {
	background: #fff;
	border: 2px solid #282828;
	border-radius: 24px;
	width: 100%;
	max-width: 700px;
	max-height: 92vh;
	overflow-y: auto;
	position: relative;
	padding: 44px 48px 40px;
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.60);
}

.fc-modal-close {
	position: absolute;
	top: 16px;
	right: 20px;
	background: rgba(0, 0, 0, 0.06);
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 50%;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.65);
	font-size: 1.1rem;
	line-height: 1;
	transition: background 0.15s, color 0.15s;
}

.fc-modal-close:hover {
	background: rgba(0, 0, 0, 0.14);
	color: #111;
}

@media (max-width: 640px) {
	.fc-modal {
		padding: 36px 20px 28px;
	}

	.fc-modal::before {
		margin: -36px -20px 28px;
	}

	.fc-form-grid {
		grid-template-columns: 1fr;
	}
	.fc-eyebrow{
		display: none;
	}
}
