@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400;500;600;700;800&display=swap');

html, body {
	overflow-x: hidden;
  }
  
body {
	position: relative;
	color: #666;
	font-family: "Mulish", 'Roboto', sans-serif;
	font-optical-sizing: auto;
}

.dash {
  text-align: right;
  width: 10rem;
}
	.dash a {
		position: relative;
		display: block;
	  float: right;
	}
	.mainwhite .dash rect {
		fill: #999;
		stroke: #999;
	}
a:link, a:visited {
	color: #000;
}
a:hover, a:active {
	color: #86D103;
}
.expose {
    position:relative;
}

sup {
	top: -0.25em;
}

.highlight {
	background-color: #86D103;
	padding: 0px 4px;
}

#overlay {
	background:rgba(0,0,0,0.8);
	display:none;
	width:100%; height:100%;
	position:absolute; top:0; left:0; z-index:99998;
} 
.errors {
  color: white;
  border: 1px solid #fff;
  background-color: #f06a28;
  padding: 10px;
  border-radius: 3px;
}
.Facebook {
	float: left;
	margin-right: 10px;
}
.social{
	line-height: 1;
}
.preview {
	margin: 10px 0
}	
.preview-logo {
	width: 250px;
	height: 72px;
	background: url("/images/preview-logo.png");
}
.preview-your-logo {
	width: 250px;
	height: 72px;
	background: url("/images/preview-your-logo.png");
}
.preview-bottom {
	width: 250px;
	height: 257px;
	background: url("/images/preview-bottom.png");
}
.preview-text {
	width: 250px;
	min-height: 32px;
	background: url("/images/preview-bg.png");
	color: #666;
	padding-left: 25px;
	padding-right: 25px;
	text-align: left;
	font-size: 15px;
	line-height: 1rem;
	min-height: 33px;
}
.has-tip {
	border-bottom: none;
}
.boxurl {
	background-color: #B2DB6C60;
	padding: 0.2rem;
}
.complete a{
	text-decoration: underline;
}
.logo {
	width: 18rem;
	height: 5rem;
	margin-top: 0.8rem;
}
	.logo .corpell,
	.logo .lock {
		display: none;
		fill: #999;
		stroke: #999;
	}
	 .logo .incogneato {
		/* fill: #fff; */
	}
	.reversed .logo .corpell,
	.reversed .logo .lock {
		display: none;
		fill: #ddd;
		stroke: #ddd;
	}
	.reversed .logo .incogneato {
		fill: #86D103;
	}

h1, h2 {
  font-family: Sen, "Montserrat", sans-serif;
	text-align: center;
  color: #444;
}

h1 {
  margin: 0 0 1.5rem 0;
  padding: 0;
  font-family: Sen, sans-serif;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 3.75rem;
  letter-spacing: -0.15rem;
  color: #444;
}
	h1 strong {
		font-weight: 700;
	}
	h1 .highlight {
		color: #FFF;
		background-color: #86D103;
		padding: 2px 6px;
	}	

@media only screen 
	and (min-width: 43.75em) {
    h1 {
		  margin: 2rem 0 4rem 0;
		}
}

h2 {
	margin-bottom: 3rem;
	font-family: Sen, sans-serif;
	font-size: 2.75rem;
	font-weight: 700;
	line-height: 3rem;
	letter-spacing: -0.05rem;
	color: #444;
}
@media only screen 
	and (min-width: 43.75em) {
    h2 {
		 	font-size: 2.75rem;
			line-height: 3rem;
		}
}
h2.subtitle,
.subpage h2.subtitle {
	margin: -1.8rem 0 0 0;
	color: #999;
	font-size: 1.5rem;
	font-weight: 200;
}

h3 {
  font-family: Sen, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.5rem;
  letter-spacing: -0.15rem;
  color: #444;
  margin-bottom: 2rem;
}



h4 {
	margin: 1.5rem 0;
  font-family: Sen, sans-serif;
  font-size: 1.5rem;
	font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: -0.025rem;
  color: #444;
}
h4.subtitle {
	margin: 0 0 1rem 0;
	color: #666;
	font-style: italic;
	font-weight: 400;
}

.menu-icon {
	float: right; 
	margin-top: 1.3rem;
}
.menu-icon:after {
	box-shadow: 0 7px 0 #86D103, 0 14px 0 #86D103;
    background: #86D103;
   }

.subpage h1,
.subpage h2 {
	text-align: left;
	margin: 2rem 0;
	padding: 0;
	color: #666;
}

.subpage h2 {
	font-size: 2rem;
}

#schedule-a-visit .subpage h2 {
	text-align: center;
}

article {
	padding: 0 0 0 2rem;
	border-left: 4px solid #eee;
}


hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: block;
    text-align: center;
    box-sizing: content-box;
	border-color: #eee;
  }

section {
	padding: 12rem 0 0 0;
}
section.main-hero {
	padding: 0rem 0 3rem 0;
}

section.primary-nav {
	background-color: #fff;
	height: 100px;
	padding: 0
}

section.secondary-nav {
	height: 45px;
    padding: 0.7rem 42px 1rem 0;
	background-color: #86D103;
	text-align: right;	
	align-items: right;
	color: #fff;
}

section.secondary-nav a {
	color: #fff;
	margin-left: 2rem;
}

.hero {
	padding: 0;
	background-color:#fff;
	color: #666;
}

.hero-image {
	text-align: right;
	padding-right: 2rem;
}

#primary-value-prop {
	margin-bottom: 20px 20px 40px 20px;
	color: #444;
	font-family: Sen, sans-serif;
	font-size: 2.75rem;
    font-weight: 700;
	line-height: 3.25rem;
	letter-spacing: -0.15rem;
    text-align: left;
  }
  
@media screen and (max-width: 762px) {
#primary-value-prop {
    font-size: 30px;
    line-height: 36px;
  }

.hero-image {
	display: none;
}

