/* Add here all your CSS customizations */

/* Modern landing home - Codex */
.landing-modern-home {
	background: #ffffff;
	color: #334155;
	min-width: 0 !important;
	overflow-x: hidden;
}

.landing-modern-home .body {
	background: #ffffff;
	min-width: 0 !important;
	overflow-x: hidden;
}

.landing-modern-home .main {
	min-width: 0 !important;
	overflow-x: hidden;
}

.landing-modern-home #header {
	position: sticky;
	top: 0;
	min-height: 84px;
	border: 0;
	background: rgba(255, 255, 255, 0.94) !important;
	box-shadow: 0 1px 0 rgba(148, 163, 184, 0.18);
	backdrop-filter: blur(14px);
}

.landing-modern-home #header .container {
	position: relative;
	max-width: 1180px;
}

.landing-modern-home .do-hero-modern .container,
.landing-modern-home .do-proof-strip .container {
	width: 100% !important;
	max-width: 1180px;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

.landing-modern-home #header .logo {
	display: block !important;
	position: absolute !important;
	top: 23px !important;
	left: 15px;
	z-index: 5;
	width: 190px;
	min-height: 72px;
	margin: 0;
	padding: 9px 18px 10px 8px !important;
	border: 1px solid rgba(207, 216, 227, 0.48);
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.58);
	overflow: visible;
	transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
	backdrop-filter: blur(8px);
}

.landing-modern-home #header .logo img {
	width: 154px !important;
	max-width: none !important;
	height: auto !important;
	margin: 0 !important;
	top: 19px !important;
}

body.sticky-menu-active.landing-modern-home #header .logo,
.landing-modern-home #header.sticky-active .logo {
	top: 23px !important;
	width: 190px;
	min-height: 76px;
	padding-top: 9px !important;
	padding-right: 18px !important;
	padding-bottom: 9px !important;
	padding-left: 8px !important;
	border-color: rgba(207, 216, 227, 0.62);
	background: rgba(255, 255, 255, 0.68);
	box-shadow: 0 14px 34px rgba(25, 44, 77, 0.14);
	backdrop-filter: blur(10px);
}

.landing-modern-home #header .social-icons {
	display: none;
}

.landing-modern-home #header .nav-main-collapse {
	background: transparent !important;
}

.landing-modern-home #header nav.nav-main {
	float: right;
	margin-top: -50px;
}

.landing-modern-home #header nav ul.nav-main > li > a {
	padding: 13px 13px !important;
	border-radius: 9px;
	color: #344054 !important;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
}

.landing-modern-home #header nav ul.nav-main > li > a:hover,
.landing-modern-home #header nav ul.nav-main > li > a:focus {
	background: #f1f7ff !important;
	color: #3b82d6 !important;
}

.landing-modern-home #header nav ul.nav-main > li:nth-last-child(2) > a {
	margin-left: 7px;
	background: #3b82d6 !important;
	color: #ffffff !important;
	box-shadow: 0 10px 22px rgba(59, 130, 214, 0.16);
}

.landing-modern-home #header nav ul.nav-main > li:last-child > a {
	margin-left: 5px;
	border: 1px solid #d7e0ea;
	background: #ffffff !important;
	color: #344054 !important;
}

@media (min-width: 992px) {
	.landing-modern-home #header .nav-main-collapse.collapse {
		display: block !important;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: auto !important;
		overflow: visible !important;
		pointer-events: none;
	}

	.landing-modern-home #header .nav-main-collapse > .container {
		position: relative;
		pointer-events: auto;
	}

	.landing-modern-home #header nav.nav-main {
		float: none;
		margin-top: 19px;
		text-align: right;
	}

	.landing-modern-home #header nav ul.nav-main {
		display: inline-flex;
		align-items: center;
		float: none;
		margin: 0;
	}

	.landing-modern-home #header nav ul.nav-main > li {
		float: none;
	}

	.landing-modern-home.signup-modern-page #header,
	.landing-modern-home.login-modern-page #header {
		min-height: 96px;
		z-index: 1000;
	}

	.landing-modern-home.signup-modern-page #header .logo,
	.landing-modern-home.login-modern-page #header .logo {
		border-color: transparent;
		background: transparent;
		box-shadow: none;
		backdrop-filter: none;
		z-index: 1300;
	}

	.landing-modern-home.signup-modern-page #header .nav-top,
	.landing-modern-home.login-modern-page #header .nav-top,
	.landing-modern-home.signup-modern-page #header .btn-responsive-nav,
	.landing-modern-home.login-modern-page #header .btn-responsive-nav {
		display: none !important;
	}

	.landing-modern-home.signup-modern-page #header .nav-main-collapse.collapse,
	.landing-modern-home.login-modern-page #header .nav-main-collapse.collapse {
		display: block !important;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: auto !important;
		overflow: visible !important;
		pointer-events: none;
		z-index: 1100;
	}

	.landing-modern-home.signup-modern-page #header .nav-main-collapse > .container,
	.landing-modern-home.login-modern-page #header .nav-main-collapse > .container {
		position: relative;
		min-height: 96px;
		pointer-events: none;
	}

	.landing-modern-home.signup-modern-page #header nav.nav-main,
	.landing-modern-home.login-modern-page #header nav.nav-main {
		float: none !important;
		margin-top: 24px !important;
		pointer-events: auto;
		text-align: right;
	}

	.landing-modern-home.signup-modern-page #header .logo img,
	.landing-modern-home.login-modern-page #header .logo img {
		top: -17px !important;
	}

	body.sticky-menu-active.landing-modern-home.signup-modern-page #header nav.nav-main,
	body.sticky-menu-active.landing-modern-home.login-modern-page #header nav.nav-main,
	.landing-modern-home.signup-modern-page #header.sticky-active nav.nav-main,
	.landing-modern-home.login-modern-page #header.sticky-active nav.nav-main {
		margin-top: 54px !important;
	}

	body.sticky-menu-active.landing-modern-home.signup-modern-page #header .logo,
	body.sticky-menu-active.landing-modern-home.login-modern-page #header .logo,
	.landing-modern-home.signup-modern-page #header.sticky-active .logo,
	.landing-modern-home.login-modern-page #header.sticky-active .logo {
		border-color: rgba(207, 216, 227, 0.62);
		background: rgba(255, 255, 255, 0.68);
		box-shadow: 0 14px 34px rgba(25, 44, 77, 0.14);
		backdrop-filter: blur(10px);
		padding-top: 50px !important;
	}

	.landing-modern-home.signup-modern-page #header nav ul.nav-main,
	.landing-modern-home.login-modern-page #header nav ul.nav-main {
		display: inline-flex !important;
		align-items: center;
		float: none !important;
		margin: 0 !important;
	}

	.landing-modern-home.signup-modern-page #header nav ul.nav-main > li,
	.landing-modern-home.login-modern-page #header nav ul.nav-main > li {
		float: none;
	}

	.landing-modern-home.signup-modern-page #header nav ul.nav-main > li > a.dropdown-toggle,
	.landing-modern-home.login-modern-page #header nav ul.nav-main > li > a.dropdown-toggle {
		display: inline-flex !important;
		align-items: center;
		min-height: 46px;
		padding: 13px 18px !important;
		border: 1px solid #d7e0ea;
		border-radius: 12px;
		background: #ffffff !important;
		color: #344054 !important;
		box-shadow: 0 12px 28px rgba(25, 44, 77, 0.08);
	}

	.landing-modern-home.signup-modern-page #header nav ul.nav-main > li.dropdown:hover > .dropdown-menu,
	.landing-modern-home.login-modern-page #header nav ul.nav-main > li.dropdown:hover > .dropdown-menu {
		display: block;
	}

	.landing-modern-home.signup-modern-page #header .dropdown-menu,
	.landing-modern-home.login-modern-page #header .dropdown-menu {
		right: 0;
		left: auto;
		z-index: 1200;
		border: 1px solid #dce8f5;
		border-radius: 14px;
		box-shadow: 0 18px 42px rgba(25, 44, 77, 0.14);
	}

	.landing-modern-home.faq-modern-page #header {
		min-height: 96px;
		z-index: 1000;
	}

	.landing-modern-home.faq-modern-page #header .logo {
		border-color: transparent;
		background: transparent;
		box-shadow: none;
		backdrop-filter: none;
		z-index: 1300;
	}

	.landing-modern-home.faq-modern-page #header .nav-top,
	.landing-modern-home.faq-modern-page #header .btn-responsive-nav {
		display: none !important;
	}

	.landing-modern-home.faq-modern-page #header .nav-main-collapse.collapse {
		display: block !important;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: auto !important;
		overflow: visible !important;
		pointer-events: none;
		z-index: 1100;
	}

	.landing-modern-home.faq-modern-page #header .nav-main-collapse > .container {
		position: relative;
		min-height: 96px;
		pointer-events: none;
	}

	.landing-modern-home.faq-modern-page #header nav.nav-main {
		float: none !important;
		margin-top: 24px !important;
		pointer-events: auto;
		text-align: right;
	}

	body.sticky-menu-active.landing-modern-home.faq-modern-page #header nav.nav-main,
	.landing-modern-home.faq-modern-page #header.sticky-active nav.nav-main {
		margin-top: 54px !important;
	}

	body.sticky-menu-active.landing-modern-home.faq-modern-page #header .logo,
	.landing-modern-home.faq-modern-page #header.sticky-active .logo {
		border-color: rgba(207, 216, 227, 0.62);
		background: rgba(255, 255, 255, 0.68);
		box-shadow: 0 14px 34px rgba(25, 44, 77, 0.14);
		backdrop-filter: blur(10px);
		padding-top: 50px !important;
	}

	.landing-modern-home.faq-modern-page #header .logo img {
		top: -17px !important;
	}

	.landing-modern-home.faq-modern-page #header nav ul.nav-main {
		display: inline-flex !important;
		align-items: center;
		float: none !important;
		margin: 0 !important;
	}

	.landing-modern-home.faq-modern-page #header nav ul.nav-main > li {
		float: none;
	}

	.landing-modern-home.faq-modern-page #header nav ul.nav-main > li > a.dropdown-toggle {
		display: inline-flex !important;
		align-items: center;
		min-height: 46px;
		padding: 13px 18px !important;
		border: 1px solid #d7e0ea;
		border-radius: 12px;
		background: #ffffff !important;
		color: #344054 !important;
		box-shadow: 0 12px 28px rgba(25, 44, 77, 0.08);
	}

	.landing-modern-home.faq-modern-page #header nav ul.nav-main > li.dropdown:hover > .dropdown-menu {
		display: block;
	}

	.landing-modern-home.faq-modern-page #header .dropdown-menu {
		right: 0;
		left: auto;
		z-index: 1200;
		border: 1px solid #dce8f5;
		border-radius: 14px;
		box-shadow: 0 18px 42px rgba(25, 44, 77, 0.14);
	}
}

