.simple-hero {
	padding: 140px 0 0;
	background: transparent;
}
.simple-hero-wrapper {
	background: transparent;
	padding-bottom: 120px;
}
.simple-hero-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}
.simple-hero-content {
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: flex-start;
	text-align: left;
}
.simple-hero-image {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.simple-hero-image img {
	width: 90%;
	height: auto;
	max-width: 700px;
	-o-object-fit: contain;
	object-fit: contain;
}
.simple-hero-badge {
	display: inline-flex;
	align-items: center;
	padding: 8px 16px;
	border-radius: 999px;
	border: 1px solid rgba(26, 26, 26, 0.2);
	background: rgba(5, 0, 255, 0.05);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(26, 26, 26, 0.8);
	font-family: Manrope, sans-serif;
}
.simple-hero-title {
	font-size: 52px;
	font-weight: 600;
	line-height: 1.1;
	color: #000000;
	font-family: Manrope, sans-serif;
	margin: 0;
}
.simple-hero-title-line {
	display: block;
}
.simple-hero-title-accent {
	color: #0500ff;
}
.simple-hero-subtitle {
	font-size: 18px;
	line-height: 1.6;
	color: rgba(26, 26, 26, 0.7);
	max-width: 600px;
	font-family: Manrope, sans-serif;
	margin: 0;
}
.simple-hero-buttons {
	display: flex;
	gap: 12px;
	margin-top: 8px;
	flex-wrap: wrap;
}
.simple-hero-cta {
	background: #0500ff;
	color: #ffffff;
	border: none;
	padding: 14px 32px;
	border-radius: 999px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	transition: background 0.2s;
	font-family: Manrope, sans-serif;
}
.simple-hero-cta:hover {
	background: #3333ff;
}
.simple-hero-cta-secondary {
	background: transparent;
	color: #0500ff;
	border: 1px solid #0500ff;
	padding: 14px 32px;
	border-radius: 999px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s;
	font-family: Manrope, sans-serif;
	height: 50px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.simple-hero-cta-secondary:hover {
	background: transparent;
	border-color: #3333ff;
	color: #3333ff;
}
@media (max-width: 1024px) {
	.simple-hero {
		padding: 80px 0 0;
	}
	.simple-hero-wrapper {
		padding-bottom: 100px;
	}
	.simple-hero-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.simple-hero-image {
		order: 1;
		justify-content: center;
	}
	.simple-hero-content {
		order: 0;
		text-align: center;
		align-items: center;
	}
	.simple-hero-title {
		font-size: 48px;
	}
	.simple-hero-subtitle {
		font-size: 18px;
	}
	.simple-hero-image img {
		width: 90%;
		max-width: 600px;
	}
}
@media (max-width: 768px) {
	.simple-hero {
		padding: 60px 0 0;
	}
	.simple-hero-wrapper {
		padding-bottom: 80px;
	}
	.simple-hero-grid {
		gap: 32px;
	}
	.simple-hero-content {
		text-align: center;
		align-items: center;
	}
	.simple-hero-title {
		font-size: 40px;
	}
	.simple-hero-subtitle {
		font-size: 16px;
		max-width: 100%;
	}
	.simple-hero-buttons {
		width: 100%;
		flex-direction: column;
	}
	.simple-hero-cta,
	.simple-hero-cta-secondary {
		width: 100%;
		padding: 16px 32px;
	}
	.simple-hero-image img {
		width: 90%;
		max-width: 500px;
	}
}
@media (max-width: 480px) {
	.simple-hero {
		padding: 50px 0 0;
	}
	.simple-hero-wrapper {
		padding-bottom: 60px;
	}
	.simple-hero-grid {
		gap: 24px;
	}
	.simple-hero-content {
		gap: 20px;
		text-align: center;
		align-items: center;
	}
	.simple-hero-title {
		font-size: 32px;
		line-height: 1.2;
	}
	.simple-hero-subtitle {
		font-size: 15px;
	}
	.simple-hero-badge {
		font-size: 12px;
		padding: 6px 12px;
	}
	.simple-hero-image img {
		width: 90%;
		max-width: 400px;
	}
}
.trust-indicators {
	padding: 60px 0;
	background: #ffffff;
}
.trust-indicators-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 40px;
	align-items: center;
}
.trust-indicator-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 8px;
}
.trust-indicator-label {
	font-size: 20px;
	font-weight: 600;
	color: #1a1a1a;
}
.trust-indicator-label,
.trust-indicator-value {
	font-family: Manrope, sans-serif;
	line-height: 1.4;
}
.trust-indicator-value {
	font-size: 32px;
	font-weight: 700;
	white-space: nowrap;
	word-break: break-word;
}
.trust-indicator-number {
	color: #0500ff;
}
.trust-indicator-text {
	color: #1a1a1a;
}
.trust-indicator-text-blue {
	color: #0500ff;
}
.trust-indicator-stars {
	display: flex;
	gap: 4px;
	justify-content: center;
}
.trust-indicator-stars .star {
	color: #0500ff;
	font-size: 32px;
	line-height: 1;
}
@media (max-width: 1200px) {
	.trust-indicators-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 32px;
	}
}
@media (max-width: 1024px) {
	.trust-indicators-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 28px;
	}
	.trust-indicator-label {
		font-size: 18px;
	}
	.trust-indicator-value {
		font-size: 28px;
	}
}
@media (max-width: 768px) {
	.trust-indicators {
		padding: 40px 0;
	}
	.trust-indicators-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}
	.trust-indicator-label {
		font-size: 16px;
		font-weight: 600;
	}
	.trust-indicator-value {
		font-size: 26px;
		font-weight: 700;
	}
	.trust-indicator-stars .star {
		font-size: 26px;
	}
}
@media (max-width: 640px) {
	.trust-indicators {
		padding: 32px 0;
	}
	.trust-indicators-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
	.trust-indicator-label {
		font-size: 14px;
		font-weight: 600;
	}
	.trust-indicator-value {
		font-size: 22px;
		font-weight: 700;
		white-space: normal;
	}
	.trust-indicator-stars .star {
		font-size: 22px;
	}
}
@media (max-width: 480px) {
	.trust-indicators {
		padding: 32px 0;
	}
	.trust-indicators-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.trust-indicator-item {
		padding: 0 10px;
	}
	.trust-indicator-label {
		font-size: 14px;
		font-weight: 600;
	}
	.trust-indicator-value {
		font-size: 20px;
		font-weight: 700;
		white-space: normal;
	}
	.trust-indicator-stars .star {
		font-size: 20px;
	}
}
.banner {
	width: 100%;
	padding: 100px 0 60px;
}
.banner-wrapper {
	position: relative;
	background: #0500ff;
	border: none;
	border-radius: 32px;
	padding: 60px 40px;
}
.banner-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}
.banner-image {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.banner-image img {
	width: 100%;
	height: auto;
	max-width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.banner-left {
	gap: 32px;
	align-items: flex-start;
	text-align: left;
	padding-left: 0;
	margin-left: 0;
}
.banner-left,
.banner-text {
	display: flex;
	flex-direction: column;
}
.banner-text {
	gap: 16px;
}
.banner-title {
	font-size: 56px;
	font-weight: 600;
	color: #ffffff;
	font-family: Manrope, sans-serif;
	margin: 0;
	line-height: 1.2;
}
.banner-title-line {
	display: block;
}
.banner-subtitle {
	font-size: 20px;
	margin: 0;
}
.banner-cta,
.banner-subtitle {
	color: #ffffff;
	font-family: Manrope, sans-serif;
}
.banner-cta {
	background: transparent;
	border: 1px solid #ffffff;
	padding: 14px 32px;
	border-radius: 999px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s;
	white-space: nowrap;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	gap: 8px;
	margin-left: 0;
	align-self: flex-start;
}
.banner-cta:hover {
	background: #ffffff;
	color: #0500ff;
}
.banner-cta-arrow {
	color: #ffffff;
	font-size: 18px;
	transition: transform 0.2s;
}
.banner-cta:hover .banner-cta-arrow {
	color: #0500ff;
	transform: translateX(4px);
}
@media (max-width: 1024px) {
	.banner {
		padding: 50px 0;
	}
	.banner-wrapper {
		padding: 50px 24px;
	}
	.banner-content {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.banner-left {
		order: 1;
		align-items: center;
		text-align: center;
	}
	.banner-image {
		order: 2;
		justify-content: center;
	}
	.banner-title {
		font-size: 36px;
		text-align: center;
	}
	.banner-subtitle {
		font-size: 16px;
		text-align: center;
	}
	.banner-cta {
		width: 100%;
		padding: 16px 32px;
		justify-content: center;
	}
}
@media (max-width: 768px) {
	.banner {
		padding: 40px 0;
	}
	.banner-wrapper {
		padding: 40px 20px;
	}
	.banner-content {
		gap: 32px;
	}
	.banner-left {
		order: 1;
		align-items: center;
		text-align: center;
	}
	.banner-image {
		order: 2;
	}
	.banner-title {
		font-size: 32px;
		text-align: center;
	}
	.banner-subtitle {
		font-size: 15px;
		text-align: center;
	}
	.banner-cta {
		width: 100%;
		justify-content: center;
	}
}
@media (max-width: 480px) {
	.banner {
		padding: 32px 0;
	}
	.banner-wrapper {
		padding: 32px 16px;
	}
	.banner-content {
		gap: 24px;
	}
	.banner-right {
		order: 1;
		align-items: center;
		text-align: center;
		gap: 24px;
	}
	.banner-image {
		order: 2;
	}
	.banner-title {
		font-size: 28px;
		text-align: center;
		line-height: 1.2;
	}
	.banner-subtitle {
		font-size: 14px;
		text-align: center;
	}
	.banner-cta {
		width: 100%;
		justify-content: center;
		font-size: 15px;
	}
}
.benefits {
	padding: 120px 0;
	background: transparent;
	width: 100%;
	overflow-x: hidden;
	box-sizing: border-box;
}
.benefits-header {
	margin-bottom: 80px;
	text-align: left;
}
.benefits-title {
	font-size: 48px;
	font-weight: 600;
	color: #1a1a1a;
	margin: 0 0 16px;
	white-space: normal;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.benefits-subtitle,
.benefits-title {
	font-family: Manrope, sans-serif;
	text-align: left;
}
.benefits-subtitle {
	font-size: 20px;
	color: rgba(26, 26, 26, 0.7);
	margin: 0;
}
.benefits-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.benefit-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 32px;
	text-align: left;
	position: relative;
	min-width: 0;
	box-sizing: border-box;
	overflow-wrap: break-word;
	word-wrap: break-word;
	background: #ffffff;
	border-radius: 20px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	cursor: pointer;
	border: 1px solid transparent;
}
.benefit-card:hover {
	transform: translateY(-8px);
	border-color: rgba(5, 0, 255, 0.2);
}
.benefit-image {
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
	overflow: hidden;
	border-radius: 12px;
}
.benefit-image,
.benefit-image img {
	width: 100%;
	transition: transform 0.3s ease;
}
.benefit-image img {
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.benefit-card:hover .benefit-image img {
	transform: scale(1.05);
}
.benefit-headline {
	font-size: 21px;
	font-weight: 600;
	color: #1a1a1a;
	font-family: Manrope, sans-serif;
	margin: 0 0 16px;
	line-height: 1.3;
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: color 0.3s ease;
}
.benefit-card:hover .benefit-headline {
	color: #0500ff;
}
.benefit-description {
	font-size: 16px;
	line-height: 1.6;
	color: rgba(26, 26, 26, 0.7);
	font-family: Manrope, sans-serif;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: calc(1.6em * 2);
}
@media (max-width: 1024px) {
	.benefits {
		padding: 100px 0;
	}
	.benefits-header {
		margin-bottom: 60px;
		text-align: left;
	}
	.benefits-title {
		font-size: 40px;
		margin-bottom: 16px;
		white-space: normal;
	}
	.benefits-subtitle {
		font-size: 18px;
	}
	.benefits-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
	.benefit-card {
		padding: 28px 20px;
		align-items: center;
		text-align: center;
	}
	.benefit-image {
		height: 160px;
		margin-bottom: 20px;
	}
}
@media (max-width: 768px) {
	.benefits {
		padding: 80px 0;
	}
	.benefits-header {
		margin-bottom: 48px;
		text-align: left;
	}
	.benefits-title {
		font-size: 32px;
		margin-bottom: 12px;
	}
	.benefits-subtitle {
		font-size: 16px;
	}
	.benefits-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.benefit-card {
		padding: 24px 20px;
		align-items: center;
		text-align: center;
	}
	.benefit-image {
		height: 140px;
		margin-bottom: 16px;
	}
	.benefit-headline {
		font-size: 18px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.benefit-description {
		font-size: 15px;
	}
}
@media (max-width: 480px) {
	.benefits {
		padding: 60px 0;
	}
	.benefits-header {
		margin-bottom: 40px;
		text-align: left;
	}
	.benefits-title {
		font-size: 28px;
		margin-bottom: 12px;
	}
	.benefits-subtitle {
		font-size: 15px;
	}
	.benefit-card {
		padding: 20px 16px;
		align-items: center;
		text-align: center;
	}
	.benefit-image {
		height: 120px;
		margin-bottom: 16px;
	}
	.benefit-headline {
		font-size: 16px;
		margin-bottom: 12px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.benefit-description {
		font-size: 14px;
	}
}
.faq-two-column {
	padding: 120px 0;
	background: transparent;
	width: 100%;
}
.faq-two-column-header {
	margin-bottom: 60px;
	text-align: left;
}
.faq-two-column-title {
	font-size: 48px;
	font-weight: 600;
	color: #000000;
	font-family: Manrope, sans-serif;
	margin: 0 0 16px;
}
.faq-two-column-subtitle {
	font-size: 20px;
	color: rgba(26, 26, 26, 0.7);
	font-family: Manrope, sans-serif;
	margin: 0;
}
.faq-two-column-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: start;
}
.faq-two-column-questions {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.faq-two-column-question {
	width: 100%;
	padding: 24px 28px;
	background: #ffffff;
	border: 1px solid rgba(26, 26, 26, 0.1);
	border-radius: 16px;
	text-align: left;
	color: #1a1a1a;
	font-size: 18px;
	font-weight: 600;
	font-family: Manrope, sans-serif;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.faq-two-column-question:hover {
	background: #ffffff;
	color: #0500ff;
	border-color: rgba(5, 0, 255, 0.3);
	transform: translateY(-2px);
}
.faq-two-column-question.active {
	background: #ffffff;
	color: #0500ff;
	border-color: #0500ff;
}
.faq-two-column-question span {
	flex: 1;
	text-align: left;
}
.faq-two-column-question svg {
	flex-shrink: 0;
	color: rgba(26, 26, 26, 0.5);
	transition: all 0.3s ease;
	width: 16px;
	height: 16px;
}
.faq-two-column-question:hover svg {
	color: #0500ff;
}
.faq-two-column-question.active svg {
	color: #0500ff;
	transform: rotate(90deg);
}
.faq-two-column-answer {
	min-height: 200px;
	padding: 40px;
	background: #ffffff;
	border: 1px solid rgba(26, 26, 26, 0.1);
	border-radius: 20px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
}
.faq-two-column-answer-content {
	color: rgba(26, 26, 26, 0.85);
	font-size: 18px;
	line-height: 1.8;
	font-family: Manrope, sans-serif;
}
.faq-two-column-answer-content p {
	margin: 0;
}
.faq-two-column-item {
	display: flex;
	flex-direction: column;
}
.faq-two-column-answer-mobile {
	max-height: 0;
	padding: 0;
	margin: 0;
	background: #ffffff;
	border: 1px solid rgba(26, 26, 26, 0.1);
	border-top: none;
	border-radius: 0 0 16px 16px;
	overflow: hidden;
	transition: max-height 0.3s ease-out, padding 0.3s ease-out,
		opacity 0.3s ease-out;
	opacity: 0;
}
.faq-two-column-answer-mobile .faq-two-column-answer-content {
	padding: 0;
	margin: 0;
}
@media (min-width: 1025px) {
	.faq-two-column-answer-mobile {
		display: none !important;
	}
}
@media (max-width: 1024px) {
	.faq-two-column {
		padding: 100px 0;
	}
	.faq-two-column-content {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	.faq-two-column-answer {
		display: none;
	}
	.faq-two-column-answer-mobile.active {
		max-height: 1000px;
		padding: 20px 24px;
		margin-top: -1px;
		opacity: 1;
	}
	.faq-two-column-answer-mobile.active .faq-two-column-answer-content {
		padding: 0;
		margin: 0;
	}
	.faq-two-column-question.active {
		border-bottom: none;
	}
}
@media (max-width: 768px) {
	.faq-two-column {
		padding: 80px 0;
	}
	.faq-two-column-header {
		margin-bottom: 40px;
	}
	.faq-two-column-title {
		font-size: 32px;
	}
	.faq-two-column-subtitle {
		font-size: 16px;
	}
	.faq-two-column-question {
		padding: 20px 24px;
		font-size: 16px;
		border-radius: 12px;
	}
	.faq-two-column-answer {
		display: none;
	}
	.faq-two-column-answer-mobile {
		padding: 0;
	}
	.faq-two-column-answer-mobile.active {
		max-height: 1000px;
		padding: 16px 20px;
		margin-top: -1px;
		opacity: 1;
	}
	.faq-two-column-question.active {
		border-bottom: none;
	}
	.faq-two-column-answer-content {
		font-size: 15px;
	}
}
@media (max-width: 480px) {
	.faq-two-column {
		padding: 60px 0;
	}
	.faq-two-column-title {
		font-size: 28px;
	}
	.faq-two-column-question {
		padding: 18px 20px;
		font-size: 15px;
		border-radius: 12px;
	}
	.faq-two-column-answer {
		display: none;
	}
	.faq-two-column-answer-mobile {
		padding: 0;
	}
	.faq-two-column-answer-mobile.active {
		max-height: 1000px;
		padding: 14px 16px;
		margin-top: -1px;
		opacity: 1;
	}
	.faq-two-column-question.active {
		border-bottom: none;
	}
	.faq-two-column-answer-content {
		font-size: 14px;
	}
}
.cta-banner {
	padding: 120px 0;
	background: transparent;
	width: 100%;
}
.cta-banner-content {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
	padding: 60px 40px;
	background: #0500ff;
	border: none;
	border-radius: 32px;
	position: relative;
	overflow: hidden;
}
.cta-banner-left {
	gap: 32px;
	align-items: flex-start;
	text-align: left;
	padding-left: 0;
	margin-left: 0;
}
.cta-banner-left,
.cta-banner-text {
	display: flex;
	flex-direction: column;
}
.cta-banner-text {
	gap: 16px;
}
.cta-banner-image {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.cta-banner-image img {
	width: 70%;
	height: auto;
	max-width: 500px;
	-o-object-fit: contain;
	object-fit: contain;
}
.cta-banner-title {
	font-size: 56px;
	font-weight: 600;
	line-height: 1.2;
}
.cta-banner-subtitle,
.cta-banner-title {
	color: #ffffff;
	font-family: Manrope, sans-serif;
	margin: 0;
}
.cta-banner-subtitle {
	font-size: 20px;
}
.cta-banner-button {
	background: transparent;
	color: #ffffff;
	border: 1px solid #ffffff;
	padding: 14px 32px;
	border-radius: 999px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s;
	font-family: Manrope, sans-serif;
	white-space: nowrap;
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: flex-start;
	margin: 0;
	align-self: flex-start;
}
.cta-banner-button:hover {
	background: #ffffff;
	color: #0500ff;
}
.cta-banner-button-arrow {
	color: #ffffff;
	font-size: 18px;
	transition: all 0.2s;
}
.cta-banner-button:hover .cta-banner-button-arrow {
	color: #0500ff;
	transform: translateX(4px);
}
@media (max-width: 1024px) {
	.cta-banner {
		padding: 50px 0;
	}
	.cta-banner-content {
		grid-template-columns: 1fr;
		gap: 40px;
		padding: 50px 24px;
	}
	.cta-banner-left {
		order: 1;
	}
	.cta-banner-left,
	.cta-banner-text {
		align-items: center;
		text-align: center;
	}
	.cta-banner-button {
		width: 100%;
		padding: 16px 32px;
		justify-content: center;
		margin: 0 auto;
	}
	.cta-banner-image {
		order: 2;
		justify-content: center;
	}
	.cta-banner-image img {
		width: 100%;
		max-width: 100%;
	}
	.cta-banner-title {
		font-size: 36px;
		text-align: center;
	}
	.cta-banner-subtitle {
		font-size: 16px;
		text-align: center;
	}
}
@media (max-width: 768px) {
	.cta-banner {
		padding: 40px 0;
	}
	.cta-banner-content {
		padding: 40px 20px;
		border-radius: 24px;
		gap: 32px;
	}
	.cta-banner-left {
		order: 1;
	}
	.cta-banner-left,
	.cta-banner-text {
		align-items: center;
		text-align: center;
	}
	.cta-banner-image {
		order: 2;
	}
	.cta-banner-title {
		font-size: 32px;
		text-align: center;
	}
	.cta-banner-subtitle {
		font-size: 15px;
		text-align: center;
	}
	.cta-banner-button {
		width: 100%;
		justify-content: center;
		font-size: 15px;
	}
}
@media (max-width: 480px) {
	.cta-banner {
		padding: 32px 0;
	}
	.cta-banner-content {
		padding: 32px 16px;
		border-radius: 20px;
		gap: 24px;
	}
	.cta-banner-left {
		order: 1;
		gap: 24px;
	}
	.cta-banner-left,
	.cta-banner-text {
		align-items: center;
		text-align: center;
	}
	.cta-banner-image {
		order: 2;
	}
	.cta-banner-title {
		font-size: 28px;
		line-height: 1.2;
		text-align: center;
	}
	.cta-banner-subtitle {
		font-size: 14px;
		text-align: center;
	}
	.cta-banner-button {
		width: 100%;
		justify-content: center;
		font-size: 14px;
	}
}
.main-footer {
	padding: 40px 0;
	background: transparent;
	width: 100%;
	border-top: 1px solid rgba(26, 26, 26, 0.1);
}
.main-footer-content {
	justify-content: space-between;
	gap: 40px;
}
.main-footer-content,
.main-footer-left,
.main-footer-logo-wrapper {
	display: flex;
	align-items: center;
}
.main-footer-logo-wrapper {
	gap: 12px;
}
.main-footer-logo {
	display: flex;
	align-items: center;
}
.main-footer-logo img {
	height: 40px;
	width: auto;
}
.main-footer-logo-name {
	font-size: 20px;
	font-weight: 500;
	color: #1a1a1a;
	font-family: Manrope, sans-serif;
	letter-spacing: 0.02em;
}
.main-footer-center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-footer-copyright {
	font-size: 14px;
	color: rgba(26, 26, 26, 0.5);
	font-family: Manrope, sans-serif;
	margin: 0;
	text-align: center;
}
.main-footer-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.main-footer-actions {
	display: flex;
	align-items: center;
	gap: 16px;
}
.main-footer-language {
	position: relative;
}
.main-footer-language-btn {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(50px);
	border: 1px solid rgba(26, 26, 26, 0.1);
	border-radius: 999px;
	color: #0500ff;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s;
	font-family: Manrope, sans-serif;
}
.main-footer-language-btn:hover {
	background: rgba(5, 0, 255, 0.05);
	border-color: rgba(5, 0, 255, 0.2);
}
.main-footer-language-flag {
	width: 20px;
	height: 20px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 2px;
	flex-shrink: 0;
}
.main-footer-language-arrow {
	font-size: 10px;
	color: rgba(26, 26, 26, 0.7);
	transition: transform 0.2s;
}
.main-footer-language-dropdown {
	position: absolute;
	bottom: calc(100% + 8px);
	right: 0;
	background: rgba(255, 255, 255, 0.98);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(26, 26, 26, 0.1);
	border-radius: 12px;
	padding: 8px;
	min-width: 180px;
	z-index: 1000;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}
.main-footer-language-item {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	padding: 10px 12px;
	background: transparent;
	border: none;
	border-radius: 999px;
	color: rgba(26, 26, 26, 0.9);
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s;
	font-family: Manrope, sans-serif;
	text-align: left;
}
.main-footer-language-item:hover {
	background: rgba(5, 0, 255, 0.1);
	color: #1a1a1a;
}
.main-footer-language-item.active {
	background: rgba(5, 0, 255, 0.12);
}
.main-footer-language-item .main-footer-language-flag {
	width: 18px;
	height: 18px;
}
.main-footer-get-card-btn {
	background: #0500ff;
	color: #ffffff;
	border: none;
	padding: 8px 16px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s;
	font-family: Manrope, sans-serif;
	white-space: nowrap;
	height: -moz-fit-content;
	height: fit-content;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}
.main-footer-get-card-btn:hover {
	background: #3333ff;
}
@media (max-width: 1024px) {
	.main-footer-content {
		flex-wrap: wrap;
		justify-content: center;
		gap: 24px;
	}
	.main-footer-left {
		width: 100%;
		justify-content: center;
	}
	.main-footer-center {
		width: 100%;
		order: 3;
	}
	.main-footer-right {
		width: 100%;
		justify-content: center;
	}
	.main-footer-actions {
		flex-direction: row;
		gap: 16px;
	}
}
@media (max-width: 768px) {
	.main-footer {
		padding: 32px 0;
	}
	.main-footer-content {
		gap: 24px;
	}
	.main-footer-logo-wrapper {
		justify-content: center;
	}
	.main-footer-logo img {
		height: 36px;
	}
	.main-footer-logo-name {
		font-size: 18px;
	}
	.main-footer-copyright {
		font-size: 13px;
	}
	.main-footer-right {
		justify-content: center;
	}
	.main-footer-actions {
		flex-direction: column;
		width: 100%;
		gap: 12px;
	}
	.main-footer-get-card-btn {
		width: auto;
		max-width: 200px;
		justify-content: center;
		text-align: center;
	}
}
@media (max-width: 480px) {
	.main-footer {
		padding: 24px 0;
	}
	.main-footer-logo img {
		height: 36px;
	}
	.main-footer-copyright {
		font-size: 12px;
	}
	.main-footer-get-card-btn {
		font-size: 14px;
		padding: 10px 20px;
		width: auto;
		max-width: 180px;
		justify-content: center;
		text-align: center;
		margin: 0 auto;
	}
}
.get-card-modal-root {
	position: fixed;
	inset: 0;
	z-index: 500;

	display: none;
	align-items: center;
	justify-content: center;

	background: rgba(0, 0, 0, 0.6);
}
.get-card-modal-root.active {
	display: flex;
}
.get-card-modal {
	position: relative;
	z-index: 1;
	background: rgba(255, 255, 255, 0.98);
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(50px);
	border-radius: 12px;
	padding: 40px;
	max-width: 600px;
	width: 100%;
	max-height: 90vh;
	overflow-y: auto;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(26, 26, 26, 0.1);
	font-family: Manrope, sans-serif;
	margin: auto;
	display: block;
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}
.get-card-modal-close {
	position: absolute;
	top: 20px;
	right: 20px;
	background: transparent;
	border: none;
	color: rgba(26, 26, 26, 0.7);
	font-size: 32px;
	line-height: 1;
	cursor: pointer;
	padding: 0;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color 0.2s;
}
.get-card-modal-close:hover {
	color: #1a1a1a;
}
.get-card-modal-content {
	padding-top: 20px;
}
.get-card-modal-title {
	font-family: Manrope, sans-serif;
	font-size: 32px;
	font-weight: 600;
	color: #1a1a1a;
	margin: 0 0 40px;
	text-align: center;
}
.get-card-steps {
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.get-card-step {
	display: flex;
	gap: 20px;
	opacity: 0.5;
	transition: opacity 0.3s;
	border-radius: 12px;
	padding: 20px;
	background: rgba(5, 0, 255, 0.02);
	border: 1px solid rgba(26, 26, 26, 0.05);
}
.get-card-step.active {
	opacity: 1;
	background: rgba(5, 0, 255, 0.04);
	border-color: rgba(5, 0, 255, 0.3);
}
.get-card-step.completed {
	opacity: 0.7;
}
.get-card-step-number {
	width: 48px;
	height: 48px;
	min-width: 48px;
	border-radius: 999px;
	background: rgba(5, 0, 255, 0.1);
	border: 1px solid rgba(5, 0, 255, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 600;
	color: rgba(26, 26, 26, 0.7);
	font-family: Manrope, sans-serif;
	transition: all 0.3s;
}
.get-card-step.active .get-card-step-number {
	background: rgba(5, 0, 255, 0.2);
	border-color: #0500ff;
	color: #0500ff;
}
.get-card-step.completed .get-card-step-number {
	background: rgba(5, 0, 255, 0.3);
	border-color: #0500ff;
	color: #0500ff;
}
.get-card-step-content {
	flex: 1;
}
.get-card-step-title {
	font-family: Manrope, sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #1a1a1a;
	margin: 0 0 8px;
}
.get-card-step-description {
	font-family: Manrope, sans-serif;
	font-size: 16px;
	color: rgba(26, 26, 26, 0.7);
	margin: 0 0 16px;
	line-height: 1.5;
}
.get-card-step-button {
	background: #0500ff;
	color: #ffffff;
	font-family: Manrope, sans-serif;
	font-size: 16px;
	font-weight: 500;
	padding: 12px 24px;
	border-radius: 999px;
	border: none;
	cursor: pointer;
	transition: all 0.2s;
}
.get-card-step-button:hover {
	background: #3333ff;
	transform: translateY(-2px);
}
@media (max-width: 768px) {
	.get-card-modal {
		padding: 32px 24px;
		max-width: 95%;
	}
	.get-card-modal-title {
		font-size: 28px;
		margin-bottom: 32px;
	}
	.get-card-steps {
		gap: 24px;
	}
	.get-card-step {
		gap: 16px;
		padding: 16px;
		border-radius: 10px;
	}
	.get-card-step-number {
		width: 40px;
		height: 40px;
		min-width: 40px;
		font-size: 18px;
		border-radius: 10px;
	}
	.get-card-step-title {
		font-size: 18px;
	}
	.get-card-step-description {
		font-size: 14px;
	}
	.get-card-step-button {
		font-size: 14px;
		padding: 10px 20px;
	}
}
@media (max-width: 480px) {
	.get-card-modal {
		padding: 24px 20px;
	}
	.get-card-modal-title {
		font-size: 24px;
		margin-bottom: 24px;
	}
	.get-card-steps {
		gap: 20px;
	}
	.get-card-step {
		padding: 14px;
		border-radius: 8px;
	}
	.get-card-step-number {
		width: 36px;
		height: 36px;
		min-width: 36px;
		font-size: 16px;
		border-radius: 8px;
	}
	.get-card-step-title {
		font-size: 16px;
	}
	.get-card-step-description {
		font-size: 14px;
	}
}
