/* ──────────────────────────────────────────────
   Criadores — Coming Soon Landpage
   Visual: dark premium / mistério / urgência
   ────────────────────────────────────────────── */

.crs {
	font-family: 'Montserrat', system-ui, -apple-system, sans-serif;
	background: #050507;
	color: #e9e9ef;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

.crs * { box-sizing: border-box; }

.crs-section__inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 24px;
}

/* ═══ HERO ═══ */
.crs-hero {
	position: relative;
	padding: 80px 0 100px;
	overflow: hidden;
	background:
		radial-gradient(ellipse at 20% 0%, rgba(226, 83, 82, 0.18) 0%, transparent 50%),
		radial-gradient(ellipse at 80% 100%, rgba(226, 83, 82, 0.12) 0%, transparent 50%),
		linear-gradient(180deg, #08080c 0%, #050507 100%);
}

.crs-hero__bg {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(226, 83, 82, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(226, 83, 82, 0.04) 1px, transparent 1px);
	background-size: 60px 60px;
	mask-image: radial-gradient(ellipse at center, black 0%, transparent 70%);
	-webkit-mask-image: radial-gradient(ellipse at center, black 0%, transparent 70%);
	pointer-events: none;
}

.crs-hero__inner {
	position: relative;
	max-width: 820px;
	margin: 0 auto;
	padding: 0 24px;
	text-align: center;
}

.crs-pre {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.18em;
	color: #ffb3b3;
	background: rgba(226, 83, 82, 0.08);
	border: 1px solid rgba(226, 83, 82, 0.25);
	padding: 8px 16px;
	border-radius: 999px;
	margin-bottom: 28px;
}

.crs-pre__dot {
	width: 6px;
	height: 6px;
	background: #e25352;
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(226, 83, 82, 0.8);
	animation: crsPulse 2s infinite;
}

@keyframes crsPulse {
	0%   { box-shadow: 0 0 0 0 rgba(226, 83, 82, 0.7); }
	70%  { box-shadow: 0 0 0 14px rgba(226, 83, 82, 0); }
	100% { box-shadow: 0 0 0 0 rgba(226, 83, 82, 0); }
}

.crs-h1 {
	font-size: clamp(36px, 6vw, 64px);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -0.02em;
	margin: 0 0 24px;
	color: #fff;
}

.crs-h1__hl {
	background: linear-gradient(135deg, #e25352 0%, #ff8a87 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.crs-sub {
	font-size: clamp(15px, 1.6vw, 18px);
	line-height: 1.6;
	color: #b8b8c4;
	max-width: 620px;
	margin: 0 auto 40px;
}

.crs-sub strong {
	color: #fff;
	font-weight: 600;
}

/* ═══ FORM ═══ */
.crs-form {
	max-width: 520px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.crs-form__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.crs-form input {
	width: 100%;
	padding: 16px 18px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	color: #fff;
	font-family: inherit;
	font-size: 15px;
	transition: all 0.2s;
}

.crs-form input::placeholder { color: #6b6b7a; }

.crs-form input:focus {
	outline: none;
	background: rgba(255, 255, 255, 0.07);
	border-color: rgba(226, 83, 82, 0.6);
	box-shadow: 0 0 0 4px rgba(226, 83, 82, 0.12);
}

.crs-form__btn {
	margin-top: 8px;
	padding: 18px 24px;
	background: linear-gradient(135deg, #e25352 0%, #c93f3e 100%);
	border: none;
	border-radius: 12px;
	color: #fff;
	font-family: inherit;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.04em;
	cursor: pointer;
	transition: all 0.2s;
	box-shadow: 0 8px 32px rgba(226, 83, 82, 0.35);
}

.crs-form__btn:hover:not(:disabled) {
	transform: translateY(-2px);
	box-shadow: 0 12px 40px rgba(226, 83, 82, 0.5);
}

.crs-form__btn:disabled { opacity: 0.7; cursor: not-allowed; }

.crs-form__btn i { margin-right: 6px; }

.crs-form__legal {
	font-size: 11px;
	color: #6b6b7a;
	margin: 8px 0 0;
	letter-spacing: 0.04em;
}

/* ═══ COUNTER ═══ */
.crs-counter {
	margin-top: 32px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 20px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	font-size: 14px;
	color: #b8b8c4;
}

.crs-counter i { color: #e25352; }
.crs-counter strong { color: #fff; font-weight: 700; }

/* ═══ SUCCESS STATE ═══ */
.crs-success {
	max-width: 520px;
	margin: 0 auto;
	padding: 40px 32px;
	background: linear-gradient(135deg, rgba(226, 83, 82, 0.1), rgba(226, 83, 82, 0.02));
	border: 1px solid rgba(226, 83, 82, 0.3);
	border-radius: 16px;
	text-align: center;
	animation: crsFadeUp 0.6s ease-out;
}

@keyframes crsFadeUp {
	from { opacity: 0; transform: translateY(20px); }
	to   { opacity: 1; transform: translateY(0); }
}

.crs-success__icon {
	font-size: 48px;
	color: #4ade80;
	margin-bottom: 16px;
}

.crs-success h3 {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 12px;
}

.crs-success h3 strong {
	background: linear-gradient(135deg, #e25352, #ff8a87);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.crs-success p {
	color: #b8b8c4;
	line-height: 1.6;
	margin: 0 0 20px;
}

.crs-success__share {
	font-size: 13px;
	color: #8a8a99;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* ═══ SECTIONS COMUNS ═══ */
.crs-why,
.crs-coming,
.crs-founders,
.crs-faq,
.crs-final {
	padding: 80px 0;
}

.crs-why { background: #0a0a10; }
.crs-coming {
	background:
		radial-gradient(ellipse at 50% 0%, rgba(226, 83, 82, 0.08) 0%, transparent 60%),
		#08080c;
}
.crs-founders {
	background:
		radial-gradient(ellipse at 50% 50%, rgba(226, 83, 82, 0.12) 0%, transparent 60%),
		#0a0a10;
	text-align: center;
}
.crs-faq { background: #08080c; }
.crs-final {
	background: linear-gradient(135deg, #e25352 0%, #8a2a29 100%);
	text-align: center;
}

.crs-eyebrow {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: #8a8a99;
	margin-bottom: 16px;
}

.crs-eyebrow--hl { color: #e25352; }

.crs-h2 {
	font-size: clamp(28px, 4vw, 42px);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: #fff;
	margin: 0 0 48px;
	max-width: 800px;
}

.crs-founders .crs-h2 { margin-left: auto; margin-right: auto; }

.crs-h2__hl {
	background: linear-gradient(135deg, #e25352 0%, #ff8a87 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

/* ═══ WHY GRID ═══ */
.crs-why__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.crs-why__item {
	padding: 32px 28px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 16px;
	transition: all 0.3s;
}

.crs-why__item:hover {
	border-color: rgba(226, 83, 82, 0.3);
	transform: translateY(-4px);
}

.crs-why__icon {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(226, 83, 82, 0.12);
	border-radius: 12px;
	color: #ff8a87;
	font-size: 20px;
	margin-bottom: 20px;
}

.crs-why__item h3 {
	font-size: 19px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 10px;
}

.crs-why__item p {
	color: #a8a8b8;
	line-height: 1.6;
	margin: 0;
	font-size: 14px;
}

/* ═══ PILLARS ═══ */
.crs-pillars {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

.crs-pillar {
	position: relative;
	padding: 36px 28px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.01) 100%);
	border: 1px solid rgba(226, 83, 82, 0.15);
	border-radius: 20px;
}

.crs-pillar__num {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: #e25352;
	margin-bottom: 16px;
}

.crs-pillar h3 {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 12px;
}

.crs-pillar p {
	color: #a8a8b8;
	line-height: 1.6;
	margin: 0;
	font-size: 14px;
}

/* ═══ FOUNDERS ═══ */
.crs-founders__seal {
	width: 80px;
	height: 80px;
	margin: 0 auto 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #e25352, #c93f3e);
	border-radius: 50%;
	color: #fff;
	font-size: 32px;
	box-shadow: 0 12px 40px rgba(226, 83, 82, 0.5);
}

.crs-founders__sub {
	font-size: 17px;
	color: #b8b8c4;
	max-width: 540px;
	margin: 0 auto 36px;
	line-height: 1.6;
}

.crs-founders__sub strong { color: #fff; }

.crs-perks {
	list-style: none;
	padding: 0;
	margin: 0 auto 40px;
	max-width: 480px;
	text-align: left;
}

.crs-perks li {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 14px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	color: #e9e9ef;
	font-size: 15px;
}

.crs-perks li:last-child { border-bottom: none; }

.crs-perks i {
	width: 24px;
	height: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(74, 222, 128, 0.15);
	color: #4ade80;
	border-radius: 50%;
	font-size: 11px;
	flex-shrink: 0;
}

.crs-perks strong { color: #fff; font-weight: 700; }

/* ═══ CTA ═══ */
.crs-cta {
	display: inline-block;
	padding: 18px 36px;
	background: linear-gradient(135deg, #e25352 0%, #c93f3e 100%);
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0.04em;
	border-radius: 12px;
	box-shadow: 0 8px 32px rgba(226, 83, 82, 0.4);
	transition: all 0.2s;
}

.crs-cta:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 40px rgba(226, 83, 82, 0.55);
	color: #fff;
}

a.crs-cta.crs-cta--big,
a.crs-cta.crs-cta--big:link,
a.crs-cta.crs-cta--big:visited,
a.crs-cta.crs-cta--big:active,
a.crs-cta.crs-cta--big:focus {
	padding: 22px 48px !important;
	font-size: 18px !important;
	font-weight: 900 !important;
	letter-spacing: 0.08em !important;
	background: #ffffff !important;
	color: #000000 !important;
	text-decoration: none !important;
	text-shadow: none !important;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4) !important;
	border: 2px solid #ffffff !important;
	opacity: 1 !important;
	filter: none !important;
}

a.crs-cta.crs-cta--big:hover {
	color: #c93f3e !important;
	background: #ffffff !important;
	border-color: #ffeeed !important;
	transform: translateY(-2px);
}

/* ═══ FAQ ═══ */
.crs-faq__item {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	padding: 20px 0;
}

.crs-faq__item summary {
	font-size: 17px;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
}

.crs-faq__item summary::-webkit-details-marker { display: none; }

.crs-faq__item summary::after {
	content: '+';
	font-size: 24px;
	color: #e25352;
	font-weight: 300;
	transition: transform 0.2s;
}

.crs-faq__item[open] summary::after {
	content: '−';
}

.crs-faq__item p {
	margin: 14px 0 0;
	color: #a8a8b8;
	line-height: 1.65;
	font-size: 15px;
}

.crs-faq__item p strong { color: #fff; }

/* ═══ FINAL ═══ */
.crs-final__title {
	font-size: clamp(32px, 5vw, 48px);
	font-weight: 700;
	line-height: 1.1;
	color: #fff;
	margin: 0 0 16px;
}

.crs-final__sub {
	font-size: 17px;
	color: rgba(255, 255, 255, 0.9);
	max-width: 540px;
	margin: 0 auto 36px;
	line-height: 1.6;
}

.crs-final__sub strong { color: #fff; }

/* ═══ RESPONSIVE ═══ */
@media (max-width: 768px) {
	.crs-hero { padding: 60px 0 80px; }
	.crs-why, .crs-coming, .crs-founders, .crs-faq, .crs-final { padding: 60px 0; }

	.crs-form__row { grid-template-columns: 1fr; }

	.crs-why__grid,
	.crs-pillars {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.crs-h2 { margin-bottom: 32px; }

	.crs-cta { padding: 16px 28px; font-size: 14px; }
	.crs-cta--big { padding: 18px 36px; }
}