.landing-modern-home .do-hero-modern {
	position: relative;
	overflow: hidden;
	padding: 74px 0 78px;
	background:
		radial-gradient(circle at 85% 18%, rgba(83, 177, 253, 0.22), transparent 30%),
		linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.landing-modern-home .do-hero-modern:before {
	content: "";
	position: absolute;
	left: -8%;
	bottom: -27%;
	width: 54%;
	height: 58%;
	border-radius: 50%;
	background: rgba(218, 239, 255, 0.72);
	filter: blur(12px);
}

.landing-modern-home .do-hero-row {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}

.landing-modern-home .do-hero-copy {
	padding-top: 12px;
}

.landing-modern-home .do-hero-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 26px;
	padding: 8px 15px;
	border: 1px solid #9bd5ff;
	border-radius: 999px;
	background: rgba(239, 248, 255, 0.9);
	color: #0b68c7;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
}

.landing-modern-home .do-hero-copy h1 {
	max-width: 620px;
	margin: 0 0 23px;
	color: #26324a;
	font-size: 52px;
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: 0;
}

.landing-modern-home .do-hero-subtitle {
	max-width: 585px;
	margin: 0 0 30px;
	color: #58677c;
	font-size: 19px;
	line-height: 1.55;
}

.landing-modern-home .do-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 19px;
}

.landing-modern-home .do-btn-primary,
.landing-modern-home .do-btn-secondary {
	min-height: 46px;
	padding: 13px 22px !important;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: none;
}

.landing-modern-home .do-btn-primary {
	border: 1px solid #3b82d6 !important;
	background: #3b82d6 !important;
	color: #ffffff !important;
	box-shadow: 0 12px 24px rgba(59, 130, 214, 0.18);
}

.landing-modern-home .do-btn-secondary {
	border: 1px solid #cfd8e3 !important;
	background: #ffffff !important;
	color: #344054 !important;
}

.landing-modern-home .do-hero-note {
	color: #6b778c;
	font-size: 14px;
	font-weight: 600;
}

.landing-modern-home .do-hero-visual {
	position: relative;
}

.landing-modern-home .do-product-card {
	position: relative;
	margin-left: 20px;
	padding: 18px;
	border: 1px solid rgba(145, 158, 171, 0.18);
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 28px 70px rgba(25, 44, 77, 0.14);
}

.landing-modern-home .do-window-bar {
	display: flex;
	align-items: center;
	gap: 7px;
	height: 26px;
	padding-left: 4px;
}

.landing-modern-home .do-window-bar span {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #d7dee8;
}

.landing-modern-home .do-window-bar span:first-child {
	background: #ffb020;
}

.landing-modern-home .do-window-bar span:nth-child(2) {
	background: #12b76a;
}

.landing-modern-home .do-product-image {
	width: 100%;
	border: 1px solid #e5edf6;
	border-radius: 16px;
	background: #f8fafc;
}

.landing-modern-home .do-floating-card {
	position: absolute;
	display: flex;
	flex-direction: column;
	min-width: 205px;
	padding: 14px 17px 14px 18px;
	border: 1px solid rgba(207, 216, 227, 0.9);
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 18px 38px rgba(25, 44, 77, 0.14);
}

.landing-modern-home .do-floating-card:before {
	content: "";
	position: absolute;
	top: 14px;
	bottom: 14px;
	left: 0;
	width: 4px;
	border-radius: 0 999px 999px 0;
	background: #58c4b6;
}

.landing-modern-home .do-floating-card strong {
	color: #26324a;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
}

.landing-modern-home .do-floating-card span {
	margin-top: 3px;
	color: #667085;
	font-size: 13px;
	font-weight: 600;
}

.landing-modern-home .do-floating-card-top {
	top: 70px;
	right: -24px;
}

.landing-modern-home .do-floating-card-middle {
	top: 185px;
	left: -26px;
}

.landing-modern-home .do-floating-card-bottom {
	right: 24px;
	bottom: 34px;
}

.landing-modern-home .do-proof-strip {
	margin-top: -1px;
	padding: 34px 0 36px;
	background:
		radial-gradient(circle at 10% 0%, rgba(139, 92, 246, 0.14), transparent 30%),
		linear-gradient(135deg, rgba(245, 240, 255, 0.92) 0%, rgba(235, 230, 255, 0.54) 52%, rgba(239, 248, 255, 0.44) 52%, rgba(255, 255, 255, 0.96) 100%);
}

.landing-modern-home .do-proof-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.landing-modern-home .do-proof-grid div {
	position: relative;
	min-height: 124px;
	padding: 24px 24px 22px 92px;
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 22px 46px rgba(16, 28, 45, 0.14);
	backdrop-filter: blur(12px);
}

.landing-modern-home .do-proof-grid div:before {
	content: "";
	position: absolute;
	top: 18px;
	bottom: 18px;
	left: 0;
	width: 5px;
	height: auto;
	border-radius: 0 999px 999px 0;
	background: #58c4b6;
}

.landing-modern-home .do-proof-grid div:nth-child(2):before {
	background: #3b82d6;
}

.landing-modern-home .do-proof-grid div:nth-child(3):before {
	background: #f2a53b;
}

.landing-modern-home .do-proof-grid i {
	position: absolute;
	top: 25px;
	left: 26px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: linear-gradient(135deg, #dff8f1, #ffffff);
	color: #36a99b;
	font-size: 20px;
	box-shadow: inset 0 0 0 1px rgba(88, 196, 182, 0.16);
}

.landing-modern-home .do-proof-grid div:nth-child(2) i {
	background: linear-gradient(135deg, #eaf4ff, #ffffff);
	color: #3b82d6;
}

.landing-modern-home .do-proof-grid div:nth-child(3) i {
	background: linear-gradient(135deg, #fff4df, #ffffff);
	color: #d98417;
}

.landing-modern-home .do-proof-grid strong,
.landing-modern-home .do-proof-grid span {
	display: block;
}

.landing-modern-home .do-proof-grid strong {
	color: #26324a;
	font-size: 19px;
	font-weight: 900;
	line-height: 1.25;
}

.landing-modern-home .do-proof-grid span {
	margin-top: 9px;
	color: #5d6b82;
	font-size: 14px;
	line-height: 1.45;
}

.landing-modern-home .main > .container:first-of-type {
	padding-top: 64px;
}

.landing-modern-home .do-feature-cards-section {
	margin-top: 18px;
	padding: 88px 0 82px;
	border-top: 1px solid #e3edf7;
	background:
		linear-gradient(180deg, #f6f9fd 0%, #ffffff 100%);
}

.landing-modern-home #funcionalidades {
	margin: 0;
	padding: 68px 0 72px;
	border: 0;
	background:
		radial-gradient(circle at 12% 8%, rgba(88, 196, 182, 0.12), transparent 26%),
		linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
}

.landing-modern-home .do-online-clinic-section {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	padding: 78px 0 96px;
	background:
		radial-gradient(circle at 12% 18%, rgba(88, 196, 182, 0.13), transparent 28%),
		linear-gradient(180deg, #ffffff 0%, #f7fbff 82%, #ffffff 100%);
}

.landing-modern-home .do-online-clinic-section .container {
	width: 100% !important;
	max-width: 1180px;
}

.landing-modern-home .do-online-clinic-row {
	display: grid;
	grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
	align-items: center;
	gap: 56px;
}

.landing-modern-home .do-online-clinic-copy {
	position: relative;
	z-index: 2;
}

.landing-modern-home .do-online-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 18px;
	padding: 8px 14px;
	border-radius: 999px;
	background: #eaf4ff;
	color: #2563b8;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.landing-modern-home .do-online-clinic-copy h2 {
	max-width: 520px;
	margin: 0;
	color: #26324a;
	font-size: 42px;
	font-weight: 850;
	line-height: 1.15;
	letter-spacing: 0;
}

.landing-modern-home .do-online-clinic-copy p {
	max-width: 520px;
	margin: 20px 0 0;
	color: #5d6b82;
	font-size: 17px;
	line-height: 1.65;
}

.landing-modern-home .do-online-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 25px;
}

.landing-modern-home .do-online-pills strong {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 13px;
	border: 1px solid #d8e7f4;
	border-radius: 999px;
	background: #ffffff;
	color: #344054;
	font-size: 13px;
	font-weight: 800;
	box-shadow: 0 10px 24px rgba(25, 44, 77, 0.05);
}

.landing-modern-home .do-online-pills i {
	color: #3b82d6;
}

.landing-modern-home .do-online-screen {
	position: relative;
	padding: 17px;
	border: 1px solid #dce8f5;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 30px 70px rgba(25, 44, 77, 0.14);
}

.landing-modern-home .do-online-window-bar {
	display: flex;
	gap: 7px;
	padding: 3px 0 13px 4px;
}

.landing-modern-home .do-online-window-bar span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #cbd5e1;
}

.landing-modern-home .do-online-window-bar span:first-child {
	background: #ffb020;
}

.landing-modern-home .do-online-window-bar span:nth-child(2) {
	background: #12b76a;
}

.landing-modern-home .do-online-screen img {
	width: 100%;
	border: 1px solid #e5edf6;
	border-radius: 16px;
	background: #f8fafc;
}

.landing-modern-home .do-online-floating {
	position: absolute;
	min-width: 166px;
	padding: 13px 15px;
	border: 1px solid #d8e7f4;
	border-left: 5px solid #58c4b6;
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 18px 38px rgba(25, 44, 77, 0.14);
}

.landing-modern-home .do-online-floating strong,
.landing-modern-home .do-online-floating span {
	display: block;
}

.landing-modern-home .do-online-floating strong {
	color: #26324a;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.2;
}

.landing-modern-home .do-online-floating span {
	margin-top: 3px;
	color: #667085;
	font-size: 12px;
	font-weight: 700;
}

.landing-modern-home .do-online-floating-top {
	top: 72px;
	right: -24px;
}

.landing-modern-home .do-online-floating-bottom {
	left: -24px;
	bottom: 44px;
}

.landing-modern-home #funcionalidades .container {
	width: 100% !important;
	max-width: 1180px;
}

.landing-modern-home #funcionalidades .col-md-12 > .row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.landing-modern-home #funcionalidades .col-md-12 > .row:before,
.landing-modern-home #funcionalidades .col-md-12 > .row:after {
	display: none;
}

.landing-modern-home #funcionalidades .col-md-4 {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: auto;
	padding: 0;
}

.landing-modern-home #funcionalidades .feature-box {
	display: flex;
	flex: 1;
	align-items: flex-start;
	min-height: 178px;
	margin: 0;
	padding: 27px 25px 25px;
	border: 1px solid #dce8f5;
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 18px 42px rgba(25, 44, 77, 0.07);
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.landing-modern-home #funcionalidades .feature-box:hover {
	transform: translateY(-3px);
	border-color: #bde0fb;
	box-shadow: 0 24px 52px rgba(25, 44, 77, 0.11);
}

.landing-modern-home #funcionalidades .feature-box-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 46px;
	width: 46px;
	height: 46px;
	margin: 0 18px 0 0;
	border-radius: 15px;
	background: #eaf4ff;
	color: #3b82d6;
}

.landing-modern-home #funcionalidades .feature-box-icon i {
	position: static;
	width: auto;
	height: auto;
	color: inherit;
	font-size: 22px;
	line-height: 1;
}

.landing-modern-home #funcionalidades .col-md-4:nth-child(2) .feature-box:first-child .feature-box-icon,
.landing-modern-home #funcionalidades .col-md-4:nth-child(3) .feature-box:last-child .feature-box-icon {
	background: #e7f8f4;
	color: #36a99b;
}