h1 {
	margin-bottom: 3rem
}
}  
  
  #highlight:after {
	content: "greatest ideas";
	display: inline;
	color: #fff;
	padding: 0px 4px;
	background-color: #86D103;
	animation: word-switcher infinite 12s ease-in-out;
  }
  
  @-webkit-keyframes word-switcher {
	15% {content: "greatest ideas"; opacity:1}
	35% {content: "valuable feedback"; opacity:1;}
	55% {content: "product thoughts"; opacity:1;}
	75% {content: "whistleblowing reports"; opacity:1}
	95% {content: "sensitive info"; opacity:1;}
	100% {content: "sensitive info"; opacity:1;}
  }
  
  @-moz-keyframes word-switcher {
	15% {content: "greatest ideas"; opacity:1}
	35% {content: "valuable feedback"; opacity:1;}
	55% {content: "product thoughts"; opacity:1;}
	75% {content: "whistleblowing reports"; opacity:1}
	95% {content: "sensitive info"; opacity:1;}
	100% {content: "sensitive info"; opacity:1;}
  }
  
  @keyframes word-switcher {
	15% {content: "greatest ideas"; opacity:1}
	35% {content: "valuable feedback"; opacity:1;}
	55% {content: "product thoughts"; opacity:1;}
	75% {content: "whistleblowing reports"; opacity:1}
	95% {content: "sensitive info"; opacity:1;}
	100% {content: "sensitive info"; opacity:1;}
  }
	

div.cta {
	display: flex;
	padding: 30px 15px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	gap: 0.25rem;
	border-radius: 20px;
	background: rgba(153, 153, 153, 0.20);
}

div.cta h2 {
	margin: 0 0 1rem 0;
	padding: 0;
	color: #333;
	text-align: center;
	font-family: Sen, sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: 800;
	line-height: 26px; /* 100% */
	letter-spacing: -0.78px;
}

.small-cta {
	margin: 1rem auto 6rem auto;
	max-width: 40rem;
}
.mini-cta {
	margin: 0 auto;
	width: 100%;
	max-width: 800px; /* Add max-width for better control */
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
}

.mini-cta p {
	margin: 0 auto; /* Add margin auto */
	text-align: center;
	width: fit-content; /* Make paragraph wrap to content */
}

.mini-cta a {
	color: #EE753A;
	text-decoration: underline;
}

section.how-it-works .quote {
	position: relative;
	font-style: italic;
}

section.how-it-works .quote:before {
	position: absolute;
	content: open-quote;
	font-size: 3rem;
	left: -1.75rem;
	top: 0.25rem
}

section.how-it-works ol {
	list-style-type: none;
}

section.how-it-works ol {
	counter-reset:li; /* Initiate a counter */
	margin-left:0; /* Remove the default left margin */
	padding-left:0; /* Remove the default left padding */
}
section.how-it-works ol > li {
	position:relative; /* Create a positioning context */
	margin:0 0 1rem 3rem; /* Give each list item a left margin to make room for the numbers */
	padding:0 0 4px 8px; /* Add some spacing around the content */
	list-style:none; /* Disable the normal item numbering */
	line-height: 1.4rem;
}
section.how-it-works ol > li:before {
	content:counter(li); /* Use the counter as content */
	counter-increment:li; /* Increment the counter by 1 */
	/* Position and style the number */
	position:absolute;
	top:-2px;
	left:-1.5em;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:1.5em;

	/* Some space between the number and the content in browsers that support
	   generated content but not positioning it (Camino 2 is one example) */
	margin-right:8px;
	padding:4px;
	color:#fff;
	background:#86D103;
	font-size: 1.8rem;
	font-weight:bold;
	text-align:center;
	line-height: 2.4rem;
}
section.how-it-worksli ol,
section.how-it-works li ul {margin-top:6px;}
section.how-it-works ol ol li:last-child {margin-bottom:0;}


section.whats-it-for {
	background-color: #EE753A;
	color: #333;
}
	section.whats-it-for h2 {
		color: #fff;
	}
	section.whats-it-for a {
		color: #333;
		text-decoration: underline;
		margin: 0 0 0 1rem;
	}

section.whats-it-for .use-cases {
	background-color: #F2EBE8;
}
	section.whats-it-for .use-cases	.columns {
		border: 1px solid #ED7439;
	}
	section.whats-it-for .use-cases h4,
	section.whats-it-for .use-cases p {
		margin-left: 1rem;
		margin-right: 1rem;
		line-height: 1.5rem;
	}
	section.whats-it-for .use-cases .icons {
		height: 10rem;
		background-color: #ED7439
	}

section.light-gray {
	margin: 0 auto;
	width: 1024px;
	border-radius: 20px;
	background-color: #F5F5F5;	
	text-align: left;
	line-height: 1.75em;
}
	section.light-gray h2 {
		text-align: left;
		font-weight: 700px; 
		line-height: 1.25em;
		margin: 0 0 20px 0;
	}
	section.light-gray h2 .highlight {
		color: #fff;
		background-color: #86D103;
	}

section.dark-gray {
	margin: 0 auto 2rem auto;
	width: 100%;
	border-radius: 20px;
	background-color: #4B4B4B;	
	color: #fff;
	text-align: left;
	line-height: 1.75em;
	padding-top: 4rem;
    padding-bottom: 3rem;
}

@media screen and (min-width: 1024px) {
    section.dark-gray {
        width: 1024px;
    }
}	
	section.dark-gray .row {
		padding: 0rem 2rem;
	}
	section.dark-gray h2 {
		text-align: left;
		font-size: 2rem;
		font-weight: 700px; 
		line-height: 1.25em;
		margin: 0 0 20px 0;
		color: #fff;
	}
	section.dark-gray h2 .highlight {
		color: #fff;
		background-color: #86D103;
	}
	section.dark-gray a {
		color: #fff;
		text-decoration: underline;	
	}
		section.dark-gray a.learn-more {
			text-decoration: none;	
		}

section.articles {
	background-color: #DDDDDD;
	padding-top: 4rem 0;
}

section.pricing {
	background-color: #144152;
	color: #fff;
}
	section.pricing h2 {
		color: #fff;
	}

	section.pricing s {text-decoration:none;position:relative;}
	section.pricing s::before {
		top: 50%; /*tweak this to adjust the vertical position if it's off a bit due to your font family */
		background:red; /*this is the color of the line*/
		opacity:.7;
		content: '';
		width: 110%;
		position: absolute;
		height:.1em;
		border-radius:.1em;
		left: -5%;
		white-space:nowrap;
		display: block;
		transform: rotate(-15deg);  
	}
	section.pricing s.straight::before {transform: rotate(0deg);left:-1%;width:102%;}

