body.main-body {
	font-family: system-ui, BlinkMacSystemFont, "SF Pro Text", -sans-serif;
	background: #f7fafe;
	color: #111827;
	padding-top: 0;
}

.landing-block-light h1,
.landing-block-light h2,
.landing-block-light h3,
.landing-block-light h4,
.landing-block-light h5,
.landing-block-light h6 {
	color: #1d1d1f;
}

.landing-block-light p {
	color: #515154;
}

/* Blue section pair */
.landing-block-blue {
	background: #f7fafe;
	color: #111827 !important;
	position: relative;
}

.landing-block-blue h1,
.landing-block-blue h2,
.landing-block-blue h3,
.landing-block-blue h4,
.landing-block-blue h5,
.landing-block-blue h6 {
	color: #1d1d1f;
}

.landing-block-blue p {
	color: #515154;
}

.landing-block-blue > div {
	z-index: 2;
}

/* Sticky navbar */
.navbar.navbar-stick-dark {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1020;
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	background: rgba(3, 7, 18, 0.72);
	border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.navbar.navbar-stick-dark .nav-link,
.navbar.navbar-stick-dark .dropdown-toggle,
.navbar.navbar-stick-dark .navbar-toggler {
	color: rgba(248, 250, 252, 0.92) !important;
}

.navbar.navbar-stick-dark .btn.btn-light {
	background: rgba(255, 255, 255, 0.06) !important;
	border: 1px solid rgba(226, 232, 240, 0.2) !important;
	color: rgba(248, 250, 252, 0.92) !important;
}

.navbar.navbar-stick-dark .btn.btn-success {
	box-shadow: 0 18px 40px rgba(34, 151, 197, 0.18);
}

.navbar.navbar-stick-dark .logo-dark {
	display: none;
}

.navbar.navbar-stick-dark .logo-light {
	display: inline-block;
}

.landing-hero {
	background: radial-gradient(900px 420px at 22% 28%, rgba(56, 189, 248, 0.22) 0%, rgba(56, 189, 248, 0) 60%),
		radial-gradient(720px 380px at 72% 18%, rgba(168, 85, 247, 0.18) 0%, rgba(168, 85, 247, 0) 55%),
		radial-gradient(520px 320px at 62% 62%, rgba(34, 197, 94, 0.12) 0%, rgba(34, 197, 94, 0) 60%),
		linear-gradient(180deg, #05070d 0%, #0b1020 45%, #0b1020 100%);
	color: #f8fafc;
	margin-top: 0;
	padding: 5.2rem 0 4.5rem;
}

.landing-hero .fw-700 {
	font-size: clamp(3.2rem, 4.6vw, 4.8rem);
	letter-spacing: -0.03em;
	line-height: 1.1;
}

.landing-hero .lead {
	font-size: 1.25rem;
	line-height: 1.7;
	max-width: 50rem;
	margin: 0 auto;
	color: rgba(226, 232, 240, 0.92);
}

.landing-cta-primary {
	padding-inline: 2.5rem;
	box-shadow: 0 18px 40px rgba(34, 197, 94, 0.22);
	border: 1px solid rgba(34, 197, 94, 0.35);
}

.landing-cta-secondary {
	border-radius: 999px;
	border: 1px solid rgba(226, 232, 240, 0.45);
	background: rgba(255, 255, 255, 0.06);
	color: rgba(248, 250, 252, 0.95) !important;
}

.landing-hero-media {
	position: relative;
}

.landing-hero-media picture,
.landing-hero-media img {
	width: 100%;
	max-width: 786px;
}

.landing-hero-media::before {
	content: "";
	position: absolute;
	inset: 8% 6% auto;
	z-index: -1;
	border-radius: 32px;
	background: linear-gradient(145deg, rgba(56, 189, 248, 0.22), rgba(168, 85, 247, 0.18));
	filter: blur(18px);
}

@media (max-width: 991.98px) {
	.landing-hero {
		text-align: center;
		padding-top: 4rem;
	}

	.landing-hero .lead {
		margin-inline: auto;
	}

	.landing-hero-media-block {
		margin-top: 2rem;
	}
}

.landing-hero-center {
	text-align: center;
}

.landing-hero-actions {
	justify-content: center;
}

.landing-hero-media-center {
	display: flex;
	justify-content: center;
	z-index: 1;
}

.landing-hero-media-block {
	margin-top: 3rem;
}

.landing-intro-section {
	margin-top: 0;
}

.landing-hero-stats {
	margin-top: 3rem;
	display: flex;
	justify-content: center;
	gap: 2.75rem;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}

.landing-hero-stat {
	min-width: 120px;
}

.landing-hero-stat-value {
	font-weight: 800;
	letter-spacing: -0.03em;
	font-size: 1.5rem;
	color: rgba(248, 250, 252, 0.96);
}

.landing-hero-stat-label {
	margin-top: 0.2rem;
	font-size: 0.9rem;
	color: rgba(226, 232, 240, 0.75);
}

.landing-hero-trust {
	margin-top: 1.25rem;
	font-size: 0.9rem;
	color: rgba(226, 232, 240, 0.8);
	font-style: italic;
}

/* Logo collage (under hero) */
.landing-logo-section {
	background: transparent;
	padding: 2.5rem 0 2.75rem;
	border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.landing-logo-title {
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	color: rgba(226, 232, 240, 0.75);
	font-weight: 600;
}

.landing-logo-subtitle {
	font-size: 0.95rem;
	color: #9ca3af;
}

.landing-logo-strip {
	margin-top: 1.75rem;
}

.landing-logo-strip .references-container {
	margin-top: 0;
}

.landing-logo-strip .references-container img {
	filter: grayscale(1) opacity(0.82) invert(0.15);
	transition: filter 0.2s ease, transform 0.2s ease;
}

/* Content sections */
.landing-section {
	padding: 4.5rem 9rem;
}

@media (min-width: 992px) {
	.landing-section.d-flex {
		align-items: center;
	}
}

.landing-section h2 {
	font-size: 1.9rem;
	letter-spacing: -0.03em;
	font-weight: 700;
}

.landing-section-label {
	display: block;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	color: #0071e3;
	font-weight: 600;
}

.landing-section p {
	font-weight: 400;
	font-size: 1rem;
}

/* Blue primary buttons instead of green */
.btn.btn-success.landing-cta-primary,
.btn.btn-success,
.btn.btn-primary {
	background-color: #0071e3 !important;
	border-color: #0071e3 !important;
}

.btn.btn-success.landing-cta-primary:hover,
.btn.btn-success:hover,
.btn.btn-primary:hover {
	background-color: #0077ed !important;
	border-color: #0077ed !important;
}

.landing-block-blue hr {
	border-top-color: rgba(148, 163, 184, 0.18);
}

.landing-section .screenshot {
	border-radius: 24px;
	box-shadow: none !important;
	width: 100%;
	max-width: 640px;
}

/* Pricing */
.landing-pricing {
	padding: 5.5rem 0 5rem;
	border-top: 1px solid #eef2f7;
}

.landing-pricing-heading {
	text-align: center;
	max-width: 52rem;
	margin: 0 auto;
}

.landing-pricing-heading h2 {
	font-size: 2.05rem;
	letter-spacing: -0.03em;
	color: #111827;
}

.landing-pricing-heading p {
	margin-top: 0.75rem;
	color: #6b7280;
	line-height: 1.75;
}

.landing-pricing-toggle .btn {
	cursor: pointer;
	border: 1px solid #c4c5c7;
}

.landing-price-card {
	border-radius: 24px;
	border: 1px solid #e5e7eb;
	padding: 2rem 1.8rem;
	background: #f9fafb;
	height: 100%;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
	color: #111827;
}

.landing-price-card.is-featured {
	background: #0b1020;
	border-color: rgba(148, 163, 184, 0.22);
	color: #f8fafc;
	box-shadow: 0 28px 65px rgba(2, 6, 23, 0.28);
}

.landing-price-badge {
	border-radius: 50px;
	padding: 0.35rem 0.75rem;
	font-size: 0.8rem;
	font-weight: 600;
	background: rgba(34, 197, 94, 0.16);
	color: #86efac;
	border: 1px solid rgba(34, 197, 94, 0.28);
}

.landing-price-plan {
	font-weight: 700;
	letter-spacing: -0.01em;
	font-size: 1.1rem;
}

.landing-price-value {
	margin-top: 0.9rem;
	font-size: 1.85rem;
	font-weight: 800;
	letter-spacing: -0.03em;
}

.landing-price-value span {
	font-size: 0.9rem;
	font-weight: 500;
	color: #6b7280;
}

.landing-price-card.is-featured .landing-price-value span {
	color: rgba(226, 232, 240, 0.78);
}

.landing-price-card-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.landing-price-list {
	margin-top: 1.25rem;
	margin-bottom: 1.6rem;
	padding-left: 1rem;
	color: #4b5563;
}

.landing-price-card.is-featured .landing-price-list {
	color: rgba(226, 232, 240, 0.86);
}

.landing-price-list li {
	margin-bottom: 0.55rem;
}

.landing-pricing-footnote {
	font-size: 1rem;
	color: #4b5563;
	margin-top: 2.5rem;
}

.landing-pricing-footnote a {
	color: #0071e3;
	font-weight: 600;
	text-decoration: underline;
}

.landing-pricing-footnote a:hover {
	color: #0077ed;
}

.landing-ready {
	position: relative;
	overflow: hidden;
	padding: 6rem 0;
	text-align: center;
	background: radial-gradient(700px 280px at 50% 15%, rgba(59, 130, 246, 0.3) 0%, rgba(59, 130, 246, 0) 70%),
		radial-gradient(500px 280px at 65% 25%, rgba(168, 85, 247, 0.28) 0%, rgba(168, 85, 247, 0) 72%),
		#040712;
	color: #f8fafc;
}

.landing-ready::before {
	content: "";
	position: absolute;
	inset: auto 15% -130px 15%;
	height: 240px;
	background: radial-gradient(circle, rgba(34, 197, 94, 0.35) 0%, rgba(34, 197, 94, 0) 72%);
	pointer-events: none;
}

.landing-ready h2 {
	color: #f8fafc;
	font-size: clamp(2rem, 3.2vw, 3.1rem);
	letter-spacing: -0.03em;
}

.landing-ready p {
	margin-top: 0.95rem;
	color: rgba(226, 232, 240, 0.82);
}

@media (max-width: 991.98px) {
	.landing-section.d-flex {
		flex-direction: column;
		gap: 1.25rem;
		padding: 2.25rem 1rem;
	}

	/* On mobile, keep content flow as text first, image second */
	.landing-section.d-flex>[class*="col-"]:first-child {
		order: 1 !important;
	}

	.landing-section.d-flex>[class*="col-"]:last-child {
		order: 2 !important;
	}

	.landing-section.d-flex>[class*="col-"] {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.landing-section .screenshot {
		max-width: 92%;
	}
}

.simple-navbar {
	display: flex;
	align-items: center;
	width: 100%;
}

.simple-navbar .flag {
	width: 30px;
	vertical-align: middle;
	margin-bottom: 2px;
	margin-right: 5px;
	border-radius: 2px;
}

.navbar-lang {
	position: relative;
}

.navbar-lang .dropdown-menu {
	left: auto !important;
	right: 0 !important;
	transform: none !important;
}

.navbar-lang .dropdown-menu.languages {
	background: #05070d !important;
	border: 1px solid rgba(148, 163, 184, 0.2) !important;
}

.navbar-lang .dropdown-menu.languages .dropdown-item {
	color: #f8fafc !important;
}

body.main-body .scroll-top {
	left: 24px !important;
	right: auto !important;
	bottom: 24px !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
	background: #0071e3 !important;
	border-color: #0071e3 !important;
	color: #ffffff !important;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.22);
}

body.main-body .scroll-top i {
	color: #ffffff !important;
}

/* Keep Tawk widget from getting too wide on large screens */
@media (min-width: 1600px) {
	iframe[title*="chat widget"],
	iframe[title*="Chat widget"] {
		width: 380px !important;
		max-width: 380px !important;
	}
}