.landing-modern-home #funcionalidades .col-md-4:nth-child(2) .feature-box:last-child .feature-box-icon,
.landing-modern-home #funcionalidades .col-md-4:nth-child(3) .feature-box:first-child .feature-box-icon {
	background: #fff3df;
	color: #f59e0b;
}

.landing-modern-home #funcionalidades .feature-box-info {
	padding-left: 0;
}

.landing-modern-home #funcionalidades h4 {
	margin: 0 0 9px !important;
	color: #26324a;
	font-size: 19px;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0;
}

.landing-modern-home #funcionalidades p {
	margin: 0;
	color: #667085;
	font-size: 15px;
	line-height: 1.62;
}

.landing-modern-home .do-integrations-section {
	padding: 76px 0;
	background:
		radial-gradient(circle at 8% 20%, rgba(88, 196, 182, 0.12), transparent 30%),
		linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.landing-modern-home .do-integrations-section .container {
	width: 100% !important;
	max-width: 1180px;
}

.landing-modern-home .do-integrations-heading {
	max-width: 760px;
	margin: 0 auto 36px;
	text-align: center;
}

.landing-modern-home .do-integrations-heading span {
	display: inline-flex;
	margin-bottom: 14px;
	padding: 7px 13px;
	border-radius: 999px;
	background: #eaf4ff;
	color: #2563b8;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.landing-modern-home .do-integrations-heading h2 {
	margin: 0;
	color: #26324a;
	font-size: 38px;
	font-weight: 850;
	line-height: 1.18;
	letter-spacing: 0;
}

.landing-modern-home .do-integrations-heading p {
	max-width: 650px;
	margin: 16px auto 0;
	color: #5d6b82;
	font-size: 17px;
	line-height: 1.6;
}

.landing-modern-home .do-integrations-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.landing-modern-home .do-integration-card {
	position: relative;
	overflow: hidden;
	padding: 32px;
	border: 1px solid #dce8f5;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 22px 52px rgba(25, 44, 77, 0.08);
}

.landing-modern-home .do-integration-card:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 6px;
	background: #58c4b6;
}

.landing-modern-home .do-integration-memed:before {
	background: #7567ff;
}

.landing-modern-home .do-integration-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 210px;
	height: 74px;
	margin-bottom: 20px;
	padding: 10px 16px;
	border: 1px solid #edf2f7;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 12px 28px rgba(25, 44, 77, 0.06);
}

.landing-modern-home .do-integration-logo img {
	display: block;
	max-width: 100%;
	max-height: 52px;
}

.landing-modern-home .do-integration-card h3 {
	margin: 0 0 13px;
	color: #26324a;
	font-size: 24px;
	font-weight: 850;
	line-height: 1.25;
	letter-spacing: 0;
}

.landing-modern-home .do-integration-card p {
	margin: 0;
	color: #5d6b82;
	font-size: 16px;
	line-height: 1.65;
}

.landing-modern-home .do-integration-card ul {
	display: grid;
	gap: 10px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.landing-modern-home .do-integration-card li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: #344054;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
}

.landing-modern-home .do-integration-card li i {
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #e7f8f4;
	color: #36a99b;
	font-size: 11px;
	line-height: 22px;
	text-align: center;
}

.landing-modern-home .do-integration-memed li i {
	background: #f0edff;
	color: #7567ff;
}

.landing-modern-home .do-dentalshop-partner {
	padding: 34px 0 24px;
	background: #ffffff;
}

.landing-modern-home .do-dentalshop-partner .container {
	width: 100% !important;
	max-width: 1180px;
}

.landing-modern-home .do-dentalshop-box {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	align-items: center;
	gap: 28px;
	min-height: 132px;
	padding: 24px 32px;
	border: 1px solid #dce8f5;
	border-left: 6px solid #45c34f;
	border-radius: 22px;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 247, 255, 0.98) 100%);
	box-shadow: 0 22px 52px rgba(25, 44, 77, 0.09);
}

.landing-modern-home .do-dentalshop-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 74px;
}

.landing-modern-home .do-dentalshop-logo img {
	display: block;
	max-width: 230px;
	max-height: 58px;
}

.landing-modern-home .do-dentalshop-copy span {
	display: inline-flex;
	margin-bottom: 8px;
	padding: 6px 12px;
	border-radius: 999px;
	background: #f0edff;
	color: #58198a;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.landing-modern-home .do-dentalshop-copy p {
	max-width: 770px;
	margin: 0;
	color: #344054;
	font-size: 17px;
	line-height: 1.55;
}

.landing-modern-home .do-dentalshop-text-link {
	display: inline-block;
	padding: 1px 7px 2px;
	border-radius: 8px;
	background: rgba(105, 56, 168, 0.11);
	color: #4f1680;
	font-weight: 800;
	text-decoration: none;
	transition: background-color 160ms ease, color 160ms ease;
}

.landing-modern-home .do-dentalshop-text-link:hover,
.landing-modern-home .do-dentalshop-text-link:focus {
	background: rgba(105, 56, 168, 0.18);
	color: #3d0f66;
	text-decoration: none;
}

body.landing-modern-home:not(.faq-modern-page) .do-online-eyebrow,
body.landing-modern-home:not(.faq-modern-page) .do-pricing-heading span {
	background: #f1edff;
	color: #6d38c3;
}

body.landing-modern-home:not(.faq-modern-page) .do-section-heading span,
body.landing-modern-home:not(.faq-modern-page) .do-integrations-heading span {
	background: #eaf4ff;
	color: #2563b8;
}

body.landing-modern-home:not(.faq-modern-page) #depoimentos + h4:before,
body.landing-modern-home:not(.faq-modern-page) .do-feature-tag {
	background: #fff3df;
	color: #b66a00;
}

body.landing-modern-home:not(.faq-modern-page) .do-feature-card:nth-child(2n) .do-feature-tag {
	background: #f1edff;
	color: #6d38c3;
}

body.landing-modern-home:not(.faq-modern-page) .do-feature-card:nth-child(3n) .do-feature-tag {
	background: #eaf4ff;
	color: #2563b8;
}

.landing-modern-home #contact {
	position: relative;
	overflow: hidden;
	padding: 72px 0 78px;
	background:
		radial-gradient(circle at 12% 18%, rgba(88, 196, 182, 0.13), transparent 30%),
		linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
}

.landing-modern-home #contact:before {
	content: "";
	position: absolute;
	top: 46px;
	right: -120px;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	background: rgba(59, 130, 214, 0.1);
	filter: blur(8px);
}

.landing-modern-home #contact .container {
	position: relative;
	z-index: 1;
	width: 100% !important;
	max-width: 1180px;
}

.landing-modern-home #contact .row.mt-xlg {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
	gap: 28px;
	margin-top: 0 !important;
}

.landing-modern-home #contact .row.mt-xlg:before,
.landing-modern-home #contact .row.mt-xlg:after {
	display: none;
}

.landing-modern-home #contact .row.mt-xlg > .col-md-6 {
	width: auto;
	padding: 34px 36px;
	border: 1px solid #dce8f5;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 24px 58px rgba(25, 44, 77, 0.09);
}

.landing-modern-home #contact .row.mt-xlg > .col-md-6:first-child {
	border-top: 6px solid #58c4b6;
}

.landing-modern-home #contact .row.mt-xlg > .col-md-6:last-child {
	border-top: 6px solid #3b82d6;
	background:
		radial-gradient(circle at top right, rgba(88, 196, 182, 0.15), transparent 36%),
		rgba(255, 255, 255, 0.96);
}

.landing-modern-home #contact h2,
.landing-modern-home #contact h4 {
	margin-top: 0 !important;
	color: #26324a;
	letter-spacing: 0;
}

.landing-modern-home #contact h2 {
	margin-bottom: 22px !important;
	font-size: 34px;
	font-weight: 850;
	line-height: 1.18;
}

.landing-modern-home #contact h2 strong,
.landing-modern-home #contact h4 strong {
	color: #26324a;
	font-weight: 900;
}

.landing-modern-home #contact h4 {
	margin-bottom: 13px;
	font-size: 23px;
	font-weight: 850;
	line-height: 1.25;
}

.landing-modern-home #contact h4:before {
	content: "";
	display: block;
	width: 48px;
	height: 4px;
	margin-bottom: 14px;
	border-radius: 999px;
	background: #58c4b6;
}

.landing-modern-home #contact .col-md-6:last-child h4:first-child:before {
	background: #3b82d6;
}

.landing-modern-home #contact p {
	max-width: 520px;
	color: #5d6b82;
	font-size: 16px;
	line-height: 1.65;
}

.landing-modern-home #contact label {
	margin-bottom: 7px;
	color: #344054;
	font-size: 13px;
	font-weight: 800;
}

.landing-modern-home #contact .form-control {
	min-height: 46px;
	border: 1px solid #cfdae8;
	border-radius: 11px;
	box-shadow: none;
	color: #26324a;
	font-size: 15px;
}

.landing-modern-home #contact textarea.form-control {
	min-height: 180px;
	resize: vertical;
}

.landing-modern-home #contact .form-control:focus {
	border-color: #58c4b6;
	box-shadow: 0 0 0 4px rgba(88, 196, 182, 0.12);
}

.landing-modern-home #contact input[type="submit"].btn {
	min-height: 50px;
	padding: 13px 24px;
	border: 1px solid #3b82d6 !important;
	border-radius: 12px;
	background: #3b82d6 !important;
	color: #ffffff !important;
	font-size: 16px;
	font-weight: 900;
	text-transform: none;
	box-shadow: 0 14px 28px rgba(59, 130, 214, 0.2);
}

.landing-modern-home #contact .list-icons {
	display: grid;
	gap: 16px;
	margin-top: 22px !important;
	padding: 0;
}

.landing-modern-home #contact .list-icons li {
	position: relative;
	min-height: 42px;
	padding: 0 0 0 58px !important;
	color: #4f5f76;
	font-size: 15px;
	line-height: 1.55;
}

.landing-modern-home #contact .list-icons li i {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 14px;
	background: #eaf4ff;
	color: #3b82d6;
	font-size: 18px;
	line-height: 42px;
}

.landing-modern-home #contact .list-icons li:nth-child(2) i,
.landing-modern-home #contact .list-icons li:nth-child(3) i {
	background: #e7f8f4;
	color: #36a99b;
}

.landing-modern-home #contact .list-icons strong {
	color: #26324a;
	font-weight: 900;
}

.landing-modern-home #contact .list-icons a {
	color: #2f7fd4;
	font-weight: 800;
}

.landing-modern-home #contact hr {
	margin: 26px 0;
	border-color: #dce8f5;
}

.landing-modern-home #depoimentos {
	height: 0;
	margin: 0;
	border: 0;
}

.landing-modern-home #depoimentos + h4 {
	position: relative;
	margin: 0;
	padding: 72px 0 28px;
	background:
		radial-gradient(circle at 80% 0%, rgba(88, 196, 182, 0.14), transparent 28%),
		linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	color: #26324a;
	font-size: 34px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: center;
}