section.features a {
	text-transform: uppercase;
}

section.features div.screenshot {
	width: 300px;
	height: 200px;
	border: 1px solid #ccc;
}
section.features .collect div.screenshot {
	background: url('/images/collect-screenshot.jpg') top left no-repeat;
}
section.features .sharing div.screenshot {
	background: url('/images/sharing-screenshot.jpg') top left no-repeat;
}
section.features .chat div.screenshot {
	background: url('/images/chat-screenshot.jpg') top left no-repeat;
}
section.features .customize div.screenshot {
	background: url('/images/customize-screenshot.jpg') top left no-repeat;
}
section.features .notifications div.screenshot {
	background: url('/images/notifications-screenshot.jpg') top left no-repeat;
}
section.features .your-data div.screenshot {
	background: url('/images/your-data-screenshot.jpg') top left no-repeat;
}
section.features .voting div.screenshot {
	background: url('/images/voting-screenshot.jpg') top left no-repeat;
}
section.features .restrict div.screenshot {	
	background: url('/images/restrict-screenshot.jpg') top left no-repeat;
}
section.features .language div.screenshot {
	background: url('/images/language-screenshot.jpg') top left no-repeat;
}

.slick-slider {
	text-align: left;
}
.slick-slider .screenshot {
	margin: 0;
}


@media only screen 
		and (min-width: 320px) and (max-width: 600px) {
			.slick-slider {
				text-align: center;
			}
			.slick-slider .screenshot {
				margin: 0 auto;
			}
		}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
  /* Retina-specific stuff here */
	  section.features .collect div.screenshot {
			background: url('/images/collect-screenshot@2x.jpg') top left no-repeat;
			background-size: 300px 200px;
	}
		section.features .sharing div.screenshot {
			background: url('/images/sharing-screenshot@2x.jpg') top left no-repeat;
			background-size: 300px 200px;
	}
		section.features .chat div.screenshot {
			background: url('/images/chat-screenshot@2x.jpg') top left no-repeat;
			background-size: 300px 200px;
	}
		section.features .customize div.screenshot {
			background: url('/images/customize-screenshot@2x.jpg') top left no-repeat;
			background-size: 300px 200px;
	}
		section.features .notifications div.screenshot {
			background: url('/images/notifications-screenshot@2x.jpg') top left no-repeat;
			background-size: 300px 200px;
	}
		section.features .your-data div.screenshot {
			background: url('/images/your-data-screenshot@2x.jpg') top left no-repeat;
			background-size: 300px 200px;
	}
		section.features .voting div.screenshot {
			background: url('/images/voting-screenshot@2x.jpg') top left no-repeat;
			background-size: 300px 200px;
	}
		section.features .restrict div.screenshot {
			background: url('/images/restrict-screenshot@2x.jpg') top left no-repeat;
			background-size: 300px 200px;
	}
		section.features .language div.screenshot {
			background: url('/images/language-screenshot@2x.jpg') top left no-repeat;
			background-size: 300px 200px;
	}
}

.slick-dots li button:before {
	color: #ccc;
	font-size: 30px;
	opacity: 1;
	content: '●'
}

.slick-dots li.slick-active button:before  {
	color: #333;
	content: "○";
}

.slick-prev, .slick-next {
	top: 42%;
	width: 36px;
    height: 36px;
}

.slick-prev {
	left: -46px;
}
.slick-next {
	right: -46px;
}

.slick-prev:before, .slick-next:before {
	color: #ccc;
	font-size: 36px;
}

a.section {
	display: block;
	position: relative;
	top: -80px;
	visibility: hidden;
}

#menu-center {
  padding-right: 22px; /* Matches the right padding of secondary-nav */
}

#incogneato-menu {
  display: flex;
  justify-content: flex-end;
}

.menu {
  padding: 1.8rem 0 0 0;
  display: flex;
  justify-content: flex-end;
}
	.menu a {
		color: #999;
		font-size: 1.1rem;
		font-weight: 300;	
		text-align: baseline;
	}
	.menu a:hover {
		color: #86D103;
	}
.menu.active a {
	color: #666;
}

.reversed .menu a {
	color: #666;
}
	.reversed .menu a:hover {
		color: #86D103;
	}
.reversed .menu.active a {
	color: #86D103;
}

.mobile-menu {
	display: none;
}

.is-shown {
	display: block;
}

.feature-list h3 {
	padding-left: 1.2rem;
}

.feature-list ul {
  list-style: none;
  list-style-position: outside;
	font-size: 1.3rem;
	line-height: 1.7rem;
	font-weight: 500;	
}
	.feature-list ul li:before {
	  content: '✓';
	  padding-right: .7rem;
	}
@media only screen 
	and (min-width: 43.75em) {
    .feature-list ul {
		 	font-size: 1.25rem;
			line-height: 2rem;
		}
}

