.lct-premium-wrapper-39e38469 {
	font-family: 'Montserrat', sans-serif;
	color: #0b1f40;
	background-color: #ffffff;
	overflow-x: hidden;
}

.lct-container-39e38469 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

/* HERO SECTION */
.lct-hero-39e38469 {
	background-size: cover;
	background-position: center;
	padding: 140px 20px 100px;
	text-align: center;
	color: #ffffff;
}

.lct-hero-tag-39e38469 {
	display: inline-block;
	font-size: 14px;
	letter-spacing: 3px;
	font-weight: 700;
	color: #e28743;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.lct-hero-title-39e38469 {
	font-size: 48px;
	font-weight: 900;
	margin: 0 auto 20px;
	max-width: 800px;
	line-height: 1.2;
}

.lct-hero-title-39e38469 span {
	color: #e28743;
	font-family: 'Playfair Display', serif;
	font-style: italic;
}

.lct-hero-desc-39e38469 {
	font-size: 18px;
	line-height: 1.6;
	max-width: 600px;
	margin: 0 auto 40px;
	opacity: 0.95;
}

.lct-hero-ctas-39e38469 {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

/* BUTTONS */
.lct-btn-39e38469 {
	display: inline-block;
	padding: 14px 28px;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	text-decoration: none;
	border-radius: 30px;
	transition: all 0.3s ease;
	cursor: pointer;
}

.lct-btn-primary-39e38469 {
	background-color: #e28743;
	color: #ffffff;
	border: 2px solid #e28743;
}

.lct-btn-primary-39e38469:hover {
	background-color: #d17533;
	border-color: #d17533;
	transform: translateY(-2px);
}

.lct-btn-secondary-39e38469 {
	background-color: transparent;
	color: #ffffff;
	border: 2px solid rgba(255, 255, 255, 0.4);
}

.lct-btn-secondary-39e38469:hover {
	border-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.1);
}

/* FILTERS */
.lct-filters-bar-39e38469 {
	background: #f8fafc;
	padding: 20px 0;
	border-bottom: 1px solid #e2e8f0;
	position: sticky;
	top: 0;
	z-index: 100;
}

.lct-filters-scroll-39e38469 {
	display: flex;
	justify-content: center;
	gap: 12px;
	overflow-x: auto;
	padding: 4px 15px;
	scrollbar-width: none;
}

.lct-filters-scroll-39e38469::-webkit-scrollbar {
	display: none;
}

.lct-filter-btn-39e38469 {
	background: #ffffff;
	border: 1px solid #cbd5e1;
	padding: 8px 20px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 20px;
	cursor: pointer;
	white-space: nowrap;
	color: #475569;
	transition: all 0.25s ease;
}

.lct-filter-btn-39e38469:hover,
.lct-filter-btn-39e38469.active {
	background-color: #0b1f40;
	color: #ffffff;
	border-color: #0b1f40;
}

/* INTRO */
.lct-intro-39e38469 {
	padding: 80px 0;
	text-align: center;
	background: #ffffff;
}

.lct-section-subtitle-39e38469 {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #2563eb;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}

.lct-section-title-39e38469 {
	font-size: 36px;
	font-weight: 800;
	margin-bottom: 25px;
	color: #0b1f40;
}

.lct-section-desc-39e38469 {
	max-width: 750px;
	margin: 0 auto;
	font-size: 17px;
	line-height: 1.7;
	color: #64748b;
}

/* PLAN CARDS */
.lct-planes-section-39e38469 {
	padding: 0 0 80px;
	background-color: #ffffff;
}

.lct-section-header-left-39e38469 {
	margin-bottom: 50px;
}

.lct-badge-outline-39e38469 {
	display: inline-block;
	padding: 6px 16px;
	border: 1.5px solid #2563eb;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #2563eb;
	margin-bottom: 15px;
}

.lct-grid-39e38469 {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
	gap: 30px;
}

.lct-card-39e38469 {
	background: #ffffff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0,0,0,0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
	border: 1px solid #f1f5f9;
}

.lct-card-39e38469:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 40px rgba(11, 31, 64, 0.08);
}