.landing-modern-home #depoimentos + h4:before {
	content: "Historias reais";
	display: inline-flex;
	position: absolute;
	top: 36px;
	left: 50%;
	transform: translateX(-50%);
	padding: 7px 13px;
	border-radius: 999px;
	background: #eaf4ff;
	color: #2563b8;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1;
	text-transform: uppercase;
}

.landing-modern-home #depoimentos + h4 + div {
	padding: 0 0 68px;
	background: #f8fbff;
}

.landing-modern-home #depoimentos + h4 + div .row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
	width: 100% !important;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 15px;
}

.landing-modern-home #depoimentos + h4 + div .row:before,
.landing-modern-home #depoimentos + h4 + div .row:after {
	display: none;
}

.landing-modern-home #depoimentos + h4 + div .col-md-3 {
	width: auto;
	padding: 0;
}

.landing-modern-home #depoimentos + h4 + div .img-thumbnail {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 !important;
	padding: 0;
	border: 1px solid #dce8f5;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 18px 42px rgba(25, 44, 77, 0.08);
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.landing-modern-home #depoimentos + h4 + div .img-thumbnail:hover {
	transform: translateY(-4px);
	border-color: #bde0fb;
	box-shadow: 0 26px 56px rgba(25, 44, 77, 0.13);
}

.landing-modern-home #depoimentos + h4 + div .img-thumbnail img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: 18px;
}

.landing-modern-home #depoimentos + h4 + div .img-thumbnail:after {
	content: "Ver depoimento";
	position: absolute;
	left: 14px;
	bottom: 14px;
	padding: 7px 11px;
	border-radius: 999px;
	background: rgba(17, 24, 39, 0.78);
	color: #ffffff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
}

.landing-modern-home #depoimentos + h4 + div .zoom {
	display: flex !important;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 14px;
	bottom: 12px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #3b82d6;
	color: #ffffff;
	opacity: 1;
}

.landing-modern-home #depoimentos + h4 + div .zoom i {
	color: #ffffff;
	font-size: 17px;
	line-height: 1;
}

.landing-modern-home .do-app-section {
	overflow: hidden;
	padding: 56px 0 0;
	background: #f8fbff;
}

.landing-modern-home .do-app-section .container {
	width: 100% !important;
	max-width: 1180px;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

.landing-modern-home .do-app-heading {
	max-width: 820px;
	margin: 0 auto 26px;
	text-align: center;
}

.landing-modern-home .do-app-heading > span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	padding: 7px 14px;
	border: 2px solid #8bc8ff;
	border-radius: 999px;
	background: #ffffff;
	color: #1769e0;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.15;
}

.landing-modern-home .do-app-heading > span i {
	display: inline-block;
	width: 12px;
	color: #1769e0;
	font-size: 18px;
	line-height: 1;
	text-align: center;
}

.landing-modern-home .do-app-heading h2 {
	margin: 0;
	color: #5b6475;
	font-size: 36px;
	font-weight: 800;
	line-height: 1.18;
	letter-spacing: 0;
}

.landing-modern-home .do-app-heading p {
	max-width: 760px;
	margin: 12px auto 0;
	color: #58677c;
	font-size: 16px;
	line-height: 1.55;
}

.landing-modern-home .do-app-actions {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-top: 20px;
}

.landing-modern-home .do-app-showcase {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 315px minmax(0, 1fr);
	align-items: center;
	gap: 26px;
	min-height: 485px;
}

.landing-modern-home .do-app-note-stack {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.landing-modern-home .do-app-note-stack-left {
	align-items: flex-end;
}

.landing-modern-home .do-app-note-stack-right {
	align-items: flex-start;
}

.landing-modern-home .do-app-note {
	position: relative;
	max-width: 330px;
	padding: 20px 24px 20px 26px;
	border: 1px solid #cfe6fb;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.86);
	color: #344054;
	box-shadow: 0 24px 55px rgba(25, 44, 77, 0.10);
	backdrop-filter: blur(10px);
}

.landing-modern-home .do-app-note:before {
	content: "";
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 0;
	width: 5px;
	border-radius: 0 999px 999px 0;
	background: #58c4b6;
}

.landing-modern-home .do-app-note-right {
	align-self: auto;
	margin-bottom: 0;
}

.landing-modern-home .do-app-note-stack-left .do-app-note:nth-child(2),
.landing-modern-home .do-app-note-stack-right .do-app-note:nth-child(2) {
	margin-right: 22px;
}

.landing-modern-home .do-app-note-stack-left .do-app-note:nth-child(3),
.landing-modern-home .do-app-note-stack-right .do-app-note:nth-child(3) {
	margin-left: 20px;
}

.landing-modern-home .do-app-note-purple {
	border-color: #ddd6fe;
	background: rgba(250, 245, 255, 0.92);
}

.landing-modern-home .do-app-note-purple:before {
	background: #8b5cf6;
}

.landing-modern-home .do-app-note-gold {
	border-color: #fde7bd;
	background: rgba(255, 250, 235, 0.94);
}

.landing-modern-home .do-app-note-gold:before {
	background: #d89b28;
}

.landing-modern-home .do-app-note strong,
.landing-modern-home .do-app-note span {
	display: block;
}

.landing-modern-home .do-app-note strong {
	margin-bottom: 6px;
	color: #26324a;
	font-size: 19px;
	font-weight: 800;
	line-height: 1.25;
}

.landing-modern-home .do-app-note span {
	color: #475569;
	font-size: 14px;
	line-height: 1.52;
}

.landing-modern-home .do-phone-mockup {
	position: relative;
	width: 340px;
	min-height: 650px;
	margin: 0 auto -91px;
	padding: 16px 14px 0;
	border: 10px solid #171717;
	border-bottom-width: 0;
	border-radius: 44px 44px 0 0;
	background: #f3f3f3;
	box-shadow: 0 30px 70px rgba(25, 44, 77, 0.18);
	transform: scale(0.86);
	transform-origin: top center;
}

.landing-modern-home .do-phone-mockup:before {
	content: "";
	position: absolute;
	top: -4px;
	left: 50%;
	width: 92px;
	height: 18px;
	transform: translateX(-50%);
	border-radius: 0 0 16px 16px;
	background: #171717;
}

.landing-modern-home .do-phone-status {
	display: flex;
	justify-content: space-between;
	padding: 5px 4px 14px;
	color: #2f3744;
	font-size: 12px;
	font-weight: 800;
}

.landing-modern-home .do-phone-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 2px 18px;
}

.landing-modern-home .do-phone-top strong {
	color: #1f2937;
	font-size: 26px;
	font-weight: 800;
}

.landing-modern-home .do-phone-top button,
.landing-modern-home .do-calendar-month i {
	border: 0;
	background: transparent;
	color: #58c4b6;
	font-size: 24px;
}

.landing-modern-home .do-clinic-select {
	display: grid;
	grid-template-columns: 34px 1fr 16px;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px;
	padding: 15px 16px;
	border: 1px solid #dedede;
	border-radius: 10px;
	background: #ffffff;
	color: #8a8a8a;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.landing-modern-home .do-clinic-select > i:first-child {
	color: #58c4b6;
	font-size: 28px;
}

.landing-modern-home .do-clinic-select span,
.landing-modern-home .do-clinic-select strong {
	display: block;
}

.landing-modern-home .do-clinic-select strong {
	margin-top: 2px;
	color: #1f2937;
	font-size: 18px;
	line-height: 1.1;
}

.landing-modern-home .do-calendar-card {
	padding: 20px 18px 18px;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 18px 34px rgba(15, 23, 42, 0.09);
}

.landing-modern-home .do-calendar-month {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
}

.landing-modern-home .do-calendar-month strong {
	color: #1f2937;
	font-size: 25px;
	font-weight: 700;
}

.landing-modern-home .do-calendar-month span {
	color: #58c4b6;
	font-weight: 700;
}

.landing-modern-home .do-weekdays,
.landing-modern-home .do-days {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	text-align: center;
}

.landing-modern-home .do-weekdays {
	margin-bottom: 12px;
	color: #6f6f6f;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.landing-modern-home .do-days {
	row-gap: 11px;
	color: #2f3744;
	font-size: 18px;
}

.landing-modern-home .do-days span {
	position: relative;
	min-height: 32px;
	line-height: 32px;
}

.landing-modern-home .do-days span:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -3px;
	width: 4px;
	height: 4px;
	transform: translateX(-50%);
	border-radius: 50%;
	background: #6d7f89;
}

.landing-modern-home .do-days .muted {
	color: #d1d5db;
}

.landing-modern-home .do-days .active {
	border-radius: 50%;
	background: #58c4b6;
	color: #ffffff;
}

.landing-modern-home .do-days .today {
	border: 1px solid #58c4b6;
	border-radius: 50%;
	color: #58c4b6;
}

.landing-modern-home .do-agenda-summary {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 18px 0 13px;
	color: #7b7f88;
}

.landing-modern-home .do-agenda-summary strong {
	padding: 9px 13px;
	border-radius: 8px;
	background: #ddf6f1;
	color: #58c4b6;
	font-size: 13px;
	text-transform: uppercase;
}

.landing-modern-home .do-appointment-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 0 14px 14px;
	border-left: 5px solid #dce8ef;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.09);
}

.landing-modern-home .do-appointment-card span,
.landing-modern-home .do-appointment-card strong,
.landing-modern-home .do-appointment-card em {
	display: block;
}

.landing-modern-home .do-appointment-card span {
	color: #6b7280;
	font-size: 13px;
}

.landing-modern-home .do-appointment-card strong {
	color: #1f2937;
	font-size: 17px;
	line-height: 1.2;
}

.landing-modern-home .do-appointment-card em {
	color: #9ca3af;
	font-style: normal;
}

.landing-modern-home .do-appointment-card button {
	align-self: stretch;
	min-width: 92px;
	border: 0;
	border-radius: 16px 0 0 16px;
	background: #58c4b6;
	color: #ffffff;
	font-size: 16px;
	font-weight: 800;
}

.landing-modern-home .do-app-tabs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 5px;
	margin-top: 20px;
	padding: 13px 0;
	background: #ffffff;
	text-align: center;
}

.landing-modern-home .do-app-tabs span {
	color: #777;
	font-size: 11px;
}

.landing-modern-home .do-app-tabs i {
	display: block;
	margin-bottom: 3px;
	font-size: 19px;
}

.landing-modern-home .do-app-tabs .active {
	color: #58c4b6;
	font-weight: 800;
}

.landing-modern-home .do-feature-cards-section .container {
	width: 100% !important;
	max-width: 1180px;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

.landing-modern-home .do-section-heading {
	max-width: 650px;
	margin: 0 auto 48px;
	text-align: center;
}

.landing-modern-home .do-section-heading span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
	padding: 7px 13px;
	border-radius: 999px;
	background: #eaf4ff;
	color: #3b82d6;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.landing-modern-home .do-section-heading h2 {
	margin: 0;
	color: #4b5565;
	font-size: 40px;
	font-weight: 800;
	line-height: 1.22;
	letter-spacing: 0;
}

.landing-modern-home .do-section-heading p {
	max-width: 570px;
	margin: 18px auto 0;
	color: #667085;
	font-size: 17px;
	line-height: 1.55;
}