.box-form {
	background-color: #fff;
    padding: 1em 0 0 2em;
    color: #666;
}
	.box-form h3 {
		margin-top: 0.8em;
		font-size: 1.75rem;
	}
	.box-form .hidden-captcha {
		display: none;
	}
	.box-form input {
		margin: .6rem 0;
	}
	.box-form .button {
		margin: 0;
		padding: .6rem;
		font-size: 1.1rem;
		font-weight: 600;
		background-color: #51711A;
		width: 100%;
		box-shadow: inset 0px 1px 0px 0px #d7f6bc;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
    background: -moz-linear-gradient( center top, #51711A 5%, #8cb82b 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
    background-color: #9dce2c;
	}
	.box-form .legal {
		margin: 1rem 0;
		font-size: .9rem;
		line-height: 1rem;
		text-align: center;
	}
		.box-form .legal a {
		color: #2CA8AD;
		text-decoration: underline;
	}
		@media only screen 
		and (min-width: 43.75em) {
			.box-form .legal {
				font-size: .7rem;
				line-height: .9rem;
			}
		}

.box-demo {
	position: relative;
	top: -2rem;
}

.pricing h3 {
	text-align: center;
	font-size: 1.4rem;
	padding: .8rem;
}
.pricing .personal,
.pricing .professional,
.pricing .premier {
	height: auto;
	border: 0.05rem solid #CCC;
}
.pricing .personal {
	background-color: #2CA8AD;
}
.pricing .professional {
	background-color: #86D103;
}
.pricing .premier {
	background-color: #F06A28;
}
.pricing .personal h3, 
.pricing .personal .monthly-pricing {
	background-color: #299195;
}
.pricing .professional h3, 
.pricing .professional .monthly-pricing {
	background-color: #649C02;
}
.pricing .premier h3, 
.pricing .premier .monthly-pricing {
	background-color: #B34F1D;
}

.pricing .monthly-pricing .offer { 
	font-size: 0.3em; 
	letter-spacing: 0
}
.pricing .monthly-pricing strong { 
	font-size: 1.25em
}

.pricing .personal,
.pricing .professional,
.pricing .premier {
	height: 30rem;
	height: auto;
	position: relative;
}
.pricing .cta {
	background-color: #fff;
	color: #B34F1D;
	text-align: center;
	padding: .1rem .2rem 2rem .2rem;
	border-radius: 0;
}
	.pricing .cta .button {
		width: 86%;
		margin: 0 auto;
		padding: .6rem 0;
		text-align: center;
		font-size: 1.1rem;
		font-weight: 600;
	}
		.pricing .personal .cta .button {
			margin: 0 auto;
			text-align: center;
			background-color: #2CA8AD;
		}
		.pricing .professional .cta .button {
			margin: 0 auto;
			text-align: center;
			background-color: #86D103;
		}
		.pricing .premier .cta .button {
			margin: 0 auto;
			text-align: center;
			background-color: #F06A28;
		}
	.pricing .personal .cta {
		color: #299195;
	}
	.pricing .professional .cta {
		color: #649C02;
	}
	.pricing .premier .cta {
		color: #B34F1D;
	}
	.pricing .cta a:link,
	.pricing .cta a:visited,
	.pricing .cta a:hover,
	.pricing .cta a:active {
		color: #fff;
	}

.pricing ul {
	margin: 1.4rem 1.4rem 1.4rem 3rem;
  list-style: none;
  list-style-position: outside;
 	font-size: 1.1rem;
	line-height: 1.4rem;
	letter-spacing: -0.03rem;
	font-weight: 300;	
	text-indent: -1.3rem;
}
	.pricing ul li:before  {
	  content: '✓';
	  padding-right: .3rem;
	}
	.pricing .cta ul {
		font-size: 1.1rem;
		line-height: 1.5rem;
	}
		.pricing .cta ul li:before {
			content: '';
		}

.privacy-security ul {
	position: relative;
  list-style-type: none;
 	font-size: 1.2rem;
	line-height: 1.4rem;
	font-weight: 300;	
	margin: 1rem .5rem 1rem 1rem;
	padding: 0rem .5rem;
}
	.privacy-security ul li {
		position: relative;
		padding: .5rem .5rem .5rem 2rem;
		background: url(/images/lock-icon.svg) no-repeat 0rem 0.8rem transparent;
		list-style-type: none;
	}
	@media only screen 
	and (min-width: 43.75em) {
		.privacy-security ul {
		 	margin: 2rem;
			padding: 0rem 2.5rem;
		}
    .privacy-security ul li {
		 	padding: .5rem .5rem .5rem 2rem;
		}
	}

.monthly-pricing {
	padding: 2rem .8rem .8rem .8rem;
	text-align: center;	
	font-family: "Sen", sans-serif;
	font-size: 5rem;
	line-height: 4rem;
	font-weight: 600;
	letter-spacing: -0.5rem; 	
}
	.monthly-pricing span:before {
		content: '$';
		font-size: 2rem;
		letter-spacing: -0.2rem;; 	
	}
	.monthly-pricing span:after {
		content: '/mo';
		font-size: 2rem;
		letter-spacing: -0.2rem;;
	}

.pricing .personal.discount,
.pricing .professional.discount,
.pricing .premier.discount{
	margin-top: 1rem;
}

.pricing .personal.discount .monthly-pricing:after,
.pricing .professional.discount .monthly-pricing:after,
.pricing .premier.discount .monthly-pricing:after {
  position: absolute;
  top: 14.5rem;
  right: 0rem;
  width: 100%;
  padding: 4px;
  color: #D40000;
  font-size: 0.8rem;
	font-weight: 600;
  line-height: 1rem;
  text-align: center;
  text-transform: uppercase;
	background-color: #D8D8D8;
	opacity: 0.7;
}
/*.pricing .personal.discount .monthly-pricing:after {
  content: "limited time offer save 15% off first year";
}
.pricing .professional.discount .monthly-pricing:after {
  content: "limited time offer save 20% off first year";
}
.pricing .premier.discount .monthly-pricing:after {
  content: "limited time offer save 25% off first year";
}*/
/* Coupon Offer - Get Started Start */
.pricing .personal.discountgs,
.pricing .professional.discountgs,
.pricing .premier.discountgs{
	margin-top: 1rem;
}
.pricing .personal.discountgs .monthly-pricing:before,
.pricing .professional.discountgs .monthly-pricing:before,
.pricing .premier.discountgs .monthly-pricing:before {
  position: absolute;
  content: "";
  left: 6.5rem;
  top: 55%;
  right: 5rem;
  width: 40%;
  border-top: 0.4rem solid #D40000;
  -webkit-transform:rotate(30deg);
  -moz-transform:rotate(30deg);
  -ms-transform:rotate(30deg);
  -o-transform:rotate(30deg);
  transform:rotate(30deg);
}

.pricing .personal.discountgs .monthly-pricing:after,
.pricing .professional.discountgs .monthly-pricing:after,
.pricing .premier.discountgs .monthly-pricing:after {
  position: absolute;
  top: 14.5rem;
  right: 0rem;
  width: 100%;
  padding: 4px;
  color: #D40000;
  font-size: 0.8rem;
	font-weight: 600;
  line-height: 1rem;
  text-align: center;
  text-transform: uppercase;
	background-color: #D8D8D8;
	opacity: 0.7;
}
.pricing .personal.discountgs .monthly-pricing:after {
  content: "Coupon: save 17% off first year";
}
.pricing .professional.discountgs .monthly-pricing:after {
  content: "Coupon: save 22% off first year";
}
.pricing .premier.discountgs .monthly-pricing:after {
  content: "Coupon: save 27% off first year";
}
/* Coupon Offer - Get Started End */

.toutbar {
	background: #666 url('/images/tout-bg.svg') 2rem 1rem no-repeat;
	padding: 1rem 0 0 0;
	text-align: center;
}
	.toutbar .row {
		margin-top: 2rem;
	}
	.toutbar .logos {
		height: 6rem;
		text-align: center;
	}
		.toutbar .logos div {
			height: 100%;
			width: auto;
			margin: 0 auto;
		}
	.icon-icon-01 div, .icon-icon-01\:regular{background-image:url('/images/icons.svg');background-position:center 35px;background-repeat:no-repeat; shape-rendering:crispEdges;}
	.icon-icon-02 div, .icon-icon-02\:regular{background-image:url('/images/icons.svg');background-position:center -30px;background-repeat:no-repeat}
	.icon-icon-03 div, .icon-icon-03\:regular{background-image:url('/images/icons.svg');background-position:center -100px;background-repeat:no-repeat}
	.icon-icon-04 div, .icon-icon-04\:regular{background-image:url('/images/icons.svg');background-position:center -200px;background-repeat:no-repeat}
	.icon-icon-05 div, .icon-icon-05\:regular{background-image:url('/images/icons.svg');background-position:center -270px;background-repeat:no-repeat}
	.icon-icon-06 div, .icon-icon-06\:regular{background-image:url('/images/icons.svg');background-position:center -338px;background-repeat:no-repeat}
	.icon-icon-07 div, .icon-icon-07\:regular{background-image:url('/images/icons.svg');background-position:center -410px;background-repeat:no-repeat}
	.icon-icon-08 div, .icon-icon-08\:regular{background-image:url('/images/icons.svg');background-position:center -480px;background-repeat:no-repeat}

	@media only screen 
	and (min-width: 43.75em) {
		.toutbar .row {
			width: 50rem;
			margin-top: 0rem;
		}
		.icon-icon-01, .icon-icon-02 div, .icon-icon-03 div, .icon-icon-04 div, .icon-icon-05 div, .icon-icon-06 div, .icon-icon-07 div, .icon-icon-08 div {
			background-position: 10px inherit;
		}
	}

.compare {
	padding: 2rem;
	background-color: #D8D8D8;
	color: #2CA8AD;
	font-size: 1.75rem;
	font-weight: 500;
	text-align: center;
}

.all-plans, .pro-plans, .premier-plans {
	padding: 1rem;
	color: rgb(0,0,0); 
}
.all-plans a, .pro-plans a, .premier-plans a {
	color: inherit;
	text-decoration: underline;
}

.all-plans {
	background: rgba(44,168,173, 0.25)	
}
.pro-plans {
	background: rgba(134,209,3, 0.25);
}
.premier-plans {
	background: rgba(240,106,40, 0.25);
}

.video-holder {
	text-align: center;
}


.footer-cta {
    background: linear-gradient(to bottom, #ffffff 50%, #4B4B4B 50%);
    background-size: 100% 100%;
    margin-bottom: 0;
    padding: 30px 0;
    color: #000;
    position: relative;
    z-index: 1;
}
    .footer-cta .cta {
        background-color: #F5F5F5;
        padding: 30px;
        text-align: center;
        border-radius: 20px;
        margin: 0 auto;
    }

.footer {
    background-color: rgba(75, 75, 75); 
    padding: 30px 0 0;
    color: #fff;
    margin-top: 0;
}
	.footer a {
		color: #000;
	}
	.footer ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	.footer h4 {
		margin: 0px 0 12px 0;
		padding: 0px;
	}
	.footer .linklist {
		background-color: rgba(255, 255, 255, 0.8); /* Added 0.8 opacity (80% opaque) */
		color: #000;
		border-radius: 20px;
		padding: 30px;
	}
		.footer .linklist h4 {
			font-size: 1.1em;
			text-transform: uppercase;
		}
		.footer .linklist ul li {
			margin: 8px 0;
		}
	.footer .sub-footer {
		font-size: 0.8em;
	}
		.footer .sub-footer .logo {
			max-width: 221px;
		}

.subpage ul.feature-list  {
	list-style: none;
	list-style-position: outside;
	font-size: 1.1rem;
	line-height: 1.4rem;
	font-weight: 500;	
}
	.subpage ul.feature-list li:before {
	  content: '✓';
	  padding-right: .7rem;
	  color: #86D103;
	}

.social-icons {
	display: flex;
	gap: 10px;
	max-height: 24px;
	margin: 20px 0;
	padding: 0px 10px;
}
.copyright {
	padding: 3rem 0;
	font-size: 0.8em; 
}
	.copyright a {
		display: inline-block;
		color: #fff;
		margin: 0 20px 0 0;
	}

section.navbar {
	margin: 0;
	padding: 0;
	height: 95px;
	border-bottom: 1px solid #eee;
	box-shadow: 0px 5px 8px #eee;
}

.button {
	border-radius: 10px;
	background: #EE753A;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #FFF;
	text-align: center;
	font-family: Mulish, sans-serif;
	font-size: 16px;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
}

.button:hover {
	background-color: #fff;
	color: #EE753A;
	border: 1px solid #EE753A;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.5);
}

.button.nav {
	margin-left: 2rem;
	font-weight: 400;
	box-shadow: none;
}

.legal {
	font-size: .8rem;
}

table.comparison td {
	text-align: center;
}
table.comparison tbody tr td {
	width: 13rem;
}

table.comparison thead tr td,
table.comparison thead tr td:nth-of-type(even),
table.comparison thead tr td:nth-of-type(odd) {
	border-bottom: 4px solid #86D103;
}

table.comparison tbody tr td:nth-of-type(2)  {
	background-color: #F3FFD7;
}

table.comparison tbody tr:nth-child(2n) > td:nth-child(2) {
    background-color: #DFFF95;
}

table.comparison tbody td:nth-of-type(1) {
    text-align: right;
    font-weight: 600;
}
table.comparison tbody td .x { color: red }
table.comparison tbody td .check { color: green }

.sticky {
	position: fixed;
    top: 50;
    width: 100%;
    z-index: 100;
}
.activate {
	color: #666 !important;
}
.mainwhite {
	background-color: #fff;
	-webkit-box-shadow: 1px 2px 6px 0px #999;
    -moz-box-shadow: 1px 2px 6px 0px #999;
    box-shadow: 1px 2px 6px 0px #999;
}
.mainwhite .menu-icon::after {
    background: #86D103;
    box-shadow: 0 7px 0 #86D103, 0 14px 0 #86D103;
	z-index: 1000000;
}
.mainwhite .has-tip path {
	fill: #999;
}	

	#incogneato-menu-medium {
        display:none;
    }
/* mobile menu */

@media screen and (min-width: 640px) and (max-width: 860px) {
    #incogneato-menu {
        display:none !important;
    }
	#incogneato-menu-medium {
        display:block;
    }
}