.lct-card-image-wrap-39e38469 {
	position: relative;
	height: 240px;
	overflow: hidden;
}

.lct-card-image-wrap-39e38469 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.lct-card-39e38469:hover .lct-card-image-wrap-39e38469 img {
	transform: scale(1.05);
}

.lct-card-badge-39e38469 {
	position: absolute;
	top: 15px;
	left: 15px;
	background: rgba(11, 31, 64, 0.85);
	color: #ffffff;
	padding: 4px 14px;
	font-size: 11px;
	font-weight: 700;
	border-radius: 12px;
	letter-spacing: 1px;
}

.lct-card-content-39e38469 {
	padding: 24px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.lct-card-title-39e38469 {
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 12px;
	color: #0b1f40;
}

.lct-card-desc-39e38469 {
	font-size: 14px;
	line-height: 1.6;
	color: #64748b;
	margin-bottom: 20px;
	flex-grow: 1;
}

.lct-card-meta-39e38469 {
	display: flex;
	gap: 15px;
	font-size: 13px;
	color: #64748b;
	margin-bottom: 24px;
	padding-top: 12px;
	border-top: 1px solid #f1f5f9;
}

.lct-card-meta-39e38469 span i {
	margin-right: 5px;
	color: #2563eb;
}

.lct-card-footer-39e38469 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.lct-price-label-39e38469 {
	font-size: 11px;
	color: #64748b;
	display: block;
}

.lct-price-value-39e38469 {
	font-size: 20px;
	font-weight: 800;
	color: #0b1f40;
}

.lct-card-btn-39e38469 {
	padding: 10px 20px;
	font-size: 13px;
	font-weight: 700;
	background: #0b1f40;
	color: #ffffff;
	border-radius: 20px;
	text-decoration: none;
	transition: all 0.25s ease;
}

.lct-card-btn-39e38469:hover {
	background-color: #e28743;
	transform: scale(1.03);
}

/* FEATURED BANNER */
.lct-featured-section-39e38469 {
	background-color: #f8fafc;
	padding: 80px 0;
}

.lct-featured-banner-39e38469 {
	background-color: #0b1f40;
	color: #ffffff;
	border-radius: 24px;
	padding: 40px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 20px 50px rgba(11, 31, 64, 0.15);
}

.lct-featured-badge-39e38469 {
	background: #e28743;
	color: #ffffff;
	padding: 6px 16px;
	font-size: 12px;
	font-weight: 700;
	border-radius: 20px;
	display: inline-block;
	margin-bottom: 25px;
}

.lct-featured-grid-39e38469 {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 40px;
	align-items: center;
}

.lct-featured-title-39e38469 {
	font-size: 40px;
	font-weight: 900;
	margin-bottom: 10px;
	color: #ffffff;
}

.lct-featured-subtitle-39e38469 {
	color: #e28743;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
}

.lct-featured-desc-39e38469 {
	font-size: 16px;
	line-height: 1.6;
	opacity: 0.9;
	margin-bottom: 30px;
}

.lct-featured-specs-39e38469 {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.spec-item {
	display: flex;
	align-items: center;
	gap: 8px;
	background: rgba(255, 255, 255, 0.08);
	padding: 8px 16px;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 600;
}

.lct-featured-price-box-39e38469 {
	background: rgba(255, 255, 255, 0.05);
	padding: 24px;
	border-radius: 16px;
	text-align: center;
	margin-bottom: 20px;
}

.price-label {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: 0.7;
	display: block;
	margin-bottom: 5px;
}

.price-value {
	font-size: 36px;
	font-weight: 900;
	color: #e28743;
}

.price-desc {
	font-size: 11px;
	opacity: 0.7;
	display: block;
	margin-top: 5px;
}

.lct-btn-featured-39e38469 {
	display: block;
	text-align: center;
	background-color: #e28743;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
	padding: 14px;
	border-radius: 30px;
	transition: all 0.25s ease;
}

.lct-btn-featured-39e38469:hover {
	background-color: #ffffff;
	color: #0b1f40;
}

/* TABLE */
.lct-comparator-section-39e38469 {
	padding: 80px 0;
	background-color: #ffffff;
}

.lct-table-responsive-39e38469 {
	overflow-x: auto;
	border-radius: 16px;
	border: 1px solid #e2e8f0;
}

.lct-table-39e38469 {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	font-size: 14px;
}

.lct-table-39e38469 th,
.lct-table-39e38469 td {
	padding: 16px 20px;
	border-bottom: 1px solid #e2e8f0;
}

.lct-table-39e38469 th {
	background-color: #0b1f40;
	color: #ffffff;
	font-weight: 700;
}

.lct-table-39e38469 td.row-header {
	font-weight: 700;
	background-color: #f8fafc;
	width: 180px;
}

.table-price {
	font-weight: 700;
	color: #0b1f40;
}

.table-price.highlighting {
	color: #e28743;
	font-size: 16px;
}

/* RECOMMENDER SECTION */
.lct-recommender-section-39e38469 {
	background-color: #0b1f40;
	color: #ffffff;
	padding: 80px 0;
}

.lct-recommender-grid-39e38469 {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	gap: 50px;
	align-items: center;
}

.recommender-tag-39e38469 {
	color: #e28743;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 12px;
	text-transform: uppercase;
}

.lct-recommender-intro-39e38469 h2 {
	font-size: 36px;
	font-weight: 800;
	margin: 10px 0 20px;
}

.quiz-options-grid-39e38469 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}

.quiz-opt-btn-39e38469 {
	background: rgba(255,255,255,0.06);
	border: 1.5px solid rgba(255,255,255,0.15);
	color: #ffffff;
	padding: 14px 20px;
	border-radius: 12px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	text-align: left;
	transition: all 0.25s ease;
}

.quiz-opt-btn-39e38469:hover,
.quiz-opt-btn-39e38469.selected {
	background-color: #e28743;
	border-color: #e28743;
	transform: translateY(-2px);
}

.quiz-action-area-39e38469 {
	margin-top: 30px;
}

.quiz-result-39e38469 {
	margin-top: 30px;
	background: rgba(255, 255, 255, 0.1);
	padding: 24px;
	border-radius: 16px;
	border-left: 4px solid #e28743;
}

/* COMPLEMENTS */
.lct-complements-section-39e38469 {
	padding: 80px 0;
	background-color: #f8fafc;
}

.lct-complements-grid-39e38469 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 24px;
	margin-top: 40px;
}