.landing-modern-home .do-feature-cards-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.landing-modern-home .do-feature-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	border: 1px solid #dce8f5;
	border-radius: 28px;
	background: #ffffff;
	box-shadow: 0 18px 44px rgba(25, 44, 77, 0.08);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.landing-modern-home .do-feature-card:hover {
	transform: translateY(-3px);
	border-color: #b7dafc;
	box-shadow: 0 26px 58px rgba(25, 44, 77, 0.13);
}

.landing-modern-home .do-feature-media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 230px;
	margin: 0;
	padding: 28px 30px;
	background:
		radial-gradient(circle at 70% 25%, rgba(255, 255, 255, 0.95), transparent 32%),
		linear-gradient(135deg, #dff1ff 0%, #edf8ff 100%);
}

.landing-modern-home .do-feature-media img {
	display: block;
	width: 100%;
	max-width: 330px;
	max-height: 190px;
	object-fit: contain;
	border-radius: 10px;
	filter: drop-shadow(0 16px 24px rgba(25, 44, 77, 0.13));
}

.landing-modern-home .do-feature-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: 30px 31px 31px;
}

.landing-modern-home .do-feature-tag {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	margin-bottom: 18px;
	padding: 7px 12px;
	border-radius: 999px;
	background: #edf5ff;
	color: #1769e0;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.12em;
	line-height: 1.1;
	text-transform: uppercase;
}

.landing-modern-home .do-feature-content h3 {
	margin: 0 0 14px;
	color: #344054;
	font-size: 23px;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0;
}

.landing-modern-home .do-feature-content p {
	margin: 0 0 23px;
	color: #5d6b82;
	font-size: 15px;
	line-height: 1.65;
}

.landing-modern-home .do-feature-btn {
	margin-top: auto;
	padding: 10px 16px !important;
	border: 1px solid #3b82d6 !important;
	border-radius: 10px;
	background: #3b82d6 !important;
	color: #ffffff !important;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: none;
	box-shadow: 0 9px 20px rgba(59, 130, 214, 0.15);
}

.landing-modern-home #precos {
	border: 0;
	margin: 0;
	scroll-margin-top: 115px;
}

.landing-modern-home #precos + .do-pricing-heading,
.landing-modern-home .do-pricing-heading {
	max-width: 840px;
	margin: 0 auto 42px;
	padding-top: 76px;
	text-align: center;
}

.landing-modern-home .do-pricing-heading span {
	display: inline-flex;
	margin-bottom: 14px;
	padding: 8px 14px;
	border-radius: 999px;
	background: #eaf4ff;
	color: #3b82d6;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.12em;
	line-height: 1;
	text-transform: uppercase;
}

.landing-modern-home .do-pricing-heading h2 {
	max-width: 780px;
	margin: 0 auto;
	color: #26324a;
	font-size: 39px;
	font-weight: 800;
	line-height: 1.18;
	letter-spacing: 0;
}

.landing-modern-home .do-pricing-heading p {
	max-width: 760px;
	margin: 18px auto 0;
	color: #5d6b82;
	font-size: 17px;
	line-height: 1.6;
}

.landing-modern-home .pricing-table.princig-table-flat {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
	gap: 22px;
	margin: 0 0 42px;
}

.landing-modern-home .pricing-table.princig-table-flat:before,
.landing-modern-home .pricing-table.princig-table-flat:after {
	display: none;
}

.landing-modern-home .pricing-table.princig-table-flat > [class*="col-"] {
	float: none;
	width: auto;
	padding: 0;
}

.landing-modern-home .pricing-table .plan {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	border: 1px solid #dce8f5;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(25, 44, 77, 0.06);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.landing-modern-home .pricing-table .plan:hover {
	transform: translateY(-3px);
	border-color: #b7dafc;
	box-shadow: 0 22px 46px rgba(25, 44, 77, 0.10);
}

.landing-modern-home .pricing-table .plan.most-popular {
	position: relative;
	margin: -10px 0 0;
	border-color: #9dccfb;
	box-shadow: 0 20px 48px rgba(59, 130, 214, 0.12);
}

.landing-modern-home .pricing-table .plan.most-popular:before {
	content: "Mais escolhido";
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 2;
	padding: 6px 10px;
	border-radius: 999px;
	background: #eaf4ff;
	color: #2563b8;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.landing-modern-home .pricing-table .plan h3 {
	margin: 0;
	padding: 28px 28px 24px;
	border: 0;
	background: #f8fbff !important;
	background-color: #f8fbff !important;
	color: #26324a !important;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
	text-align: left;
	text-shadow: none;
	text-transform: uppercase;
}

.landing-modern-home .pricing-table .plan.most-popular h3 {
	padding-top: 48px;
	background: #eef6ff !important;
	background-color: #eef6ff !important;
	color: #26324a !important;
}

.landing-modern-home .pricing-table .plan h3 span {
	display: block;
	margin-top: 10px;
	width: auto;
	height: auto;
	border: 0;
	border-radius: 0;
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none;
	color: #26324a !important;
	font-size: 28px;
	font-weight: 900;
	line-height: 1.08;
	text-transform: none;
}

.landing-modern-home .pricing-table .plan h3:after {
	content: "";
	display: block;
	width: 46px;
	height: 4px;
	margin-top: 18px;
	border-radius: 999px;
	background: #58c4b6;
}

.landing-modern-home .pricing-table .plan ul {
	display: flex;
	flex: 1;
	flex-direction: column;
	margin: 0;
	padding: 12px 0 0 !important;
	border: 0;
	list-style: none;
}

.landing-modern-home .pricing-table.princig-table-flat .plan ul li,
.landing-modern-home .pricing-table .plan li {
	position: relative;
	min-height: 0;
	padding: 12px 28px !important;
	border: 0;
	border-bottom: 1px solid #edf2f7;
	color: #59677a;
	font-size: 14px;
	line-height: 1.35;
	text-align: left;
}

.landing-modern-home .pricing-table .plan li:before {
	display: none;
}

.landing-modern-home .pricing-table.princig-table-flat .plan ul li:last-child,
.landing-modern-home .pricing-table .plan li:last-child {
	margin-top: auto;
	padding: 22px 28px 24px !important;
	border-bottom: 0;
	background: #f8fbff;
	text-align: left;
}

.landing-modern-home .pricing-table .plan li:last-child:before {
	display: none;
}

.landing-modern-home .pricing-table .plan .btn {
	width: 100%;
	padding: 12px 16px !important;
	border: 1px solid #3b82d6 !important;
	border-radius: 10px;
	background: #3b82d6 !important;
	color: #ffffff !important;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	box-shadow: 0 9px 20px rgba(59, 130, 214, 0.15);
}

.landing-modern-home #footer {
	margin-top: 0;
	padding: 70px 0 0;
	border: 0;
	background:
		radial-gradient(circle at 18% 0%, rgba(88, 196, 182, 0.16), transparent 30%),
		linear-gradient(180deg, #f3f9ff 0%, #edf6fb 100%);
	color: #526173;
}

.landing-modern-home #footer .container {
	width: 100% !important;
	max-width: 1180px;
}

.landing-modern-home #footer .row:first-child {
	display: flex;
	align-items: flex-start;
	gap: 48px;
}

.landing-modern-home #footer .row:first-child:before,
.landing-modern-home #footer .row:first-child:after {
	display: none;
}

.landing-modern-home #footer .col-md-8 {
	flex: 1 1 auto;
	width: auto;
}

.landing-modern-home #footer .col-md-3.col-md-offset-1 {
	flex: 0 0 330px;
	width: auto;
	margin-left: 0;
	padding: 26px 28px;
	border: 1px solid #d8e7f4;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 22px 52px rgba(25, 44, 77, 0.08);
}

.landing-modern-home #footer h4.heading-primary,
.landing-modern-home #footer h5 {
	color: #26324a !important;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: none;
}

.landing-modern-home #footer .row:first-child h4.heading-primary {
	max-width: 760px;
	margin: 0 0 18px;
	font-size: 25px;
	line-height: 1.28;
}

.landing-modern-home #footer p {
	color: #526173;
	font-size: 15px;
	line-height: 1.72;
}

.landing-modern-home #footer hr.light,
.landing-modern-home #footer hr.tall {
	margin: 34px 0;
	border-color: #d8e7f4;
}

.landing-modern-home #footer p a img {
	width: 142px !important;
	height: auto;
	margin: 0 10px 10px 0;
	border-radius: 9px;
	transition: transform 160ms ease, opacity 160ms ease;
}

.landing-modern-home #footer p a:hover img {
	transform: translateY(-2px);
	opacity: 0.9;
}

.landing-modern-home #footer h5 {
	margin: 0 0 12px;
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.landing-modern-home #footer .phone {
	display: block;
	margin-bottom: 14px;
	color: #26324a;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.05;
}

.landing-modern-home #footer a {
	color: #2563b8 !important;
	font-weight: 700;
	transition: color 160ms ease;
}

.landing-modern-home #footer a:hover,
.landing-modern-home #footer a:focus {
	color: #58c4b6;
	text-decoration: none;
}

.landing-modern-home #footer .list.list-icons-sm {
	margin: 14px 0 18px;
}

.landing-modern-home #footer .list-icons li {
	padding-left: 0;
}

.landing-modern-home #footer .list-icons li i {
	display: none;
}

.landing-modern-home #footer .social-icons ul {
	display: flex;
	gap: 9px;
	margin: 0;
}

.landing-modern-home #footer .social-icons li {
	margin: 0;
}

.landing-modern-home #footer .social-icons li a {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #2563b8;
	color: #ffffff !important;
	line-height: 34px;
	box-shadow: none;
}

.landing-modern-home #footer .row[style*="margin-bottom"] {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	margin: 34px 0 36px !important;
	padding: 30px 0 0;
	border-top: 1px solid #d8e7f4;
}

.landing-modern-home #footer .row[style*="margin-bottom"]:before,
.landing-modern-home #footer .row[style*="margin-bottom"]:after {
	display: none;
}

.landing-modern-home #footer .row[style*="margin-bottom"] > [class*="col-"] {
	width: auto;
	padding: 0;
}

.landing-modern-home #footer .row[style*="margin-bottom"] h4 {
	margin-bottom: 15px !important;
	font-size: 18px;
}

.landing-modern-home #footer .row[style*="margin-bottom"] li {
	margin-bottom: 10px;
}

.landing-modern-home #footer .row[style*="margin-bottom"] a,
.landing-modern-home #footer .list a {
	color: #475569 !important;
	font-weight: 700;
}

.landing-modern-home #footer .row[style*="margin-bottom"] a:hover,
.landing-modern-home #footer .list a:hover {
	color: #2563b8 !important;
}

.landing-modern-home #footer .social-icons li.facebook a:before {
	content: "\f09a";
	font-family: FontAwesome;
}

.landing-modern-home #footer .social-icons li.twitter a:before {
	content: "\f099";
	font-family: FontAwesome;
}

.landing-modern-home #footer .social-icons li.linkedin a:before {
	content: "\f0e1";
	font-family: FontAwesome;
}

.landing-modern-home #footer .social-icons li.instagram a:before {
	content: "\f16d";
	font-family: FontAwesome;
}

.landing-modern-home #footer .social-icons li a {
	overflow: hidden;
	text-indent: -999px;
	text-align: center;
}