@media screen and (max-width: 640px) {
    #menu-center {
        width: 100%;
        padding-right: 0;
    }

    #incogneato-menu {
        width: 100%;
		display: flex;
    }

    .menu {
        position: relative;
        display: inline-block;
        background: #fff;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .menu.is-shown {
        display: block; /* Show when toggled */
    }

    .menu ul {
        flex-direction: column;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .menu li {
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }

    .menu a {
        display: block;
        padding: 10px 0;
        color: #666 !important;
    }

    .menu a:hover {
        color: #86D103 !important;
    }

    /* Show mobile menu toggle button */
    .small-8.hide-for-medium {
        display: block !important;
    }

    /* Adjust button alignment in menu */
    .menu li form {
        text-align: center;
    }

    .menu .button.nav {
        margin: 10px auto;
        display: inline-block;
    }
}

/* switch */ 
.switch {
  font: 16px 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  height: 50px;
  width: 226px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  /* -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1); */
  /* box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1); */
  border: 1px solid #a6a6a6;
}

.switch-label {
    position: relative;
    z-index: 2;
    float: left;
    width: 110px;
    line-height: 44px;
    font-size: 18px;
    font-weight: 700;
    /* color: rgba(255, 255, 255, 0.35); */
    text-align: center;
    /* text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45); */
    cursor: pointer;
}
.switch-label:active {

}