.lct-complement-card-39e38469 {
	background: #ffffff;
	border-radius: 16px;
	overflow: hidden;
	display: flex;
	gap: 15px;
	padding: 16px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.02);
}

.comp-img {
	width: 80px;
	height: 80px;
	border-radius: 10px;
	overflow: hidden;
	flex-shrink: 0;
}

.comp-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.comp-info h4 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 4px;
}

.comp-info p {
	font-size: 12px;
	color: #64748b;
	margin-bottom: 8px;
}

.comp-price {
	font-size: 13px;
	font-weight: 700;
	color: #2563eb;
}

/* FINAL CTA */
.lct-final-cta-39e38469 {
	background-size: cover;
	background-position: center;
	padding: 120px 20px;
	text-align: center;
	color: #ffffff;
}

.lct-final-content-39e38469 h2 {
	font-size: 42px;
	font-weight: 900;
	margin-bottom: 15px;
}

.lct-final-content-39e38469 p {
	font-size: 18px;
	max-width: 600px;
	margin: 0 auto 35px;
	opacity: 0.9;
}

/* MOBILE ADAPTATIONS */
@media (max-width: 768px) {
	.lct-hero-title-39e38469 {
		font-size: 32px;
	}
	.lct-featured-grid-39e38469 {
		grid-template-columns: 1fr;
		gap: 25px;
	}
	.lct-recommender-grid-39e38469 {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.quiz-options-grid-39e38469 {
		grid-template-columns: 1fr;
	}
}