.landing-modern-home #footer .social-icons li a:before {
	display: block;
	text-indent: 0;
	color: #ffffff;
	font-size: 15px;
	line-height: 34px;
}

.landing-modern-home #footer .footer-copyright {
	margin-top: 0;
	padding: 21px 0;
	border-top: 1px solid #d8e7f4;
	background: rgba(255, 255, 255, 0.62);
}

.landing-modern-home #footer .footer-copyright .row {
	display: flex;
	align-items: center;
}

.landing-modern-home #footer .footer-copyright img {
	max-width: 76px;
	opacity: 0.9;
}

.landing-modern-home #footer .footer-copyright p {
	margin: 0;
	color: #667085;
	font-size: 14px;
}

@media (max-width: 991px) {
	.landing-modern-home #header {
		position: relative;
		min-height: 96px;
	}

	.landing-modern-home #header .container {
		min-height: 96px;
	}

	.landing-modern-home #header .logo,
	body.sticky-menu-active.landing-modern-home #header .logo,
	.landing-modern-home #header.sticky-active .logo {
		top: 7px !important;
		left: 15px !important;
		width: 190px !important;
		min-height: 74px !important;
		padding: 9px 18px 9px 8px !important;
	}

	.landing-modern-home #header .logo img {
		width: 154px !important;
	}

	.landing-modern-home #header nav.nav-main {
		float: none;
		margin-top: 0;
	}

	.landing-modern-home #header .btn-responsive-nav {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		position: absolute !important;
		top: 26px !important;
		right: 15px !important;
		z-index: 40;
		width: 44px !important;
		height: 44px !important;
		margin: 0 !important;
		padding: 0 !important;
		border-radius: 10px;
		background: #3b82d6 !important;
		color: #ffffff !important;
	}

	.landing-modern-home #header .nav-main-collapse {
		border-top: 1px solid #e7eef7;
		background: #ffffff !important;
	}

	.landing-modern-home #header nav ul.nav-main > li > a {
		margin: 3px 0;
	}

	.landing-modern-home .do-hero-modern {
		padding: 64px 0 48px;
	}

	.landing-modern-home .do-hero-row {
		display: block;
	}

	.landing-modern-home .do-hero-copy,
	.landing-modern-home .do-hero-visual {
		width: 100% !important;
		max-width: 360px !important;
	}

	.landing-modern-home .do-hero-copy h1 {
		max-width: 360px !important;
		font-size: 30px;
	}

	.landing-modern-home .do-hero-subtitle {
		max-width: 360px !important;
		font-size: 17px;
	}

	.landing-modern-home .do-product-card {
		margin: 34px 0 0;
	}

	.landing-modern-home .do-floating-card {
		position: static;
		margin-top: 12px;
	}

	.landing-modern-home .do-proof-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.landing-modern-home .do-proof-grid div {
		min-height: 0;
		padding: 20px 20px 20px 76px;
	}

	.landing-modern-home .do-proof-grid i {
		top: 22px;
		left: 20px;
	}

	.landing-modern-home .do-feature-cards-section {
		padding: 60px 0;
	}

	.landing-modern-home #funcionalidades {
		padding: 48px 0;
	}

	.landing-modern-home .do-integrations-section {
		padding: 56px 0;
	}

	.landing-modern-home .do-integrations-heading {
		margin-bottom: 26px;
		text-align: left;
	}

	.landing-modern-home .do-integrations-heading h2 {
		font-size: 32px;
	}

	.landing-modern-home .do-integrations-heading p {
		margin-left: 0;
	}

	.landing-modern-home .do-integrations-grid {
		grid-template-columns: 1fr;
	}

	.landing-modern-home .do-integration-card {
		padding: 26px;
		border-radius: 20px;
	}

	.landing-modern-home .do-dentalshop-box {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 24px;
		text-align: left;
	}

	.landing-modern-home .do-dentalshop-logo {
		justify-content: flex-start;
	}

	.landing-modern-home .do-online-clinic-section {
		padding: 56px 0;
	}

	.landing-modern-home .do-online-clinic-row {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.landing-modern-home .do-online-clinic-copy h2 {
		font-size: 32px;
	}

	.landing-modern-home .do-online-floating {
		position: static;
		margin-top: 12px;
	}

	.landing-modern-home #funcionalidades .col-md-12 > .row {
		grid-template-columns: 1fr;
	}

	.landing-modern-home #funcionalidades .feature-box {
		min-height: 0;
	}

	.landing-modern-home #depoimentos + h4 {
		padding-top: 58px;
		font-size: 30px;
	}

	.landing-modern-home #depoimentos + h4:before {
		top: 26px;
	}

	.landing-modern-home #depoimentos + h4 + div .row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.landing-modern-home .do-app-section {
		padding-top: 58px;
	}

	.landing-modern-home .do-app-heading h2 {
		font-size: 34px;
	}

	.landing-modern-home .do-app-heading p {
		font-size: 16px;
	}

	.landing-modern-home .do-app-showcase {
		display: flex;
		flex-direction: column;
		gap: 20px;
		min-height: 0;
	}

	.landing-modern-home .do-app-note-stack,
	.landing-modern-home .do-app-note-stack-left,
	.landing-modern-home .do-app-note-stack-right {
		align-items: stretch;
		width: 100%;
	}

	.landing-modern-home .do-app-note {
		max-width: 100%;
		border-radius: 24px;
	}

	.landing-modern-home .do-app-note-stack-left .do-app-note:nth-child(2),
	.landing-modern-home .do-app-note-stack-right .do-app-note:nth-child(2),
	.landing-modern-home .do-app-note-stack-left .do-app-note:nth-child(3),
	.landing-modern-home .do-app-note-stack-right .do-app-note:nth-child(3) {
		margin-left: 0;
		margin-right: 0;
	}

	.landing-modern-home .do-app-note-right {
		align-self: stretch;
		margin-bottom: 0;
	}

	.landing-modern-home .do-section-heading h2 {
		font-size: 32px;
	}

	.landing-modern-home .do-feature-cards-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.landing-modern-home .pricing-table.princig-table-flat {
		grid-template-columns: 1fr;
	}

	.landing-modern-home .pricing-table .plan.most-popular {
		margin: 0;
	}

	.landing-modern-home .do-pricing-heading h2 {
		font-size: 32px;
	}

	.landing-modern-home #footer {
		padding-top: 48px;
	}

	.landing-modern-home #footer .row:first-child {
		display: block;
	}

	.landing-modern-home #footer .col-md-3.col-md-offset-1 {
		margin-top: 26px;
	}

	.landing-modern-home #footer .row[style*="margin-bottom"] {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.landing-modern-home #footer .footer-copyright .row {
		display: block;
	}
}

@media (max-width: 540px) {
	.landing-modern-home .do-hero-modern {
		padding: 44px 0 38px;
	}

	.landing-modern-home .do-hero-eyebrow {
		width: 100%;
		max-width: 360px;
		border-radius: 12px;
		font-size: 13px;
		white-space: normal;
	}

	.landing-modern-home .do-hero-copy h1 {
		max-width: calc(100vw - 30px);
		font-size: 30px;
		overflow-wrap: break-word;
	}

	.landing-modern-home .do-hero-subtitle,
	.landing-modern-home .do-hero-note,
	.landing-modern-home .do-hero-actions {
		max-width: 360px;
	}

	.landing-modern-home .do-hero-actions .btn {
		width: 100%;
	}

	.landing-modern-home .do-online-clinic-copy h2 {
		font-size: 29px;
	}

	.landing-modern-home .do-online-screen {
		padding: 11px;
		border-radius: 18px;
	}

	.landing-modern-home .do-online-pills strong {
		width: 100%;
	}

	.landing-modern-home .do-product-card {
		overflow: hidden;
		padding: 10px;
		border-radius: 18px;
	}

	.landing-modern-home .do-feature-cards-section {
		padding: 48px 0;
	}

	.landing-modern-home .do-integrations-section {
		padding: 46px 0;
	}

	.landing-modern-home .do-integrations-heading h2 {
		font-size: 29px;
	}

	.landing-modern-home .do-integrations-heading p,
	.landing-modern-home .do-integration-card p {
		font-size: 15px;
	}

	.landing-modern-home .do-integration-card {
		padding: 24px 20px;
	}

	.landing-modern-home .do-integration-logo {
		width: 185px;
		height: 66px;
	}

	.landing-modern-home .do-dentalshop-partner {
		padding: 26px 0 18px;
	}

	.landing-modern-home .do-dentalshop-box {
		padding: 20px;
		border-radius: 18px;
	}

	.landing-modern-home .do-dentalshop-logo img {
		max-width: 205px;
	}

	.landing-modern-home .do-dentalshop-copy p {
		font-size: 15px;
	}

	.landing-modern-home .do-integration-card h3 {
		font-size: 22px;
	}

	.landing-modern-home .do-app-heading {
		max-width: 300px;
		text-align: left;
	}

	.landing-modern-home .do-app-heading h2 {
		max-width: 300px;
		font-size: 30px;
		overflow-wrap: break-word;
	}

	.landing-modern-home .do-app-heading p,
	.landing-modern-home .do-app-actions {
		max-width: 300px;
	}

	.landing-modern-home .do-app-actions {
		flex-direction: column;
	}

	.landing-modern-home .do-app-actions .btn {
		width: 100%;
		box-sizing: border-box;
	}

	.landing-modern-home .do-phone-mockup {
		width: 100%;
		max-width: 340px;
		min-height: 630px;
	}

	.landing-modern-home .do-phone-top strong {
		font-size: 23px;
	}

	.landing-modern-home .do-section-heading {
		margin-bottom: 28px;
		text-align: left;
	}

	.landing-modern-home .do-section-heading h2 {
		font-size: 28px;
	}

	.landing-modern-home .do-section-heading p {
		font-size: 15px;
	}

	.landing-modern-home .do-feature-card {
		border-radius: 20px;
	}

	.landing-modern-home #depoimentos + h4 {
		font-size: 27px;
	}

	.landing-modern-home #depoimentos + h4 + div {
		padding-bottom: 48px;
	}

	.landing-modern-home #depoimentos + h4 + div .row {
		grid-template-columns: 1fr;
	}

	.landing-modern-home .do-feature-media {
		min-height: 190px;
		padding: 20px;
	}

	.landing-modern-home .do-feature-media img {
		max-height: 150px;
	}

	.landing-modern-home .do-feature-content {
		padding: 23px 23px 25px;
	}

	.landing-modern-home .do-feature-content h3 {
		font-size: 21px;
	}

	.landing-modern-home .do-pricing-heading {
		padding-top: 48px;
		text-align: left;
	}

	.landing-modern-home .do-pricing-heading h2 {
		font-size: 28px;
	}

	.landing-modern-home .do-pricing-heading p {
		font-size: 15px;
	}

	.landing-modern-home .pricing-table .plan {
		border-radius: 20px;
	}
}

.landing-modern-home footer#footer .row[style*="margin-bottom"] ul.list li a,
.landing-modern-home footer#footer .row[style*="margin-bottom"] ul.list li a:visited,
.landing-modern-home footer#footer .row[style*="margin-bottom"] ul.list li a:active {
	color: #344054 !important;
	opacity: 1 !important;
	text-shadow: none !important;
}