.switch-label-off {
  padding-left: 2px;
}

.switch-label-on {
  /* padding-right: 6px; */
  width: 114px;
}

.switch label {
	margin: 0;
	color: #bbb;
}
.switch-input {
  display: none;
}
.switch-input:checked + .switch-label {
  /* font-weight: bold; */
  /* color: rgba(0, 0, 0, 0.65); */
  text-shadow: 0 1px rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  color: #fff;
}
.switch-input:checked + .switch-label-on ~ .switch-selection {
  left: 111px;
  /* Note: left: 50% doesn't transition in WebKit */
}

.switch-selection {
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 1px;
    left: 1px;
    width: 112px;
    height: 46px;
    background: #717171;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(top, #aaaaaa, #6c6c6c);
    background-image: -moz-linear-gradient(top, #9dd993, #65bd63);
    background-image: -o-linear-gradient(top, #9dd993, #65bd63);
    background-image: linear-gradient(to bottom, #aaaaaa, #6c6c6c);
    /* -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2); */
    /* box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2); */
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}

.discount-text {
	position: relative; 
	margin: 1rem 0 0 0;
	color: #fff;
	width: 100%; 
	font-weight: 700;
}

.discount-underline {	
	position: relative;
	left: 1rem;
	width: 90%;
	height: 1rem;
  border: solid 5px red;
  border-color: red transparent transparent transparent;
  border-radius: 50%/1rem 1rem 0 0;
}

/* Styles specific to the How Does Anonymous Reply Work? page */

.sample {
	min-width: 375px;
	max-width: 480px;
	min-height: 270px;
	margin: 20px 0;
	  border: 1px solid #eee;
	  padding: 1em;
	font-size: 0.8em;
	  }
  .sample h2 {
	color: #b0d366;
  }
  .convo-response {
	  position: relative;
	  width: 400px;
	  padding: 10px;
	  -webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
	  border-radius: 4px;
	  background: #ebebeb;
	  color: #000;
	  margin-bottom: 10px;
	  font: 14px 'Lato', sans-serif;
	  float: left;
  }
  .convo-text-area {
	  width: 415px;
	  height: 70px;
	  -webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
	  border-radius: 4px;
	  border-color: #b0d366;
	  font: 14px 'Lato', sans-serif;
	  float: right;
	  margin-bottom: 15px;
  }
  .go-button {
	  -moz-box-shadow: inset 0px 1px 0px 0px #c1ed9c;
	  -webkit-box-shadow: inset 0px 1px 0px 0px #c1ed9c;
	  box-shadow: inset 0px 1px 0px 0px #c1ed9c;
	  background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b0d366), color-stop(1, #b0d366) );
	  background: -moz-linear-gradient( center top, #b0d366 5%, #b0d366 100% );
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0d366', endColorstr='#b0d366');
	  background-color: #b0d366;
	  -webkit-border-top-left-radius: 4px;
	  -moz-border-radius-topleft: 4px;
	  border-top-left-radius: 4px;
	  -webkit-border-top-right-radius: 4px;
	  -moz-border-radius-topright: 4px;
	  border-top-right-radius: 4px;
	  -webkit-border-bottom-right-radius: 4px;
	  -moz-border-radius-bottomright: 4px;
	  border-bottom-right-radius: 4px;
	  -webkit-border-bottom-left-radius: 4px;
	  -moz-border-radius-bottomleft: 4px;
	  border-bottom-left-radius: 4px;
	  text-indent: 0;
	  border: 1px solid #b0d366;
	  display: inline-block;
	  color: #ffffff;
	  font-family: 'Lato';
	  font-size: 14px;
	  font-weight: bold;
	  font-style: normal;
	  height: 27px;
	  line-height: 23px;
	  width: 50px;
	  text-decoration: none;
	  text-align: center;
	  width: 423px;
	  float: right;
	  margin-right: 14px;
	  margin-bottom: 10px;	
  }
  
  .private {
	  background-color: #f2f2f2;
	  padding-left: 10px;
	  padding-right: 10px;
	  padding-top: 3px;
	  width: 92%;
	  border: 1px solid #ccc;
	  border-radius: 4px;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	  float: left;
  }

/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    left: 400px;
    bottom: 30px;
    max-width: 35%;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
    font-family: system-ui;
	border: 1px solid black;
	font-weight: bold;
	font-size: 20px;
}
#gdpr-cookie-message h4 {
    color: #000;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
	margin-top:0px;
	font-weight: bold;
}
#gdpr-cookie-message h5 {
    color: #000;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: #000;
    font-size: 15px;
    line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: #000;
    text-decoration: underline;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: #000;
    border-bottom-color: var(--red);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
	border-radius: rounded;
    background: #86D103;
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    background: white;
    color: var(--red);
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    border: none;
	border-radius: rounded;
    background: #86D103;
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}
/* Google Fonts */
@font-face {
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 200 1000;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Pttg83HX_SGhgqk2joiaqRXBA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 200 1000;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Pttg83HX_SGhgqk2joraqRXBA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 200 1000;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Pttg83HX_SGhgqk2jogaqRXBA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 200 1000;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Pttg83HX_SGhgqk2johaqRXBA.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 200 1000;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Pttg83HX_SGhgqk2jovaqQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk0gotcqA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk2wotcqA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk0AotcqA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk0QotcqA.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk3wot.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Sen';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sen/v9/6xKjdSxYI9_3kvWNEmo.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Sen';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sen/v9/6xKjdSxYI9_3nPWN.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* Features Section Styles */

section.features-highlight .feature-icon {
  width: 45px;
  height: 45px;
  background-color: #86D103;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

section.features-highlight .feature-icon img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1); /* Makes the icon white */
}

section.features-highlight .feature-details {
  margin-top: 2rem;
}

.features-highlight .headline {
	max-width: 675px;
	margin-bottom: 60px;
}
.features-highlight .headline h2 {
	margin-bottom: 20px;
}
.features-highlight .headline p {
	font-size: 1.2rem;
	font-weight: 600;
}

.align-right {
	text-align: right;
	padding-right: 4rem
}
.align-left {
	padding-left: 4rem
}

.row.feature-details {
	padding-top: 1rem;
	margin-bottom: 8rem;
}

/* FAQ Section Styles */
section.faq {
	margin-top: 10rem;
  	padding: 12rem 0 0 0;
  	background-color: #ffffff;
}

.faq h2 {
  margin-bottom: 1rem;
  text-align: center;
}

.faq p.subtitle {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 3rem;
  color: #666;
}

.faq-item {
  margin-bottom: 1rem;
  background-color: #D9D9D9;
  border-radius: 16px;
  overflow: hidden;
}

.faq-question {
  background-color: #D9D9D9;
  padding: 1rem;
  cursor: pointer;
  position: relative;
  user-select: none;
  border: 1px solid #D9D9D9;
}

.faq-question:hover {
  background-color: #c9c9c9;
}

.faq-question h4 {
  margin: 0;
  padding-right: 2rem;
  color: #444;
}

.faq-question::after {
  content: '+';
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}

.faq-answer {
  display: none;
  padding: 1.5rem;
  background: white;
  border: 1px solid #D9D9D9;
  border-top: none;
  color: #666;
  margin-top: -1px;
  border-radius: 0 0 18px 16px;
  font-size: 1.2rem;
}

.faq-item.active .faq-question {
  background-color: #86D103;
  color: #fff;
  border: 1px solid #86D103;
}

.faq-item.active .faq-question h4 {
  color: white;
}

.faq-item.active .faq-question::after {
  content: '−';
  color: white;
}

.faq-item.active .faq-answer {
  display: block;
}

/* Social Proof Section */
.social-proof {
    background-color: #4B4B4B;
    border-radius: 20px;
    padding: 4rem 2rem;
    margin: 2rem auto;
    max-width: 1200px;
}

.social-proof .content-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.social-proof h2 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 3rem;
    font-size: 2.5rem;
    line-height: 2.75rem;
}

