@import url('reset.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,600;0,700;0,800;0,900;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

body{
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Poppins', sans-serif;
}

h1{
	line-height: 120%;
	font-size: 52px;
	font-weight: 600;
}

.section{
	overflow: hidden!important;
}

.container {
    max-width: 1320px;
    margin-right: auto;
    margin-left: auto;
}

.header{
	position: fixed;
	width: 100%;
	top: 0;
	transition: 0.3s all;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	z-index: 100;
}

.header.active{
	box-shadow: 0 0px 20px 2px rgba(0, 0, 0, 0.05);
	background-color: white;
}

.header.active .navbar-nav > .nav-item > .nav-link{
	padding: 20px 13px;
}

.header .logo{
	height: 45px;
}

.header .logo img{
	height: 100%;
}

.header .navbar-nav > .nav-item > .nav-link{
	padding: 40px 17px;
	text-transform: uppercase;
	color: #000c30;
	font-size: 16px;
	transition: 0.3s all;
}

.header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.header .dropdown:hover .dropdown-menu a{
}

.login{
	margin-top: 130px;
	background-size: cover;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}

/* Conversion-focused signup flow */
.signup-page, .login-page, .auth-reset-page { --mc-yellow: #f5df64; --mc-green: #b9da80; --mc-ink: #17211c; --mc-cream: #f8f3e7; --mc-line: #1f2923; background: var(--mc-cream); }
.signup-page .header, .login-page .header, .auth-reset-page .header { border-bottom: 1px solid var(--mc-line); background: rgba(255,255,255,.96); box-shadow: none; }
.signup-flow { max-width: 1120px; margin-bottom: 80px; padding-top: 24px; border-top: 0 !important; }
.signup-page .header .navbar-collapse, .signup-page .header .navbar-toggler, .login-page .header .navbar-collapse, .login-page .header .navbar-toggler, .auth-reset-page .header .navbar-collapse, .auth-reset-page .header .navbar-toggler { display: none !important; }
.signup-shell { overflow: hidden; border: 1px solid var(--mc-line); border-radius: 5px !important; background: #fff; box-shadow: 10px 10px 0 var(--mc-ink); }
.signup-form-column { background: var(--mc-cream); }
.signup-form-inner { max-width: 430px; margin: 0 auto; padding: 48px 40px; }
.signup-eyebrow { display: inline-block; margin-bottom: 14px; color: var(--mc-ink); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.signup-flow .headline h1, .signup-flow .headline h2 { margin: 0 0 13px; color: var(--mc-ink); font-family: Georgia, 'Times New Roman', serif; font-size: 39px; font-weight: 400; letter-spacing: -.045em; line-height: .98; }
.signup-flow .headline p { margin: 0; color: #526159; font-size: 14px; line-height: 1.65; }
.signup-field label { display: block; margin-bottom: 7px; color: var(--mc-ink); font-size: 12px; font-weight: 700; }
.signup-field .form-control { height: 50px; border: 1px solid var(--mc-line); border-radius: 4px; padding: 0 14px; color: var(--mc-ink); font-size: 14px; box-shadow: none; transition: border-color .18s ease, box-shadow .18s ease; }
.signup-field .form-control:focus { border-color: #08734a; box-shadow: 3px 3px 0 var(--mc-green); }
.signup-password-wrap { position: relative; }
.signup-password-wrap .form-control { padding-right: 48px; }
.signup-password-toggle { position: absolute; top: 50%; right: 7px; width: 38px; height: 38px; border: 0; border-radius: 3px; background: transparent; color: #63736c; transform: translateY(-50%); }
.signup-password-toggle:hover, .signup-password-toggle:focus { background: var(--mc-green); color: var(--mc-ink); outline: none; }
.signup-field-hint { margin-top: 6px; color: #63736c; font-size: 10px; }
.signup-legal { margin-top: 13px; color: #63736c; font-size: 10px; line-height: 1.55; text-align: center; }
.signup-legal a, .signup-login-link a { color: #08734a; font-weight: 700; }
.signup-submit { display: flex; align-items: center; justify-content: center; gap: 10px; height: 52px; border: 1px solid var(--mc-ink); border-radius: 4px; background: var(--mc-ink); color: #fff; font-size: 15px; box-shadow: 5px 5px 0 rgba(23,33,28,.28); transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.signup-submit:hover, .signup-submit:focus { background: #08734a; color: #fff; box-shadow: 2px 2px 0 rgba(23,33,28,.28); transform: translate(3px, 3px); }
.signup-submit::after, .signup-google-btn::after { display: none; }
.signup-submit:disabled { transform: none; opacity: .72; }
.signup-login-link { margin-top: 20px; color: #526159; font-size: 13px; text-align: center; }
.signup-google-btn { display: flex; align-items: center; justify-content: center; gap: 9px; height: 48px; border: 1px solid var(--mc-line); border-radius: 4px; background: #fff; color: var(--mc-ink); font-size: 14px; font-weight: 600; line-height: 1; box-shadow: none; }
.signup-google-btn:hover, .signup-google-btn:focus { border-color: var(--mc-line); background: var(--mc-green); color: var(--mc-ink); box-shadow: 3px 3px 0 var(--mc-ink); }
.signup-google-btn img { flex: 0 0 auto; margin: 0; }
.signup-divider { display: flex; align-items: center; gap: 12px; margin: 18px 0; color: #63736c; font-size: 10px; text-transform: uppercase; }
.signup-divider::before, .signup-divider::after { content: ""; flex: 1; height: 1px; background: var(--mc-line); }
.signup-proof-column { display: flex; min-height: 590px; align-items: stretch; border-left: 1px solid var(--mc-line); background: var(--mc-yellow); }
.signup-proof { position: relative; display: flex; flex-direction: column; justify-content: center; overflow: hidden; padding: 58px; color: var(--mc-ink); background: radial-gradient(circle at 88% 15%, rgba(255,255,255,.55), transparent 28%), var(--mc-yellow); }
.signup-proof::after { position: absolute; right: -65px; bottom: -65px; width: 210px; height: 210px; border: 2px dashed var(--mc-ink); border-radius: 50%; content: ""; opacity: .5; }
.signup-proof-mark { display: grid; z-index: 1; width: 58px; height: 58px; margin-bottom: 34px; place-items: center; border: 2px solid var(--mc-ink); border-radius: 50%; background: #25d366; color: var(--mc-ink); font-size: 29px; box-shadow: 5px 5px 0 var(--mc-ink); }
.signup-proof h2 { z-index: 1; max-width: 360px; margin: 0 0 20px; font-family: Georgia, 'Times New Roman', serif; font-size: 49px; font-weight: 400; letter-spacing: -.045em; line-height: .98; }
.signup-proof p { z-index: 1; max-width: 370px; margin: 0 0 35px; color: #445048; font-size: 14px; line-height: 1.7; }
.signup-proof ul { margin: 0; padding: 0; list-style: none; }
.signup-proof li { position: relative; z-index: 1; display: flex; align-items: center; gap: 12px; margin-top: 14px; font-size: 13px; font-weight: 700; }
.signup-proof li i { display: grid; width: 23px; height: 23px; place-items: center; border: 1px solid var(--mc-ink); border-radius: 50%; background: var(--mc-green); color: var(--mc-ink); font-size: 9px; }
.login-form-inner { padding-top: 40px; padding-bottom: 40px; }
.login-proof::after { display: none; }
.login-social-options { display: grid; gap: 10px; }
.login-social-btn i { width: 16px; color: #1877f2; font-size: 16px; text-align: center; }
.login-social-btn .fa-twitter { color: #1d9bf0; }
.login-options { display: flex; align-items: center; justify-content: space-between; gap: 18px; color: #526159; font-size: 12px; }
.login-options .form-check { display: flex; align-items: center; min-height: 0; gap: 7px; margin: 0; padding: 0; }
.login-options .form-check-input { position: static; width: 17px; height: 17px; flex: 0 0 auto; margin: 0; border: 1px solid var(--mc-line); border-radius: 2px; accent-color: #08734a; }
.login-options .form-check-label { margin: 0; cursor: pointer; }
.login-options > a, .login-form a { color: #08734a; font-weight: 700; }
.login-flow #two-factor-section { margin-top: 0 !important; }
.login-flow #two-factor-section .alert { border: 1px solid var(--mc-line); border-radius: 4px; background: var(--mc-green); color: var(--mc-ink); font-size: 12px; }
.login-flow #two-factor-section .form-label { color: var(--mc-ink); font-size: 12px; font-weight: 700; }
.login-flow #two-factor-section .form-control { height: 50px; border: 1px solid var(--mc-line); border-radius: 4px; box-shadow: none; }
.login-flow #two-factor-section .form-control:focus { border-color: #08734a; box-shadow: 3px 3px 0 var(--mc-green); }
.login-flow #two-factor-section .form-text { font-size: 10px; }
.auth-reset-form-inner { display: flex; min-height: 590px; flex-direction: column; justify-content: center; padding-top: 42px; padding-bottom: 42px; }
.auth-reset-flow .headline h1 { max-width: 390px; }
.auth-reset-flow .signup-field-hint { max-width: 390px; line-height: 1.55; }
.auth-reset-secondary { margin-top: 8px; }
.auth-reset-proof .signup-proof-mark { background: var(--mc-green); }
.auth-reset-page .footer { display: none; }

/* Customer support */
.support-page-body { --support-ink: #17211c; --support-green: #25d366; --support-dark-green: #08734a; --support-cream: #f8f3e7; --support-line: #d9e2dc; background: var(--support-cream); }
.support-page-body .header { border-bottom: 1px solid var(--support-line); background: rgba(255,255,255,.96); box-shadow: none; }
.support-page { margin-top: 110px; color: var(--support-ink); }
.support-hero { position: relative; overflow: hidden; padding: 92px 0 150px; background: radial-gradient(circle at 82% 18%, rgba(37,211,102,.15), transparent 30%), linear-gradient(180deg, #f7fff9 0%, var(--support-cream) 78%); }
.support-hero::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(8,115,74,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(8,115,74,.045) 1px, transparent 1px); background-size: 42px 42px; content: ""; mask-image: linear-gradient(to bottom, #000, transparent 82%); pointer-events: none; }
.support-shell { position: relative; z-index: 1; max-width: 1040px; margin: 0 auto; }
.support-copy { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.support-eyebrow { display: inline-flex; margin-bottom: 19px; padding: 8px 12px; border: 1px solid #bfe9d2; border-radius: 999px; background: rgba(255,255,255,.9); color: var(--support-dark-green); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.support-copy h1 { margin: 0 0 20px; color: var(--support-ink); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(52px, 7vw, 82px); font-weight: 400; letter-spacing: -.055em; line-height: .95; }
.support-copy p { max-width: 690px; margin: 0 auto; color: #56665d; font-size: 16px; line-height: 1.75; }
.support-whatsapp-card { display: grid; grid-template-columns: 190px 1fr; overflow: hidden; border: 1px solid var(--support-ink); border-radius: 6px; background: #fff; box-shadow: 12px 12px 0 var(--support-ink); }
.support-whatsapp-icon { display: grid; min-height: 350px; place-items: center; border-right: 1px solid var(--support-ink); background: var(--support-green); color: var(--support-ink); font-size: 86px; }
.support-whatsapp-content { display: flex; flex-direction: column; justify-content: center; padding: 52px 58px; }
.support-card-label { margin-bottom: 9px; color: var(--support-dark-green); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.support-whatsapp-content h2 { margin: 0 0 13px; color: var(--support-ink); font-family: Georgia, 'Times New Roman', serif; font-size: 38px; font-weight: 400; letter-spacing: -.035em; }
.support-whatsapp-content p { margin: 0 0 27px; color: #5d6b64; font-size: 14px; line-height: 1.65; }
.support-whatsapp-button { display: flex; width: 100%; max-width: 360px; min-height: 54px; align-items: center; gap: 11px; padding: 13px 17px; border: 1px solid var(--support-ink); border-radius: 4px; background: var(--support-ink); color: #fff; font-size: 14px; font-weight: 700; box-shadow: 5px 5px 0 rgba(23,33,28,.25); transition: background .18s ease, box-shadow .18s ease, transform .18s ease; }
.support-whatsapp-button:hover, .support-whatsapp-button:focus { background: var(--support-dark-green); color: #fff; box-shadow: 2px 2px 0 rgba(23,33,28,.25); transform: translate(3px,3px); }
.support-whatsapp-button .fa-whatsapp { color: var(--support-green); font-size: 20px; }
.support-whatsapp-button .fa-arrow-right { margin-left: auto; }
.support-topics { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 42px; overflow: hidden; border: 1px solid var(--support-ink); border-radius: 4px; background: #fff; }
.support-topics > div { display: flex; min-height: 105px; align-items: center; gap: 12px; padding: 19px; border-right: 1px solid var(--support-line); }
.support-topics > div:last-child { border-right: 0; }
.support-topics > div > i { display: grid; width: 38px; height: 38px; flex: 0 0 auto; place-items: center; border: 1px solid var(--support-ink); border-radius: 50%; background: #e9f8f0; color: var(--support-dark-green); font-size: 14px; }
.support-topics span { display: flex; min-width: 0; flex-direction: column; }
.support-topics strong { color: var(--support-ink); font-size: 12px; }
.support-topics small { margin-top: 3px; color: #6a7770; font-size: 9px; line-height: 1.4; }

@media (max-width: 767.98px) {
	.signup-flow { margin-top: 100px; padding: 20px 12px 32px; }
	.signup-shell { border-radius: 4px; box-shadow: 6px 6px 0 var(--mc-ink); }
	.signup-form-inner { padding: 34px 24px; }
	.signup-flow .headline h1, .signup-flow .headline h2 { font-size: 37px; }
	.signup-proof-column { display: none; }
	.auth-reset-form-inner { min-height: 0; padding-top: 34px; padding-bottom: 34px; }
	.support-page { margin-top: 90px; }
	.support-hero { padding: 60px 12px 100px; }
	.support-copy { margin-bottom: 34px; }
	.support-copy h1 { font-size: 54px; }
	.support-copy p { font-size: 14px; }
	.support-whatsapp-card { grid-template-columns: 1fr; box-shadow: 7px 7px 0 var(--support-ink); }
	.support-whatsapp-icon { min-height: 145px; border-right: 0; border-bottom: 1px solid var(--support-ink); font-size: 62px; }
	.support-whatsapp-content { padding: 32px 25px 36px; }
	.support-whatsapp-content h2 { font-size: 33px; }
	.support-whatsapp-button { max-width: none; font-size: 13px; }
	.support-topics { grid-template-columns: 1fr 1fr; }
	.support-topics > div { min-height: 92px; border-bottom: 1px solid var(--support-line); }
	.support-topics > div:nth-child(2) { border-right: 0; }
	.support-topics > div:nth-child(3), .support-topics > div:nth-child(4) { border-bottom: 0; }
}

.blogs{
	margin-top: 130px;
	border-radius: 40px;
	background-size: cover;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}

.banner{
	margin-top: 150px;
	border-radius: 40px;
	background-size: cover;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}

.banner .content{
	text-align: center;
	max-width: 1024px;
	padding: 0 30px;
}

.banner .socials{
	text-align: center;
	background-color: #fff;	
	position: absolute;
	padding: 20px 60px 0;
	border-radius: 70px 70px 0 0;
	bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}

.banner .socials ul{
	list-style: none;
	margin: auto;
	padding: 0;

}

.banner .socials ul li{
	margin: 0 10px;
	display: inline-block;
}

.banner .socials ul li img{
	width: 80px;
	height: 80px;
}

@media (max-width: 768px) {
	h1{
		font-size: 30px;
	}

	.container {
	  	padding-right: 25px;
	  	padding-left: 25px;
	  }

	.header{
		box-shadow: 0 0px 20px 2px rgba(0, 0, 0, 0.05);
		background-color: white;
	}
	.header .navbar-nav{
		margin-top: 40px;
	}
	.header .navbar-nav > .nav-item > .nav-link{
		padding: 15px 13px!important;
	}
	.nav-btn-login .btn{
		width: 100%;
		margin-top: 15px;
	}
	.headline{
		text-align: center;
		padding: 0 40px;
	}

	.features .headline{
		margin-bottom: 70px;
	}

    .title{
    	font-size: 40px!important;
    }

    .pricing .pricing-feature-name{
		display: block!important;
	}

	.pricing .pricing-feature-icon{
		width: auto!important;
	}

	.pricing .pricing-feature-head{
		opacity: 1!important;
	}
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(62, 100, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}


.circles li:nth-child(11){
    left: 30%;
    width: 40px;
    height: 40px;
    animation-delay: 2s;
    animation-duration: 12s;
    background: rgba(1, 210, 142, 0.2);
}

.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
    background: rgba(1, 210, 142, 0.2);
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 12s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 45%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
    background: rgba(255, 72, 147, 0.2);
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
    background: rgba(255, 72, 147, 0.2);
}

.circles li:nth-child(12){
    left: 20%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
    animation-duration: 8s;
    background: rgba(255, 72, 147, 0.2);
}

.circles li:nth-child(13){
    left: 60%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 7s;
    background: rgba(255, 72, 147, 0.2);
}

@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        border-radius: 50%;
    }

}

.text-primary{
	color: #007bff;
}


.title{
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
    margin-top: 0;
    margin-bottom: 0;
    color: #007bff;
    font-size: 70px;
    line-height: 1.2;
    letter-spacing: -3px;
}

.desc{
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	max-width: 700px;
	margin: auto;
}

/*Features*/

.feature-marque{
	width: 100%;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
}

.core-feature .item{
	background-color: rgba(255, 255, 255, 0.2);
}


/*Rating*/
.rating{
	position: relative;
}

.rating .rating-bottom{
	height: 200px;
	position: absolute;
    bottom: 0;
    z-index: 1000;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
}

/*Pricing*/
.pricing .featured{
	top: 0px;
	padding: 7px 0;
	border-radius: 30px 30px 0 0;
	text-align: center;
}

.pricing .pricing-feature-name{
	display: none;
}

.pricing .pricing-feature-icon{
	width: 100%;
	text-align: center;
}

.pricing .pricing-feature-icon i{
	position: relative;
	top: -7px;
}

.pricing .pricing-feature-head{
	opacity: 0;
}

/*Footer*/
.footer{
	position: relative;
	background-color: var(--sp-text-gray-100);
}

.footer .footer-bg{
	position: absolute;
	width: 100%;
	height: 450px;
	top: -450px;
	background-image: url("../img/wave.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	pointer-events: none;
	z-index: -1;
}

.scroll-top{
	position: fixed;
	bottom: 40px;
	right: 40px;
}

.scroll-top .icon .hover{
	background-color: rgba(255, 255, 255, 0.5);
}

.scroll-top .icon:hover .hover{
  border-style: dashed!important;
  border-width: 2px!important;
}

.scroll-top .hover:hover{
  border-style: dashed!important;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.moveup {
  animation: MoveUpDown 1.2s linear infinite;
  position: absolute;
  bottom: 0;
}

@keyframes MoveUpDown {
  0%, 100% {
    bottom: 9px;
  }
  50% {
    bottom: 16px;
  }
}

.bg-login-page{
	background-image: url("../img/login.jpg");
	background-size: cover;
	border-radius: 0 20px 20px 0;
}

.bg-cover{
	background-size: cover;
}

/*
* pagination
*/
.paginationjs .paginationjs-pages li{
  	border: 1px solid #efefef;
}

.paginationjs .paginationjs-pages li:last-child{
  	border-right: 1px solid #efefef;
}
	
.paginationjs .paginationjs-pages li>a{
  height: auto;
  	padding: 4px 16px;
}

.paginationjs .paginationjs-pages li.active>a {
  	height: auto;
    background: #212529;
    border-left: none;
    border-right: none;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 3px 16px;
}


.form-switch.form-switch-pricing{
  margin-top: 40px;
}

.form-switch.form-switch-pricing .form-check-input{
	margin: 0 15px 0 15px;
	position: relative;
	padding: 20px 40px;
  	margin-top: 0;
}

.form-switch.form-switch-pricing .form-check-label{
  font-size: 18px;
}

.form-switch.form-switch-pricing .form-check-input{
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-switch.form-switch-pricing .form-check-input[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

/* AI Super homepage refresh */
:root {
	--ai-green: #16a765;
	--ai-green-dark: #08734a;
	--ai-mint: #e9fbf2;
	--ai-ink: #11231c;
	--ai-muted: #63736c;
	--ai-line: #dfe9e4;
	--ai-cream: #f7faf8;
}

html {
	scroll-behavior: smooth;
}

.home-page {
	color: var(--ai-ink);
	background: #fff;
}

.home-page .text-primary {
	color: var(--ai-green-dark) !important;
}

.home-page .bg-primary {
	background-color: var(--ai-green-dark) !important;
}

.home-page .section h5.text-gray-600 {
	font-size: 17px;
	font-weight: 400;
	line-height: 1.65;
}

.home-page .header {
	background: rgba(255, 255, 255, 0.86);
	border-bottom: 1px solid rgba(223, 233, 228, 0.75);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

.home-page .header .navbar-nav > .nav-item > .nav-link {
	padding: 31px 14px;
	color: #43534c;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .02em;
	text-transform: none;
}

.home-page .header .navbar-nav > .nav-item > .nav-link:hover {
	color: var(--ai-green-dark);
}

.home-page .header .nav-cta {
	border-radius: 12px;
	padding: 11px 18px;
}

.home-page .home-hero {
	margin-top: 108px;
	padding: 74px 0 38px;
	border-radius: 0;
	background:
		radial-gradient(circle at 85% 12%, rgba(45, 211, 129, .14), transparent 32%),
		radial-gradient(circle at 6% 78%, rgba(22, 167, 101, .08), transparent 28%),
		linear-gradient(180deg, #f8fffb 0%, #ffffff 100%);
}

.home-page .home-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(18, 140, 126, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(18, 140, 126, .035) 1px, transparent 1px);
	background-size: 42px 42px;
	mask-image: linear-gradient(to bottom, #000, transparent 86%);
	pointer-events: none;
}

.home-page .home-hero .circles,
.home-page .home-hero .banner-circle-shape,
.home-page .home-hero .banner-circle-shape-2 {
	display: none;
}

.hero-row {
	position: relative;
	z-index: 2;
	min-height: 620px;
}

.hero-copy {
	padding-right: 44px;
}

.hero-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 8px 13px 8px 9px;
	border: 1px solid #ccebdd;
	border-radius: 999px;
	background: rgba(255, 255, 255, .88);
	color: var(--ai-green-dark);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	box-shadow: 0 8px 30px rgba(8, 115, 74, .07);
}

.eyebrow-dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #25d366;
	box-shadow: 0 0 0 5px rgba(37, 211, 102, .13);
}

.hero-title {
	max-width: 720px;
	color: var(--ai-ink);
	font-size: clamp(46px, 5vw, 68px);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -.045em;
}

.hero-desc {
	max-width: 650px;
	color: var(--ai-muted);
	font-size: 18px;
	line-height: 1.75;
}

.hero-benefits {
	display: flex;
	flex-wrap: wrap;
	gap: 13px 22px;
}

.hero-benefits span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #3d5148;
	font-size: 14px;
	font-weight: 600;
}

.hero-benefits i {
	display: grid;
	place-items: center;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background: var(--ai-mint);
	color: var(--ai-green-dark);
	font-size: 10px;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.hero-actions .btn {
	border-radius: 14px;
	font-size: 15px;
	font-weight: 600;
}

.hero-secondary {
	border: 1px solid var(--ai-line) !important;
	background: rgba(255, 255, 255, .85) !important;
	color: var(--ai-ink) !important;
	box-shadow: 0 8px 30px rgba(17, 35, 28, .06);
}

.hero-secondary:hover {
	border-color: #b9d6c7 !important;
	transform: translateY(-2px);
}

.hero-note {
	flex-basis: 100%;
	margin-top: 5px;
	color: #7b8983;
	font-size: 12px;
}

.hero-visual {
	position: relative;
	max-width: 500px;
	margin-left: auto;
	padding: 20px 35px;
}

.hero-visual::before {
	content: "";
	position: absolute;
	top: 12%;
	left: 0;
	width: 100%;
	height: 76%;
	border-radius: 50%;
	background: linear-gradient(145deg, #d8f8e8, #ecfff5);
	filter: blur(1px);
}

.chat-phone {
	width: 100%;
	max-width: 380px;
	height: auto;
	aspect-ratio: 2 / 3;
	border: 9px solid #fff;
	border-radius: 34px;
	box-shadow: 0 36px 80px rgba(8, 70, 48, .2), 0 8px 24px rgba(8, 70, 48, .12);
}

.whatsapp-chat-body {
	overflow-y: auto;
	padding-bottom: 85px;
	background-color: #efeae2;
	scrollbar-width: none;
}

.whatsapp-chat-body::-webkit-scrollbar {
	display: none;
}

.chat-overlay {
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: .34;
	background-image: radial-gradient(circle at 12px 12px, rgba(7, 94, 84, .09) 1.5px, transparent 1.5px);
	background-size: 24px 24px;
}

.visual-badge {
	position: absolute;
	z-index: 25;
	display: flex;
	align-items: center;
	gap: 11px;
	min-width: 170px;
	padding: 12px 15px;
	border: 1px solid rgba(255, 255, 255, .9);
	border-radius: 15px;
	background: rgba(255, 255, 255, .93);
	box-shadow: 0 18px 44px rgba(8, 70, 48, .16);
	backdrop-filter: blur(12px);
}

.visual-badge i {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border-radius: 11px;
	background: var(--ai-mint);
	color: var(--ai-green-dark);
}

.visual-badge span {
	display: flex;
	flex-direction: column;
}

.visual-badge strong {
	color: var(--ai-ink);
	font-size: 12px;
}

.visual-badge small {
	color: var(--ai-muted);
	font-size: 10px;
}

.visual-badge-top {
	top: 74px;
	right: -28px;
}

.visual-badge-bottom {
	left: -26px;
	bottom: 84px;
}

.trust-strip {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: 1.5fr repeat(3, 1fr);
	align-items: center;
	margin-top: 42px;
	padding: 23px 28px;
	border: 1px solid var(--ai-line);
	border-radius: 20px;
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 20px 60px rgba(17, 35, 28, .07);
}

.trust-intro,
.trust-metric {
	display: flex;
	align-items: center;
	gap: 12px;
}

.trust-metric {
	justify-content: center;
	border-left: 1px solid var(--ai-line);
}

.trust-metric strong {
	color: var(--ai-green-dark);
	font-size: 25px;
}

.trust-metric span,
.trust-intro span {
	color: var(--ai-muted);
	font-size: 12px;
}

.trust-avatars {
	display: flex;
	padding-left: 8px;
}

.trust-avatars i {
	display: grid;
	place-items: center;
	width: 31px;
	height: 31px;
	margin-left: -8px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: var(--ai-mint);
	color: var(--ai-green-dark);
	font-size: 11px;
}

.process-grid {
	position: relative;
}

.process-card {
	position: relative;
	padding: 32px;
	border: 1px solid var(--ai-line);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 16px 45px rgba(17, 35, 28, .055);
	transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.process-card:hover {
	border-color: #b8dfcc;
	box-shadow: 0 24px 60px rgba(8, 115, 74, .12);
	transform: translateY(-7px);
}

.process-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 28px;
}

.process-top > span {
	color: #e0ebe5;
	font-size: 45px;
	font-weight: 800;
	line-height: 1;
}

.process-icon {
	display: grid;
	place-items: center;
	width: 55px;
	height: 55px;
	border-radius: 16px;
	background: var(--ai-mint);
	color: var(--ai-green-dark);
	font-size: 23px;
}

.home-page .features .item {
	border: 1px solid var(--ai-line);
	background: var(--ai-cream) !important;
	border-radius: 22px !important;
}

.home-page .feature-marque .mItem {
	border-color: var(--ai-line) !important;
	border-radius: 999px !important;
	color: var(--ai-green-dark) !important;
	box-shadow: 0 8px 25px rgba(17, 35, 28, .05);
}

.home-page .features .icon {
	display: grid;
	place-items: center;
	width: 56px;
	height: 56px;
	border-radius: 16px;
	background: var(--ai-mint);
	font-size: 25px !important;
}

.home-page .pricing .item.shadow {
	border: 1px solid var(--ai-line);
	box-shadow: 0 18px 50px rgba(17, 35, 28, .08) !important;
}

.home-page .faqs {
	background: #f3f8f5 !important;
}

.home-page .accordion-button {
	border-color: var(--ai-line) !important;
	box-shadow: 0 8px 26px rgba(17, 35, 28, .06) !important;
	font-size: 15px;
}

.wa-property-thumb {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	height: 112px;
	padding: 14px;
	background: linear-gradient(145deg, #ccebdc, #80c8a6);
	color: #075e54;
	font-weight: 700;
}

.wa-property-thumb i {
	font-size: 54px;
	opacity: .55;
}

@media (max-width: 1199px) {
	.hero-title { font-size: 52px; }
	.visual-badge-top { right: -5px; }
	.visual-badge-bottom { left: -4px; }
	.home-page .header .navbar-nav > .nav-item > .nav-link { padding-left: 9px; padding-right: 9px; }
}

@media (max-width: 991px) {
	.home-page .header { background: #fff; }
	.home-page .header .navbar-nav > .nav-item > .nav-link { padding: 12px 13px; }
	.home-page .home-hero { margin-top: 84px; padding-top: 55px; }
	.hero-row { min-height: 0; }
	.hero-copy { padding-right: 12px; text-align: center; }
	.hero-title, .hero-desc { margin-left: auto; margin-right: auto; }
	.hero-benefits, .hero-actions { justify-content: center; }
	.hero-visual { margin: 35px auto 0; }
	.trust-strip { grid-template-columns: repeat(3, 1fr); }
	.trust-intro { grid-column: 1 / -1; justify-content: center; margin-bottom: 20px; }
	.trust-metric:first-of-type { border-left: 0; }
}

@media (max-width: 767px) {
	.home-page .home-hero { padding-top: 38px; }
	.hero-title { font-size: 40px !important; letter-spacing: -.035em; }
	.hero-desc { font-size: 16px; line-height: 1.65; }
	.hero-benefits { flex-direction: column; align-items: center; }
	.hero-actions { flex-direction: column; }
	.hero-actions .btn { width: 100%; }
	.hero-visual { padding: 10px 0; }
	.chat-phone { width: min(100%, 360px); height: auto; }
	.visual-badge { display: none; }
	.trust-strip { grid-template-columns: 1fr; gap: 17px; }
	.trust-intro { margin-bottom: 5px; }
	.trust-metric { justify-content: space-between; padding-top: 15px; border-top: 1px solid var(--ai-line); border-left: 0; }
	.process-card { padding: 26px; }
	.home-page .features .item { padding: 30px !important; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.home-page *, .home-page *::before, .home-page *::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}
}

/* Editorial WhatsApp marketing homepage */
.mc-home {
	--mc-yellow: #f5df64;
	--mc-pink: #f3b6c6;
	--mc-blue: #a9d4ef;
	--mc-green: #b9da80;
	--mc-ink: #17211c;
	--mc-cream: #f8f3e7;
	--mc-line: #1f2923;
	color: var(--mc-ink);
	background: #fff;
}

.mc-home h1,
.mc-home h2 {
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: 400;
	letter-spacing: -.045em;
}

.mc-home a { color: inherit; text-decoration: none; }
.mc-home .container { max-width: 1240px; }
.mc-kicker { margin-bottom: 20px; font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.home-page .header {
	border-bottom: 1px solid #17211c;
	background: rgba(255, 255, 255, .96);
	box-shadow: none;
}

.home-page .header .nav-cta {
	border: 1px solid #17211c;
	border-radius: 4px;
	background: #17211c;
	color: #fff;
	box-shadow: 3px 3px 0 rgba(23, 33, 28, .25);
}

.home-page .header .nav-cta:hover,
.home-page .header .nav-cta:focus {
	border-color: #08734a !important;
	background: #08734a;
}

.mc-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 54px;
	padding: 0 27px;
	border: 1px solid var(--mc-ink);
	border-radius: 4px;
	font-size: 15px;
	font-weight: 600;
	box-shadow: 5px 5px 0 var(--mc-ink);
	transition: transform .18s ease, box-shadow .18s ease;
}

.mc-btn:hover { color: inherit; box-shadow: 2px 2px 0 var(--mc-ink); transform: translate(3px, 3px); }
.mc-btn-dark { background: var(--mc-ink); color: #fff !important; box-shadow: 5px 5px 0 rgba(23, 33, 28, .3); }
.mc-text-link, .mc-arrow-link { display: inline-flex; align-items: center; gap: 10px; border-bottom: 1px solid currentColor; font-weight: 600; }
.mc-text-link { padding: 11px 0; }
.mc-arrow-link { padding-bottom: 5px; }
.mc-text-link i, .mc-arrow-link i { transition: transform .2s ease; }
.mc-text-link:hover i { transform: translateY(3px); }
.mc-arrow-link:hover i { transform: translateX(5px); }

.mc-hero {
	position: relative;
	overflow: hidden;
	margin-top: 108px;
	border-bottom: 1px solid var(--mc-line);
	background: var(--mc-yellow);
}

.mc-hero-inner { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 690px; align-items: center; gap: 65px; padding-top: 58px; padding-bottom: 58px; }
.mc-hero-copy { position: relative; z-index: 2; max-width: 620px; }
.mc-hero-copy h1 { max-width: 620px; margin-bottom: 25px; font-size: clamp(66px, 7.2vw, 106px); line-height: .88; }
.mc-hero-copy > p { max-width: 580px; margin-bottom: 32px; font-size: 18px; line-height: 1.6; }
.mc-hero-actions { display: flex; align-items: center; gap: 28px; }
.mc-hero-footnote { max-width: 480px; margin-top: 28px; font-size: 10px; line-height: 1.5; opacity: .7; }

.mc-hero-art { position: relative; min-height: 560px; }
.mc-art-orbit { position: absolute; border: 2px solid rgba(23, 33, 28, .3); border-radius: 50%; }
.mc-art-orbit-one { inset: 28px 42px 55px 15px; transform: rotate(-7deg); }
.mc-art-orbit-two { inset: 75px 3px 25px 60px; border-style: dashed; transform: rotate(9deg); }
.mc-chat-window { position: absolute; z-index: 3; top: 45px; left: 50%; width: min(390px, 78%); overflow: hidden; border: 2px solid var(--mc-ink); border-radius: 26px; background: #fff; box-shadow: 13px 14px 0 var(--mc-ink); transform: translateX(-50%) rotate(2deg); animation: mcFloat 5s ease-in-out infinite; }
.mc-chat-head { display: flex; align-items: center; gap: 12px; padding: 16px 18px; border-bottom: 1px solid #dbe4df; background: #075e54; color: #fff; }
.mc-chat-head > span:nth-child(2) { display: flex; flex: 1; flex-direction: column; }
.mc-chat-head strong { font-size: 14px; }
.mc-chat-head small { font-size: 10px; opacity: .75; }
.mc-chat-avatar { display: grid; width: 41px; height: 41px; place-items: center; border-radius: 50%; background: #25d366; font-size: 22px; }
.mc-chat-body { display: flex; min-height: 410px; flex-direction: column; gap: 15px; padding: 27px 20px; background: #efeae2; }
.mc-bubble { max-width: 79%; padding: 10px 12px 7px; border-radius: 9px; font-size: 13px; line-height: 1.45; box-shadow: 0 1px 2px rgba(0, 0, 0, .12); }
.mc-bubble small { display: block; margin-top: 4px; font-size: 9px; text-align: right; opacity: .55; }
.mc-bubble-in { align-self: flex-start; background: #fff; }
.mc-bubble-out { align-self: flex-end; background: #d9fdd3; }
.mc-bubble-out small i { color: #4aa3d8; }
.mc-booked { display: flex; align-items: center; gap: 12px; margin-top: 5px; padding: 13px; border: 1px solid #b9dfc1; border-radius: 10px; background: #fff; }
.mc-booked > i { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: #d9fdd3; color: #075e54; }
.mc-booked span { display: flex; flex-direction: column; }
.mc-booked strong { font-size: 12px; }
.mc-booked small { color: #63736c; font-size: 10px; }
.mc-result-note { position: absolute; z-index: 5; right: -4px; bottom: 70px; width: 190px; padding: 18px; border: 2px solid var(--mc-ink); background: var(--mc-pink); font-size: 12px; line-height: 1.35; box-shadow: 7px 7px 0 var(--mc-ink); transform: rotate(-4deg); animation: mcFloat 5s ease-in-out -2s infinite; }
.mc-result-note span { display: block; font-family: Georgia, serif; font-size: 39px; line-height: 1; }
.mc-spark { position: absolute; z-index: 4; top: 5px; right: 17px; display: grid; width: 78px; height: 78px; place-items: center; border: 2px solid var(--mc-ink); border-radius: 50%; background: var(--mc-green); font-size: 28px; transform: rotate(10deg); }

.mc-outcomes { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--mc-line); }
.mc-outcome { position: relative; min-height: 360px; padding: 34px 30px; border-right: 1px solid var(--mc-line); transition: filter .2s ease; }
.mc-outcome:last-child { border-right: 0; }
.mc-outcome:hover { color: inherit; filter: saturate(1.18); }
.mc-outcome > span { font-size: 12px; font-weight: 700; }
.mc-outcome > i { position: absolute; top: 30px; right: 30px; font-size: 27px; transition: transform .25s ease; }
.mc-outcome:hover > i { transform: rotate(-8deg) scale(1.12); }
.mc-outcome h2 { margin-top: 145px; font-size: 38px; line-height: 1.02; }
.mc-outcome p { max-width: 280px; margin: 16px 0 0; font-size: 14px; line-height: 1.55; }
.mc-outcome-yellow { background: #f7e586; }
.mc-outcome-pink { background: var(--mc-pink); }
.mc-outcome-blue { background: var(--mc-blue); }
.mc-outcome-green { background: var(--mc-green); }

.mc-story { padding: 120px 0; border-bottom: 1px solid var(--mc-line); }
.mc-story-cream { background: var(--mc-cream); }
.mc-story-dark { color: #fff; background: var(--mc-ink); }
.mc-story-white { background: #fff; }
.mc-story-grid { display: grid; grid-template-columns: .84fr 1.16fr; align-items: center; gap: 100px; }
.mc-story-grid-reverse { grid-template-columns: 1.16fr .84fr; }
.mc-story-copy h2 { margin-bottom: 25px; font-size: clamp(50px, 5.2vw, 76px); line-height: .98; }
.mc-story-copy > p { margin-bottom: 29px; color: #526159; font-size: 17px; line-height: 1.7; }
.mc-story-dark .mc-story-copy > p { color: rgba(255,255,255,.68); }
.mc-check-list { margin: 0 0 32px; padding: 0; list-style: none; }
.mc-check-list li { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid #d8ded9; font-size: 14px; font-weight: 600; }
.mc-check-list i { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: var(--mc-green); font-size: 9px; }
.mc-check-list-light li { border-color: rgba(255,255,255,.2); }
.mc-check-list-light i { color: var(--mc-ink); }
.mc-arrow-link-light { color: var(--mc-yellow) !important; }
.mc-product-stage { display: grid; min-height: 610px; place-items: center; padding: 55px; border: 1px solid var(--mc-line); }
.mc-stage-yellow { background: var(--mc-yellow); }
.mc-stage-green { background: var(--mc-green); }
.mc-stage-blue { background: var(--mc-blue); }

.mc-campaign-ui, .mc-flow-ui, .mc-contact-ui { width: min(100%, 540px); border: 1px solid var(--mc-line); border-radius: 8px; background: #fff; color: var(--mc-ink); box-shadow: 11px 11px 0 rgba(23, 33, 28, .9); transition: transform .25s ease; }
.mc-product-stage:hover > div { transform: translateY(-6px) rotate(-.5deg); }
.mc-campaign-ui { padding: 26px; }
.mc-ui-top { display: flex; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid #dce2de; font-size: 13px; font-weight: 600; }
.mc-ui-top i { margin-right: 7px; color: #128c7e; }
.mc-status { padding: 4px 9px; border-radius: 99px; background: #d9fdd3; color: #075e54; font-size: 10px; }
.mc-ui-title { margin: 25px 0 17px; font-family: Georgia, serif; font-size: 25px; }
.mc-metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.mc-metric-grid > div { padding: 14px; border: 1px solid #dce2de; }
.mc-metric-grid small, .mc-metric-grid strong, .mc-metric-grid em { display: block; }
.mc-metric-grid small { color: #63736c; font-size: 9px; text-transform: uppercase; }
.mc-metric-grid strong { margin: 5px 0; font-size: 21px; }
.mc-metric-grid em { color: #08734a; font-size: 10px; font-style: normal; }
.mc-chart { display: flex; height: 145px; align-items: flex-end; gap: 9px; margin: 27px 0; padding: 0 8px; border-bottom: 1px solid #bfc9c2; }
.mc-chart span { flex: 1; border: 1px solid var(--mc-ink); border-bottom: 0; background: var(--mc-pink); }
.mc-ai-tip { display: flex; align-items: center; gap: 12px; padding: 13px; background: #f5f1e8; font-size: 11px; }
.mc-ai-tip > i { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--mc-yellow); }
.mc-ai-tip span { display: flex; flex-direction: column; }

.mc-flow-ui { padding: 31px; }
.mc-flow-label { margin-bottom: 28px; font-family: Georgia, serif; font-size: 25px; }
.mc-flow-node { display: flex; align-items: center; gap: 14px; padding: 15px; border: 1px solid #cfd8d2; border-radius: 6px; }
.mc-flow-node > span:last-child { display: flex; flex-direction: column; }
.mc-flow-node small { color: #63736c; font-size: 9px; text-transform: uppercase; }
.mc-flow-node strong { font-size: 13px; }
.mc-node-icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--mc-yellow); }
.mc-flow-line { width: 1px; height: 36px; margin: 0 auto; background: var(--mc-ink); }
.mc-flow-split { display: flex; width: 52%; height: 36px; margin: 0 auto; border-top: 1px solid var(--mc-ink); }
.mc-flow-split span { width: 50%; border-left: 1px solid var(--mc-ink); }
.mc-flow-split span:last-child { border-right: 1px solid var(--mc-ink); border-left: 0; }
.mc-flow-endings { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.mc-flow-endings div { display: flex; align-items: center; justify-content: center; gap: 9px; padding: 17px 10px; border: 1px solid #cfd8d2; border-radius: 6px; font-size: 12px; }
.mc-flow-endings i { color: #08734a; }

.mc-contact-ui { padding: 28px; }
.mc-contact-head { display: flex; align-items: center; gap: 13px; padding-bottom: 22px; border-bottom: 1px solid #dce2de; }
.mc-contact-head > span:nth-child(2) { display: flex; flex: 1; flex-direction: column; }
.mc-contact-head small { color: #08734a; font-size: 10px; }
.mc-contact-avatar { display: grid; width: 49px; height: 49px; place-items: center; border-radius: 50%; background: var(--mc-pink); font-weight: 700; }
.mc-contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 22px 0; }
.mc-contact-details span { display: flex; flex-direction: column; padding: 14px; border: 1px solid #dce2de; }
.mc-contact-details small { margin-bottom: 5px; color: #63736c; font-size: 9px; text-transform: uppercase; }
.mc-contact-details strong { font-size: 12px; }
.mc-contact-note { display: flex; gap: 13px; padding: 18px; background: #f5f1e8; }
.mc-contact-note > i { color: #ca7e00; }
.mc-contact-note p, .mc-contact-note strong { margin: 0; }
.mc-contact-note p { font-size: 12px; line-height: 1.55; }
.mc-contact-note strong { display: block; margin-bottom: 4px; }
.mc-contact-ui button { width: 100%; margin-top: 18px; padding: 13px; border: 1px solid var(--mc-ink); background: var(--mc-ink); color: #fff; font-weight: 600; }
.mc-contact-ui button i { margin-right: 9px; }

.mc-proof { padding: 100px 0; border-bottom: 1px solid var(--mc-line); background: var(--mc-pink); }
.mc-proof-top { max-width: 720px; margin-bottom: 55px; }
.mc-proof-top h2 { font-size: 75px; line-height: .95; }
.mc-proof-grid { display: grid; grid-template-columns: repeat(3, .55fr) 1.65fr; border-top: 1px solid var(--mc-line); border-left: 1px solid var(--mc-line); }
.mc-proof-grid > * { min-height: 220px; padding: 28px; border-right: 1px solid var(--mc-line); border-bottom: 1px solid var(--mc-line); }
.mc-proof-stat { display: flex; flex-direction: column; justify-content: space-between; }
.mc-proof-stat strong { font-family: Georgia, serif; font-size: 60px; font-weight: 400; }
.mc-proof-stat span { font-size: 12px; font-weight: 700; text-transform: uppercase; }
.mc-proof blockquote { display: flex; flex-direction: column; justify-content: space-between; margin: 0; }
.mc-proof blockquote p { margin: 0; font-family: Georgia, serif; font-size: 25px; line-height: 1.25; }
.mc-proof blockquote footer { font-size: 12px; font-weight: 700; }
.mc-proof blockquote footer span { display: block; font-weight: 400; }

.mc-steps { padding: 115px 0; border-bottom: 1px solid var(--mc-line); background: #fff; }
.mc-section-head { max-width: 780px; margin-bottom: 65px; }
.mc-section-head h2 { font-size: 68px; line-height: 1; }
.mc-step-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--mc-line); }
.mc-step-grid > div { min-height: 285px; padding: 28px 40px 28px 0; border-right: 1px solid var(--mc-line); }
.mc-step-grid > div:not(:first-child) { padding-left: 40px; }
.mc-step-grid > div:last-child { border-right: 0; }
.mc-step-grid span { font-size: 12px; font-weight: 700; }
.mc-step-grid h3 { margin: 90px 0 15px; font-size: 25px; }
.mc-step-grid p { max-width: 300px; color: #63736c; font-size: 14px; line-height: 1.6; }

.mc-home .pricing { padding-top: 115px; }
.mc-home .pricing > .mw-800 h1 { font-size: 68px; }
.mc-home .pricing > .mw-800 h5 { max-width: 650px; margin: 15px auto 0; }
.mc-home .pricing .item.shadow { border: 1px solid var(--mc-line); border-radius: 5px !important; box-shadow: 7px 7px 0 var(--mc-ink) !important; }
.mc-home .pricing .item .btn-dark { border-radius: 4px !important; background: var(--mc-ink); }
.mc-home .form-switch-pricing .form-check-input { background-color: var(--ai-green-dark); border-color: var(--ai-green-dark); }
.mc-home .vendor-pricing-comparison { display: none; }

.mc-faq { padding: 120px 0; border-top: 1px solid var(--mc-line); border-bottom: 1px solid var(--mc-line); background: var(--mc-blue); }
.mc-faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.mc-faq-intro h2 { margin-bottom: 25px; font-size: 66px; line-height: .98; }
.mc-faq-intro p { margin-bottom: 25px; font-size: 15px; line-height: 1.7; }
.mc-accordion .accordion-item { border: 0; border-bottom: 1px solid var(--mc-line); border-radius: 0; background: transparent; }
.mc-accordion .accordion-item:first-child { border-top: 1px solid var(--mc-line); }
.mc-accordion h3 { margin: 0; }
.mc-accordion .accordion-button { padding: 24px 0; border: 0; border-radius: 0 !important; background: transparent !important; color: var(--mc-ink) !important; font-family: Georgia, serif; font-size: 24px; box-shadow: none !important; }
.mc-accordion .accordion-body { padding: 0 40px 25px 0; font-size: 14px; line-height: 1.7; }

.mc-journal { padding: 110px 0; }
.mc-journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.mc-journal-grid article { border: 1px solid var(--mc-line); background: #fff; }
.mc-journal-image { display: block; height: 240px; border-bottom: 1px solid var(--mc-line); background-position: center; background-size: cover; filter: saturate(.85); }
.mc-journal-grid article > div { padding: 24px; }
.mc-journal-grid small { font-size: 10px; text-transform: uppercase; }
.mc-journal-grid h3 { min-height: 60px; margin: 13px 0 22px; font-size: 20px; line-height: 1.35; }

.mc-final-cta { padding: 110px 0; text-align: center; background: var(--mc-yellow); }
.mc-final-cta > .container { display: flex; flex-direction: column; align-items: center; }
.mc-final-cta > .container > i { margin-bottom: 25px; font-size: 52px; }
.mc-final-cta h2 { max-width: 900px; margin-bottom: 22px; font-size: 76px; line-height: .95; }
.mc-final-cta p { margin-bottom: 28px; font-size: 17px; }

@keyframes mcFloat { 0%, 100% { transform: translateX(-50%) translateY(0) rotate(2deg); } 50% { transform: translateX(-50%) translateY(-9px) rotate(1deg); } }
.mc-result-note { animation-name: mcNoteFloat; }
@keyframes mcNoteFloat { 0%, 100% { transform: translateY(0) rotate(-4deg); } 50% { transform: translateY(-8px) rotate(-2deg); } }

@media (max-width: 1199px) {
	.mc-hero-inner { gap: 35px; }
	.mc-hero-copy h1 { font-size: 72px; }
	.mc-story-grid, .mc-story-grid-reverse { gap: 55px; }
	.mc-product-stage { min-height: 550px; padding: 35px; }
	.mc-outcome h2 { font-size: 32px; }
	.mc-proof-grid { grid-template-columns: repeat(3, .6fr) 1.4fr; }
}

@media (max-width: 991px) {
	.mc-hero { margin-top: 84px; }
	.mc-hero-inner { grid-template-columns: 1fr; padding-top: 70px; }
	.mc-hero-copy { max-width: 760px; text-align: center; margin: auto; }
	.mc-hero-copy h1, .mc-hero-copy > p { margin-left: auto; margin-right: auto; }
	.mc-hero-actions { justify-content: center; }
	.mc-hero-footnote { margin-left: auto; margin-right: auto; }
	.mc-hero-art { width: min(100%, 650px); margin: auto; }
	.mc-outcomes { grid-template-columns: 1fr 1fr; }
	.mc-outcome:nth-child(2) { border-right: 0; }
	.mc-outcome:nth-child(-n+2) { border-bottom: 1px solid var(--mc-line); }
	.mc-story-grid, .mc-story-grid-reverse { grid-template-columns: 1fr; }
	.mc-story-dark .mc-product-stage { order: 2; }
	.mc-proof-grid { grid-template-columns: repeat(3, 1fr); }
	.mc-proof blockquote { grid-column: 1 / -1; }
	.mc-faq-grid { grid-template-columns: 1fr; gap: 60px; }
	.mc-home .pricing .row > .col-md-3 { width: 50%; }
	.mc-home .pricing .row > .col-md-3:first-child { display: none; }
}

@media (max-width: 767px) {
	.mc-hero-inner { min-height: 0; padding: 55px 20px 45px; }
	.mc-hero-copy h1 { font-size: 55px; }
	.mc-hero-copy > p { font-size: 16px; }
	.mc-hero-actions { flex-direction: column; gap: 14px; }
	.mc-btn { width: 100%; }
	.mc-hero-art { min-height: 475px; }
	.mc-chat-window { top: 35px; width: 83%; }
	.mc-chat-body { min-height: 345px; padding: 20px 14px; }
	.mc-result-note { right: 2px; bottom: 30px; width: 160px; }
	.mc-spark { width: 58px; height: 58px; font-size: 21px; }
	.mc-outcomes { grid-template-columns: 1fr; }
	.mc-outcome { min-height: 300px; border-right: 0; border-bottom: 1px solid var(--mc-line); }
	.mc-outcome h2 { margin-top: 110px; }
	.mc-story { padding: 75px 0; }
	.mc-story-grid { gap: 50px; }
	.mc-story-copy h2, .mc-faq-intro h2, .mc-section-head h2 { font-size: 47px; }
	.mc-product-stage { min-height: 440px; padding: 18px; }
	.mc-campaign-ui, .mc-flow-ui, .mc-contact-ui { box-shadow: 6px 6px 0 rgba(23, 33, 28, .9); }
	.mc-metric-grid { grid-template-columns: 1fr; }
	.mc-metric-grid > div { display: grid; grid-template-columns: 1fr auto; align-items: center; }
	.mc-metric-grid em { grid-column: 2; }
	.mc-chart { display: none; }
	.mc-contact-details { grid-template-columns: 1fr; }
	.mc-proof-top h2, .mc-final-cta h2 { font-size: 50px; }
	.mc-proof-grid { grid-template-columns: 1fr; }
	.mc-proof blockquote { grid-column: auto; }
	.mc-step-grid { grid-template-columns: 1fr; }
	.mc-step-grid > div, .mc-step-grid > div:not(:first-child) { min-height: 220px; padding: 25px 0; border-right: 0; border-bottom: 1px solid var(--mc-line); }
	.mc-step-grid h3 { margin-top: 55px; }
	.mc-home .pricing .row > .col-md-3 { width: 100%; }
	.mc-journal-grid { grid-template-columns: 1fr; }
	.mc-final-cta { padding: 80px 0; }
}

/* Editorial pricing shared by home and pricing routes */
.editorial-pricing {
	--mc-yellow: #f5df64;
	--mc-green: #b9da80;
	--mc-ink: #17211c;
	--mc-cream: #f8f3e7;
	--mc-line: #1f2923;
	padding: 120px 0;
	border-bottom: 1px solid var(--mc-line);
	background: var(--mc-cream);
	color: var(--mc-ink);
}

.pricing-page { background: var(--mc-cream, #f8f3e7); }
.pricing-page .header { border-bottom: 1px solid #1f2923; background: rgba(255,255,255,.96); box-shadow: none; }
.pricing-page .header .navbar-nav > .nav-item > .nav-link { color: #43534c; font-size: 13px; letter-spacing: .02em; text-transform: none; }
.pricing-page .header .nav-cta { border: 1px solid #17211c; border-radius: 4px; background: #17211c; color: #fff; box-shadow: 3px 3px 0 rgba(23,33,28,.25); }
.pricing-page .header .nav-cta:hover, .pricing-page .header .nav-cta:focus { border-color: #08734a !important; background: #08734a; }
.pricing-page-editorial .editorial-pricing { padding-top: 190px; }
.editorial-pricing .container { max-width: 1120px; }
.editorial-pricing-head { max-width: 800px; margin: 0 auto 65px; text-align: center; }
.editorial-pricing-kicker { margin-bottom: 18px; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.editorial-pricing-head h1, .editorial-pricing-head h2 { margin-bottom: 20px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(55px, 6vw, 82px); font-weight: 400; letter-spacing: -.05em; line-height: .95; }
.editorial-pricing-head > p { max-width: 650px; margin: 0 auto; color: #526159; font-size: 16px; line-height: 1.7; }

.editorial-billing-toggle { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 32px; font-size: 13px; font-weight: 700; }
.editorial-billing-toggle label { cursor: pointer; }
.editorial-billing-toggle label span { display: inline-block; margin-left: 6px; padding: 4px 7px; border: 1px solid var(--mc-line); background: var(--mc-green); font-size: 9px; letter-spacing: .04em; text-transform: uppercase; }
.editorial-billing-toggle input { position: relative; width: 54px; height: 29px; margin: 0; border: 1px solid var(--mc-line); border-radius: 99px; appearance: none; -webkit-appearance: none; background: #fff; cursor: pointer; transition: background .2s ease; }
.editorial-billing-toggle input::after { position: absolute; top: 4px; left: 4px; width: 19px; height: 19px; border-radius: 50%; background: var(--mc-ink); content: ""; transition: transform .2s ease; }
.editorial-billing-toggle input:checked { background: var(--mc-green); }
.editorial-billing-toggle input:checked::after { transform: translateX(25px); }
.editorial-billing-toggle input:focus-visible { outline: 3px solid rgba(8,115,74,.25); outline-offset: 2px; }

.editorial-plan-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 1120px; margin: 0 auto; border-top: 1px solid var(--mc-line); border-left: 1px solid var(--mc-line); }
.editorial-plan { position: relative; display: flex; min-height: 720px; flex-direction: column; padding: 39px; border-right: 1px solid var(--mc-line); border-bottom: 1px solid var(--mc-line); background: #fff; transition: transform .22s ease, box-shadow .22s ease; }
.editorial-plan:hover { z-index: 2; box-shadow: 8px 8px 0 var(--mc-ink); transform: translate(-4px, -4px); }
.editorial-plan-featured { background: var(--mc-yellow); }
.editorial-popular { position: absolute; top: 0; right: 0; padding: 8px 13px; border-bottom: 1px solid var(--mc-line); border-left: 1px solid var(--mc-line); background: var(--mc-green); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.editorial-plan-name { margin-bottom: 20px; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.editorial-plan-top h3 { max-width: 370px; margin-bottom: 14px; font-family: Georgia, 'Times New Roman', serif; font-size: 38px; font-weight: 400; letter-spacing: -.04em; line-height: 1; }
.editorial-plan-description { min-height: 50px; color: #526159; font-size: 13px; line-height: 1.55; }
.editorial-plan-price { display: flex; align-items: flex-end; margin: 35px 0 7px; }
.editorial-plan-price > span { font-family: Georgia, 'Times New Roman', serif; font-size: 68px; letter-spacing: -.055em; line-height: .85; }
.editorial-plan-price sup { top: -.85em; margin-right: 3px; font-family: Poppins, sans-serif; font-size: 18px; font-weight: 700; }
.editorial-plan-price small { margin: 0 0 3px 8px; color: #526159; font-size: 12px; }
.editorial-plan-account { display: flex; align-items: center; gap: 8px; padding-bottom: 25px; border-bottom: 1px solid var(--mc-line); color: #075e54; font-size: 12px; font-weight: 700; }
.editorial-plan-account i { font-size: 17px; }
.editorial-plan-features { margin: 24px 0 32px; padding: 0; list-style: none; }
.editorial-plan-features li { display: flex; align-items: center; gap: 11px; padding: 9px 0; font-size: 13px; font-weight: 600; }
.editorial-plan-features li i { display: grid; width: 22px; height: 22px; flex: 0 0 auto; place-items: center; border: 1px solid var(--mc-line); border-radius: 50%; background: var(--mc-green); font-size: 8px; }
.editorial-plan-features li.is-muted { color: #7d8781; text-decoration: line-through; }
.editorial-plan-features li.is-muted i { background: transparent; color: #7d8781; }
.editorial-plan-actions { margin-top: auto; }
.editorial-plan-btn { display: flex; width: 100%; min-height: 52px; align-items: center; justify-content: center; gap: 11px; border: 1px solid var(--mc-ink); border-radius: 4px; background: var(--mc-ink); color: #fff !important; font-size: 14px; font-weight: 700; box-shadow: 5px 5px 0 rgba(23,33,28,.25); transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.editorial-plan-btn:hover { background: #08734a; box-shadow: 2px 2px 0 rgba(23,33,28,.25); transform: translate(3px, 3px); }
.editorial-plan-btn i { transition: transform .18s ease; }
.editorial-plan-btn:hover i { transform: translateX(4px); }

.editorial-pricing-assurance { display: flex; max-width: 940px; align-items: center; justify-content: space-around; gap: 24px; margin: 34px auto 0; padding: 22px 25px; border: 1px solid var(--mc-line); background: #fff; }
.editorial-pricing-assurance span { display: flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 700; }
.editorial-pricing-assurance i { color: #08734a; }

/* Meta WhatsApp usage fees on the pricing route */
.meta-messaging-fees { --meta-ink: #17211c; --meta-line: #1f2923; padding: 105px 0 120px; border-bottom: 1px solid var(--meta-line); background: #fff; color: var(--meta-ink); }
.meta-messaging-fees .container { max-width: 1120px; }
.meta-fees-heading { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); column-gap: 70px; margin-bottom: 48px; }
.meta-fees-heading .editorial-pricing-kicker { grid-column: 1 / -1; }
.meta-fees-heading h2 { grid-row: span 2; margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(45px, 5vw, 68px); font-weight: 400; letter-spacing: -.05em; line-height: .98; }
.meta-fees-heading p { margin: 0 0 12px; color: #526159; font-size: 15px; line-height: 1.7; }
.meta-fees-heading p strong { color: var(--meta-ink); }
.meta-fees-panel { border: 1px solid var(--meta-line); background: #f8f3e7; box-shadow: 8px 8px 0 var(--meta-ink); }
.meta-fees-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 28px 32px; border-bottom: 1px solid var(--meta-line); background: #f5df64; }
.meta-fees-panel-head span { display: block; margin-bottom: 4px; font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.meta-fees-panel-head h3 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: 30px; font-weight: 400; }
.meta-fees-panel-head small { padding: 7px 10px; border: 1px solid var(--meta-line); background: #fff; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.meta-fees-table-wrap { overflow-x: auto; }
.meta-fees-table { width: 100%; border-collapse: collapse; }
.meta-fees-table th, .meta-fees-table td { padding: 19px 32px; border-bottom: 1px solid rgba(31, 41, 35, .3); text-align: left; }
.meta-fees-table th { font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.meta-fees-table td { font-size: 13px; line-height: 1.5; }
.meta-fees-table th:last-child, .meta-fees-table td:last-child { width: 260px; text-align: right; }
.meta-fees-note { margin: 0; padding: 22px 32px; color: #43534c; font-size: 12px; line-height: 1.65; }
.meta-fees-details { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 55px; border-top: 1px solid var(--meta-line); border-left: 1px solid var(--meta-line); }
.meta-fees-details > div { padding: 30px; border-right: 1px solid var(--meta-line); border-bottom: 1px solid var(--meta-line); }
.meta-fees-details h3 { margin-bottom: 13px; font-family: Georgia, 'Times New Roman', serif; font-size: 25px; font-weight: 400; }
.meta-fees-details p { margin: 0; color: #526159; font-size: 13px; line-height: 1.65; }
.meta-fees-details .meta-fees-formula { margin-bottom: 8px; color: var(--meta-ink); font-weight: 800; }

@media (max-width: 991px) {
	.editorial-plan-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.meta-fees-heading { grid-template-columns: 1fr; }
	.meta-fees-heading h2 { grid-row: auto; margin-bottom: 28px; }
	.meta-fees-details { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
	.editorial-pricing { padding: 78px 0; }
	.pricing-page-editorial .editorial-pricing { padding-top: 140px; }
	.editorial-pricing-head { margin-bottom: 45px; }
	.editorial-pricing-head h1, .editorial-pricing-head h2 { font-size: 49px; }
	.editorial-billing-toggle { gap: 9px; }
	.editorial-billing-toggle label span { display: none; }
	.editorial-plan-grid { grid-template-columns: 1fr; }
	.editorial-plan { min-height: 0; padding: 32px 25px; }
	.editorial-plan-price > span { font-size: 60px; }
	.editorial-pricing-assurance { flex-direction: column; align-items: flex-start; }
	.meta-messaging-fees { padding: 72px 0 82px; }
	.meta-fees-heading h2 { font-size: 44px; }
	.meta-fees-panel { box-shadow: 5px 5px 0 var(--meta-ink); }
	.meta-fees-panel-head { align-items: flex-start; padding: 23px 20px; }
	.meta-fees-panel-head h3 { font-size: 25px; }
	.meta-fees-table { min-width: 590px; }
	.meta-fees-table th, .meta-fees-table td { padding: 17px 20px; }
	.meta-fees-note { padding: 20px; }
	.meta-fees-details > div { padding: 25px 20px; }
}