.landing-modern-home footer#footer .row[style*="margin-bottom"] ul.list li a:hover,
.landing-modern-home footer#footer .row[style*="margin-bottom"] ul.list li a:focus {
	color: #2563b8 !important;
	text-decoration: none !important;
}

.landing-modern-home footer#footer .footer-copyright p {
	color: #475569 !important;
}

/* Modern account creation page */
.signup-modern-page {
	background: #f7fbff;
	color: #344054;
}

.landing-modern-home.signup-modern-page .main > .container:first-of-type,
.signup-modern-page .signup-main-container {
	width: 100% !important;
	max-width: 1180px;
	padding-top: 24px;
	padding-bottom: 0;
}

.signup-modern-page .signup-proof-column {
	display: block;
}

.signup-modern-page .signup-form-column {
	width: 66.66666667%;
}

.signup-modern-page .signup-proof-column {
	width: 33.33333333%;
}

.signup-modern-page .main {
	background: #f7fbff;
	overflow-x: hidden;
}

.signup-modern-page .signup-hero {
	display: none;
	padding: 72px 0 54px;
	background:
		radial-gradient(circle at 86% 16%, rgba(83, 177, 253, 0.23), transparent 30%),
		linear-gradient(180deg, #ffffff 0%, #eef8ff 100%);
}

.signup-modern-page .signup-hero .container,
.signup-modern-page .signup-main-container {
	width: 100% !important;
	max-width: 1180px;
}

.signup-modern-page .signup-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	align-items: center;
	gap: 54px;
}

.signup-modern-page .signup-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 20px;
	padding: 8px 14px;
	border: 1px solid #9bd5ff;
	border-radius: 999px;
	background: rgba(239, 248, 255, 0.92);
	color: #0b68c7;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
}

.signup-modern-page .signup-hero h1 {
	max-width: 590px;
	margin: 0;
	color: #26324a;
	font-size: 48px;
	font-weight: 850;
	line-height: 1.12;
	letter-spacing: 0;
}

.signup-modern-page .signup-hero p {
	max-width: 570px;
	margin: 22px 0 0;
	color: #5d6b82;
	font-size: 19px;
	line-height: 1.58;
}

.signup-modern-page .signup-benefits {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 26px;
}

.signup-modern-page .signup-benefits strong {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 13px;
	border: 1px solid #d8e7f4;
	border-radius: 999px;
	background: #ffffff;
	color: #344054;
	font-size: 13px;
	font-weight: 800;
	box-shadow: 0 10px 24px rgba(25, 44, 77, 0.05);
}

.signup-modern-page .signup-benefits i {
	color: #36a99b;
}

.signup-modern-page .signup-hero-card {
	position: relative;
	padding: 17px;
	border: 1px solid #dce8f5;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 30px 70px rgba(25, 44, 77, 0.14);
}

.signup-modern-page .signup-window-bar {
	display: flex;
	gap: 7px;
	padding: 3px 0 13px 4px;
}

.signup-modern-page .signup-window-bar span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #cbd5e1;
}

.signup-modern-page .signup-window-bar span:first-child {
	background: #ffb020;
}

.signup-modern-page .signup-window-bar span:nth-child(2) {
	background: #12b76a;
}

.signup-modern-page .signup-hero-card img {
	width: 100%;
	border: 1px solid #e5edf6;
	border-radius: 16px;
	background: #f8fafc;
}

.signup-modern-page .signup-floating {
	position: absolute;
	min-width: 185px;
	padding: 13px 15px;
	border: 1px solid #d8e7f4;
	border-left: 5px solid #58c4b6;
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 18px 38px rgba(25, 44, 77, 0.14);
}

.signup-modern-page .signup-floating strong,
.signup-modern-page .signup-floating span {
	display: block;
}

.signup-modern-page .signup-floating strong {
	color: #26324a;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.2;
}

.signup-modern-page .signup-floating span {
	margin-top: 3px;
	color: #667085;
	font-size: 12px;
	font-weight: 700;
}

.signup-modern-page .signup-floating-top {
	top: 76px;
	right: -22px;
}

.signup-modern-page .signup-floating-bottom {
	left: -22px;
	bottom: 42px;
}

.signup-modern-page .signup-main-container {
	padding-top: 42px;
	padding-bottom: 70px;
}

.signup-modern-page .signup-old-intro,
.signup-modern-page #divmostraagenda {
	display: none !important;
}

.signup-modern-page .signup-featured-boxes {
	margin-top: 0;
}

.signup-modern-page .signup-form-card,
.signup-modern-page .signup-proof-card {
	border: 1px solid #dce8f5 !important;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 24px 58px rgba(25, 44, 77, 0.1);
}

.signup-modern-page .signup-form-card {
	border-top: 6px solid #58c4b6 !important;
}

.signup-modern-page .signup-form-card .box-content {
	padding: 34px 36px 24px;
}

.signup-modern-page .signup-form-title {
	margin-bottom: 24px;
}

.signup-modern-page .signup-form-title span {
	display: inline-flex;
	margin-bottom: 10px;
	padding: 7px 12px;
	border-radius: 999px;
	background: #e7f8f4;
	color: #118a7e;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.signup-modern-page .signup-form-title h2 {
	margin: 0;
	color: #26324a;
	font-size: 32px;
	font-weight: 850;
	line-height: 1.2;
	letter-spacing: 0;
}

.signup-modern-page .signup-form-title p {
	max-width: 650px;
	margin: 10px 0 0;
	color: #667085;
	font-size: 16px;
	line-height: 1.55;
}

.signup-modern-page .signup-form-card label {
	margin-bottom: 7px;
	color: #344054;
	font-size: 13px;
	font-weight: 800;
}

.signup-modern-page .signup-form-card .form-control {
	min-height: 46px;
	border: 1px solid #cfdae8;
	border-radius: 10px;
	box-shadow: none;
	color: #26324a;
	font-size: 15px;
}

.signup-modern-page .signup-form-card .form-control:focus {
	border-color: #58c4b6;
	box-shadow: 0 0 0 4px rgba(88, 196, 182, 0.12);
}

.signup-modern-page .signup-submit {
	width: 100%;
	min-height: 50px;
	border: 1px solid #3b82d6 !important;
	border-radius: 12px;
	background: #3b82d6 !important;
	font-size: 17px;
	font-weight: 900;
	text-transform: none;
	box-shadow: 0 14px 28px rgba(59, 130, 214, 0.2);
}

.signup-modern-page .signup-proof-card {
	margin-top: 20px;
	padding: 28px;
	border-top: 6px solid #3b82d6 !important;
}

.signup-modern-page .signup-ratings-panel {
	position: sticky;
	top: 100px;
	margin-top: 30px;
	padding: 24px;
	border: 1px solid #d9e9fb;
	border-top: 6px solid #3b82d6;
	border-radius: 24px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 251, 255, 0.96) 100%);
	box-shadow: 0 24px 58px rgba(25, 44, 77, 0.1);
}

.signup-modern-page .signup-ratings-eyebrow {
	display: inline-flex;
	margin-bottom: 12px;
	padding: 7px 12px;
	border-radius: 999px;
	background: #e7f8f4;
	color: #118a7e;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.signup-modern-page .signup-ratings-panel h3 {
	margin: 0;
	color: #26324a;
	font-size: 25px;
	font-weight: 850;
	line-height: 1.18;
}

.signup-modern-page .signup-ratings-panel > p {
	margin: 10px 0 18px;
	color: #667085;
	font-size: 14px;
	line-height: 1.5;
}

.signup-modern-page .signup-rating-card {
	margin-top: 12px;
	padding: 16px;
	border: 1px solid #dce8f5;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 12px 28px rgba(25, 44, 77, 0.07);
}

.signup-modern-page .signup-rating-card:nth-of-type(2) {
	background: #f4fffc;
}

.signup-modern-page .signup-rating-card:nth-of-type(3) {
	background: #f8fbff;
}

.signup-modern-page .signup-rating-card:nth-of-type(4) {
	background: #fffaf0;
}

.signup-modern-page .signup-rating-top {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 10px;
}

.signup-modern-page .signup-rating-top strong {
	color: #26324a;
	font-size: 17px;
	font-weight: 900;
}

.signup-modern-page .signup-reclame-logo {
	display: block;
	width: 104px;
	max-width: 100%;
	height: auto;
}

.signup-modern-page .signup-rating-top span {
	color: #3b82d6;
	font-size: 22px;
	font-weight: 900;
	line-height: 1;
	white-space: nowrap;
}

.signup-modern-page .signup-rating-stars {
	margin: 9px 0 8px;
	color: #f5b82e;
	font-size: 18px;
	letter-spacing: 1px;
}

.signup-modern-page .signup-rating-card p {
	margin: 8px 0 0;
	color: #5d6b82;
	font-size: 13px;
	line-height: 1.45;
}

.signup-modern-page .signup-proof-card h3 {
	margin: 0 0 16px;
	color: #26324a;
	font-size: 24px;
	font-weight: 850;
	line-height: 1.2;
}

.signup-modern-page .signup-proof-card ul {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.signup-modern-page .signup-proof-card li {
	display: flex;
	gap: 10px;
	color: #5d6b82;
	font-size: 15px;
	line-height: 1.5;
}

.signup-modern-page .signup-proof-card i {
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #e7f8f4;
	color: #36a99b;
	font-size: 11px;
	line-height: 22px;
	text-align: center;
}

.signup-modern-page .signup-testimonial {
	margin-top: 22px;
}

@media (max-width: 991px) {
	.signup-modern-page .signup-hero {
		padding: 46px 0 38px;
	}

	.signup-modern-page .signup-hero-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.signup-modern-page .signup-hero h1 {
		font-size: 34px;
	}

	.signup-modern-page .signup-hero p {
		font-size: 17px;
	}

	.signup-modern-page .signup-floating {
		position: static;
		margin-top: 12px;
	}

	.signup-modern-page .signup-form-card .box-content {
		padding: 26px 22px 18px;
	}

	.signup-modern-page .signup-proof-card {
		margin-top: 24px;
	}

	.signup-modern-page .signup-form-column,
	.signup-modern-page .signup-proof-column {
		width: 100%;
	}

	.signup-modern-page .signup-ratings-panel {
		position: static;
		margin-top: 24px;
	}
}

@media (max-width: 540px) {
	.signup-modern-page .signup-hero h1 {
		font-size: 30px;
	}

	.signup-modern-page .signup-benefits strong {
		width: 100%;
	}

	.signup-modern-page .signup-form-title h2 {
		font-size: 27px;
	}
}

/* Modern login page */
.login-modern-page {
	background: #f7fbff;
	color: #26324a;
}

.landing-modern-home.login-modern-page .main > .container:first-of-type,
.login-modern-page .login-main-container {
	width: 100% !important;
	max-width: 1180px;
	padding-top: 24px;
	padding-bottom: 0;
}

.login-modern-page .main {
	background:
		radial-gradient(circle at 18% 18%, rgba(88, 196, 182, 0.18), transparent 30%),
		linear-gradient(180deg, #f4fbff 0%, #ffffff 52%, #f7fbff 100%);
}

.login-modern-page .login-hero {
	display: none;
	padding: 62px 0 44px;
	border-bottom: 1px solid #dce8f5;
	background:
		linear-gradient(135deg, rgba(231, 248, 244, 0.95), rgba(239, 247, 255, 0.96)),
		#f4fbff;
	overflow: hidden;
}

.login-modern-page .login-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
	gap: 46px;
	align-items: center;
}

.login-modern-page .login-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 18px;
	padding: 8px 14px;
	border: 1px solid #bfe7ff;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.78);
	color: #2f7fd4;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	box-shadow: 0 12px 28px rgba(47, 127, 212, 0.08);
}