.logo-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 2.5rem;
    align-items: center;
    justify-items: center;
}

.logo-grid img {
    max-width: 100px;
    height: auto;
    filter: brightness(0) invert(1); /* Makes logos white */
    transition: transform 0.2s ease;
}

.logo-grid img:hover {
    transform: scale(1.1);
}

/* Responsive adjustments */
@media screen and (max-width: 1024px) {
    .logo-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 2rem;
    }
}

@media screen and (max-width: 768px) {
    .social-proof {
        padding: 3rem 1.5rem;
        margin: 1.5rem 1rem;
    }

    .social-proof h2 {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-bottom: 2rem;
    }

    .logo-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }

    .logo-grid img {
        max-width: 80px;
    }
}

/* Pricing Section Styles */
.pricing-section {
  padding: 12rem 0 0 0;
  background-color: #ffffff;
}

.pricing-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 3rem;
}

.pricing-header h2 {
  font-family: Sen, sans-serif;
  font-size: 2.75rem;
  line-height: 3rem;
  color: #444;
  margin-bottom: 1rem;
}

.pricing-header p {
  font-size: 1.2rem;
  color: #666;
  margin: 3rem auto;
}

.pricing-header .pricing-subhead {
  font-size: 1.875rem; /* 30px equivalent */
  line-height: 2.25rem;
  color: #666666;
  margin-bottom: 2rem;
}

/* Billing Toggle */
.billing-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin: 2rem 0;
}

.billing-toggle span {
  color: #666666;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: max-content;
}

.billing-toggle span.active {
  font-weight: bold;
  color: #444444;
}

.toggle-switch {
  position: relative;
  width: 60px;
  height: 30px;
  background: #e0e0e0;
  border-radius: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.toggle-switch::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 4px;
  width: 22px;
  height: 22px;
  background: #86D103;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.toggle-switch.yearly::before {
  left: 34px;
}

.price {
  position: relative;
  padding-bottom: 1.5rem;
}

.annual-price-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0.875rem;
  color: #666666;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  text-align: center;
  letter-spacing: normal;
}

.pricing-card.yearly .annual-price-text {
  opacity: 1;
  visibility: visible;
}

/* Pricing Cards Container */
.pricing-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 5rem auto 0 auto;
  padding: 0 2rem;
  align-items: start;
}

/* Individual Pricing Card */

.pricing-card-highlight {
	background-color: #86D103;
	border-radius: 20px;
	margin-top: -3.5rem;;
	padding: 0.6rem 0.3rem 0.3rem 0.3rem;
	color: #fff;
	text-align: center;
}
	.pricing-card-highlight p {
		font-size: 1.2rem;
		font-weight: 700;
	}

.pricing-card {
  background: #F5F5F5;
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  border: 1px solid #D9D9D9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: fit-content;
}

.pricing-card h3 {
  font-family: Sen, sans-serif;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #444;
}

.pricing-card .subtitle {
  color: #666;
  margin-bottom: 1.5rem;
}

.pricing-card .price {
  font-family: Sen, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: #444;
  margin-bottom: 1rem;
  letter-spacing: -0.1em;
}

.pricing-card .pricing-card-features-intro {
  font-weight: 700;
  color: #000;
  letter-spacing: normal;
}

.pricing-card .price span {
  font-size: 1.2rem;
  color: #666;
  letter-spacing: normal;
}

.pricing-card  p, .pricing-card  li {
	padding: 0;
	font-size: 1rem;
	font-weight: 400;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  text-align: left;
  flex-grow: 0;
}

.pricing-card ul li {
  padding: 0.15rem 0 0.15rem 2rem;  /* Reduced from 0.5rem to 0.35rem */
  color: #000;
  position: relative;
display: flex;
  align-items: center;  /* Vertically centers the text */
}

.pricing-card ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;  /* Position relative to middle of line */
  transform: translateY(-50%);  /* Center the icon vertically */
  width: 16px;
  height: 16px;
  background-image: url('/images/check.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.cta-button {
  display: inline-block;
  width: 100%;
  padding: 1rem;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
}

/* Default style for Personal and Premier plans */
.pricing-card .cta-button {
  background: transparent;
  border: 2px solid #EE753A;
  border-radius: 10px;
  color: #EE753A;
}

.pricing-card .cta-button:hover {
  background: #EE753A;
  color: #fff
}

/* Special style for Professional (highlighted) plan */
.pricing-card.highlighted .cta-button {
  background: #EE753A;
  border: 2px solid #EE753A;
  color: white;
  padding: 1rem;
}

.pricing-card.highlighted .cta-button:hover {
  background: #fff;
  border-color: #EE753A;
  color: #EE753A;
}

/* Enterprise Section */
.enterprise-section {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  background: #F5F5F5;
  border: 1px solid #D9D9D9;
  border-radius: 20px;
  padding: 3rem;
  margin-top: 3rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 600px) {
    .enterprise-section {
        display: flex;
    }
}	

.enterprise-section h3 {
  font-size: 2rem;
  margin-bottom: 0;
  color: #444;
}

.enterprise-section p {
  color: #666;
margin: 0;
  text-align: left;
  max-width: 500px;
}

.enterprise-section .cta-button {
  padding: 1rem;
  width: 200px;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 8px;
  background: transparent;
  border: 2px solid #EE753A;
  color: #EE753A;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.enterprise-section .cta-button:hover {
  background: #EE753A;
  color: #fff;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .pricing-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .pricing-card.highlighted {
    grid-column: span 2;
    margin-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .pricing-cards {
    grid-template-columns: 1fr;
  }
  
  .pricing-card.highlighted {
    grid-column: span 1;
    transform: none;
  }
  
  .pricing-header h2 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}

/* Remove the specific min-height for the third card */
.pricing-card:nth-child(3) ul {
  /* Remove min-height setting */
}

/* Set consistent heights for first and third cards */
.pricing-card:first-child ul,
.pricing-card:last-child ul {
  min-height: 240px; /* Adjust this value to match your desired height */
}

/* Ensure the middle card stays taller */
.pricing-card.highlighted ul {
  min-height: 320px; /* Keep the middle card taller */
}

/* Adjust spacing for shorter cards */
.pricing-card p {
  margin-bottom: 1rem;
}

.footer-cta div.cta h2 {
	margin-top: 30px;
	font-size: 2rem;
}

.footer-cta .badges {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: center;
    justify-items: center;
    padding: 20px;
}

.badges img,
.badges svg {
    max-width: 150px;
    width: 100%;
    height: auto;
    display: block;
    filter: grayscale(100%) brightness(1);
    opacity: 0.7;
    transition: all 0.3s ease;
}

/* Optional: make them colorful on hover */
.badges img:hover,
.badges svg:hover {
    filter: grayscale(0%) brightness(1);
    opacity: 1;
}

.footer-cta .menu {
    font-size: 10px;  /* Make the links smaller */
	padding-top: 10px;
	background: transparent;
	
}

.footer-cta .menu a {
    color: inherit;
    opacity: 0.8;
    transition: opacity 0.2s ease;
}

.footer-cta .menu a:hover {
    opacity: 1;
}

.footer-cta .menu li a {
    font-size: 14px !important;  /* Using !important to override any existing styles */
    opacity: 0.8;
    transition: opacity 0.2s ease;
}

/* Target the ul element as well to ensure consistency */
.footer-cta .menu ul {
    font-size: 14px;
}

.learn-more {
  text-decoration: none;
  position: relative;
  padding-right: 1.5em;
  font-weight: 600;
}

.learn-more:after {
  content: "→";
  position: absolute;
  right: 0;
  opacity: 0;
  transition: all 0.2s ease;
  transform: translateX(-5px);
}

.learn-more:hover:after {
  opacity: 1;
  transform: translateX(0);
}