.login-modern-page .login-hero h1 {
	max-width: 720px;
	margin: 0;
	color: #22304b;
	font-size: 48px;
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: 0;
}

.login-modern-page .login-hero p {
	max-width: 640px;
	margin: 20px 0 0;
	color: #5d6b82;
	font-size: 19px;
	line-height: 1.58;
}

.login-modern-page .login-benefits {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.login-modern-page .login-benefits strong {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 11px 15px;
	border: 1px solid #d6e7f7;
	border-radius: 999px;
	background: #ffffff;
	color: #344054;
	font-size: 14px;
	font-weight: 850;
	box-shadow: 0 12px 26px rgba(25, 44, 77, 0.07);
}

.login-modern-page .login-benefits i {
	color: #58c4b6;
}

.login-modern-page .login-window {
	position: relative;
	padding: 42px 22px 22px;
	border: 1px solid #d6e7f7;
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 30px 70px rgba(25, 44, 77, 0.14);
}

.login-modern-page .login-window-dots {
	position: absolute;
	top: 17px;
	left: 22px;
	display: flex;
	gap: 8px;
}

.login-modern-page .login-window-dots span {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #f5a623;
}

.login-modern-page .login-window-dots span:nth-child(2) {
	background: #28b79d;
}

.login-modern-page .login-window-dots span:nth-child(3) {
	background: #c7d2de;
}

.login-modern-page .login-window img {
	display: block;
	width: 100%;
	border-radius: 16px;
	box-shadow: 0 16px 42px rgba(25, 44, 77, 0.12);
}

.login-modern-page .login-floating {
	position: absolute;
	min-width: 168px;
	padding: 14px 16px;
	border-left: 5px solid #58c4b6;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 18px 38px rgba(25, 44, 77, 0.16);
}

.login-modern-page .login-floating strong,
.login-modern-page .login-floating span {
	display: block;
}

.login-modern-page .login-floating strong {
	color: #26324a;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.2;
}

.login-modern-page .login-floating span {
	margin-top: 3px;
	color: #667085;
	font-size: 12px;
	font-weight: 700;
}

.login-modern-page .login-floating-top {
	top: 88px;
	right: -18px;
}

.login-modern-page .login-floating-bottom {
	left: -18px;
	bottom: 42px;
	border-left-color: #f2b55e;
}

.login-modern-page .login-main-container {
	padding-top: 42px;
	padding-bottom: 78px;
}

.login-modern-page .login-old-intro {
	display: none;
}

.login-modern-page .login-featured-boxes {
	margin-top: 0;
}

.login-modern-page .login-featured-boxes > .row {
	display: flex;
	align-items: stretch;
}

.login-modern-page .login-form-card,
.login-modern-page .login-create-card {
	height: calc(100% - 30px);
	border: 1px solid #dce8f5 !important;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 24px 58px rgba(25, 44, 77, 0.1);
	overflow: hidden;
}

.login-modern-page .login-form-card {
	border-top: 6px solid #58c4b6 !important;
}

.login-modern-page .login-create-card {
	border-top: 6px solid #3b82d6 !important;
	background:
		radial-gradient(circle at top right, rgba(88, 196, 182, 0.18), transparent 36%),
		#ffffff;
}

.login-modern-page .login-form-card .box-content,
.login-modern-page .login-create-card .box-content {
	padding: 34px 36px;
}

.login-modern-page .login-form-title {
	margin-bottom: 24px;
}

.login-modern-page .login-form-title span,
.login-modern-page .login-create-content > span {
	display: inline-flex;
	margin-bottom: 10px;
	padding: 7px 12px;
	border-radius: 999px;
	background: #e7f8f4;
	color: #118a7e;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.login-modern-page .login-form-title h2,
.login-modern-page .login-create-content h2 {
	margin: 0;
	color: #26324a;
	font-size: 31px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0;
}

.login-modern-page .login-form-title p,
.login-modern-page .login-create-content p {
	margin: 10px 0 0;
	color: #667085;
	font-size: 16px;
	line-height: 1.55;
}

.login-modern-page .login-form-card label {
	margin-bottom: 7px;
	color: #344054;
	font-size: 13px;
	font-weight: 850;
}

.login-modern-page .login-form-card .form-control {
	min-height: 50px;
	border: 1px solid #cfdae8;
	border-radius: 12px;
	box-shadow: none;
	color: #26324a;
	font-size: 16px;
}

.login-modern-page .login-form-card .form-control:focus {
	border-color: #58c4b6;
	box-shadow: 0 0 0 4px rgba(88, 196, 182, 0.12);
}

.login-modern-page .login-form-card a.pull-right {
	margin-top: 8px;
	color: #2f7fd4;
	font-size: 13px;
	font-weight: 800;
}

.login-modern-page .login-submit,
.login-modern-page .login-create-btn {
	min-height: 50px;
	border: 1px solid #3b82d6 !important;
	border-radius: 12px;
	background: #3b82d6 !important;
	color: #ffffff !important;
	font-size: 16px;
	font-weight: 900;
	text-transform: none;
	box-shadow: 0 14px 28px rgba(59, 130, 214, 0.2);
}

.login-modern-page .login-submit {
	min-width: 160px;
}

.login-modern-page .login-create-content ul {
	display: grid;
	gap: 13px;
	margin: 22px 0 26px;
	padding: 0;
	list-style: none;
}

.login-modern-page .login-create-content li {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #53627a;
	font-size: 15px;
	font-weight: 750;
}

.login-modern-page .login-create-content i {
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #e7f8f4;
	color: #36a99b;
	font-size: 11px;
	line-height: 22px;
	text-align: center;
}

.login-modern-page .login-create-btn {
	width: 100%;
	margin: 0 !important;
}

@media (max-width: 991px) {
	.login-modern-page .login-hero {
		padding: 44px 0 36px;
	}

	.login-modern-page .login-hero-grid,
	.login-modern-page .login-featured-boxes > .row {
		display: block;
	}

	.login-modern-page .login-hero h1 {
		font-size: 34px;
	}

	.login-modern-page .login-hero p {
		font-size: 17px;
	}

	.login-modern-page .login-hero-visual {
		margin-top: 30px;
	}

	.login-modern-page .login-floating {
		position: static;
		margin-top: 12px;
	}

	.login-modern-page .login-form-card,
	.login-modern-page .login-create-card {
		height: auto;
	}
}

@media (max-width: 540px) {
	.login-modern-page .login-hero h1 {
		font-size: 30px;
	}

	.login-modern-page .login-benefits strong {
		width: 100%;
	}

	.login-modern-page .login-form-card .box-content,
	.login-modern-page .login-create-card .box-content {
		padding: 26px 22px;
	}

	.login-modern-page .login-form-title h2,
	.login-modern-page .login-create-content h2 {
		font-size: 26px;
	}
}

/* Modern FAQ page */
.faq-modern-page {
	background: #f7fbff;
	color: #26324a;
}

.faq-modern-page .main {
	background:
		radial-gradient(circle at 14% 16%, rgba(88, 196, 182, 0.13), transparent 30%),
		linear-gradient(180deg, #f4fbff 0%, #ffffff 48%, #f7fbff 100%);
}

.faq-modern-page .page-header {
	margin: 0;
	padding: 64px 0 42px;
	border: 0;
	background:
		radial-gradient(circle at 82% 18%, rgba(59, 130, 214, 0.14), transparent 30%),
		linear-gradient(135deg, rgba(231, 248, 244, 0.96), rgba(239, 247, 255, 0.98));
}

.faq-modern-page .page-header .container,
.faq-modern-page .main > .container {
	width: 100% !important;
	max-width: 1180px;
}

.faq-modern-page .breadcrumb {
	display: inline-flex;
	margin: 0 0 14px;
	padding: 7px 13px;
	border-radius: 999px;
	background: #e7f8f4;
	color: #118a7e;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.faq-modern-page .page-header h1 {
	max-width: 720px;
	margin: 0;
	color: #26324a;
	font-size: 44px;
	font-weight: 900;
	line-height: 1.12;
	letter-spacing: 0;
}

.faq-modern-page .main > .container {
	padding-top: 52px;
	padding-bottom: 76px;
}

.faq-modern-page .main > .container > h2 {
	max-width: 780px;
	margin: 0;
	color: #26324a;
	font-size: 34px;
	font-weight: 850;
	line-height: 1.2;
	letter-spacing: 0;
}

.faq-modern-page .lead {
	max-width: 900px;
	margin: 18px 0 32px;
	color: #5d6b82;
	font-size: 18px;
	line-height: 1.62;
}

.faq-modern-page .lead a {
	color: #2f7fd4;
	font-weight: 800;
}

.faq-modern-page .toggle.toggle-primary {
	display: grid;
	gap: 14px;
	max-width: 980px;
}

.faq-modern-page .toggle > section.toggle {
	margin: 0;
	border: 1px solid #dce8f5;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 18px 42px rgba(25, 44, 77, 0.07);
	overflow: hidden;
}

.faq-modern-page .toggle > section.toggle > label {
	position: relative;
	display: block;
	margin: 0;
	padding: 18px 54px 18px 24px;
	border: 0;
	background: #ffffff;
	color: #26324a;
	font-size: 16px;
	font-weight: 850;
	line-height: 1.35;
	letter-spacing: 0;
}

.faq-modern-page .toggle > section.toggle > label:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 22px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #3b82d6;
	border-bottom: 2px solid #3b82d6;
	transform: translateY(-65%) rotate(45deg);
}

.faq-modern-page .toggle > section.toggle.active > label {
	background: linear-gradient(135deg, #e7f8f4 0%, #eef7ff 100%);
	color: #1f2a44;
}

.faq-modern-page .toggle > section.toggle.active > label:before {
	transform: translateY(-35%) rotate(225deg);
}

.faq-modern-page .toggle > section.toggle > p {
	margin: 0;
	padding: 0 24px 20px;
	color: #667085;
	font-size: 15px;
	line-height: 1.6;
}

.faq-modern-page .faq-online-cta {
	padding: 44px 0 0;
	background: #ffffff;
	text-align: center;
}

.faq-modern-page .faq-online-cta .container {
	width: 100% !important;
	max-width: 1180px;
}

.faq-modern-page .faq-online-cta .btn {
	min-width: 180px;
}

@media (max-width: 991px) {
	.faq-modern-page .page-header {
		padding: 42px 0 32px;
	}

	.faq-modern-page .page-header h1 {
		font-size: 34px;
	}

	.faq-modern-page .main > .container {
		padding-top: 34px;
		padding-bottom: 54px;
	}

	.faq-modern-page .main > .container > h2 {
		font-size: 28px;
	}
}
