/*--------------
    Fonts — loaded via <link> in base.html
---------------*/

:root {
	--red: #EA0000;
	--red-hover: #900000ff;
	--gray-1: #d9d9d9;
	--gray-2: #f0f0f0;
	--gray-3: #b8b7b7;
	--gray-4: #A8A8A8;
	--white: #fff;
}

.mobile-only {
	display: none;
}

.red-color {
	color: var(--red);
}

.red-bg {
	background-color: var(--red);
}

*, body {
	font-family: 'Anybody', sans-serif;
}
body{
	color: #F0F0F0;
}

.sec-font {
	font-family: 'Roboto', sans-serif;
}

.guardsi-logo-link {
	text-decoration: none;
	color: white;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.guardsi-logo-link:hover {
	text-decoration: none;
	color: white;
}

header,
nav[role="navigation"] {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0;
	gap: 20px;
}

.mobile.contact.button {
	display: none;
	margin-top: 20px;
	width: fit-content;
}

/* h1 { */
/*     font-weight: lighter; */
/*     font-size: 2.6em; */
/*     color: white; */
/* } */
/**/
/* h2 { */
/*     font-size: 2.0em; */
/*     color: white; */
/* } */
/**/
/* h3, h4 { */
/*     font-size: 1.3em; */
/*     color: white; */
/* } */
/**/
/* a, p, li { */
/*     font-weight: lighter; */
/*     font-size: 1.3rem; */
/*     color: white; */
/* } */
/**/
/* h2.spaced { */
/*     margin-top: 2.5rem; */
/* } */
/**/
/* p.spaced { */
/*     margin-top: 2rem; */
/*     margin-bottom: .5rem; */
/* } */
/**/
/* ol.spaced li, ul.spaced li { */
/*     margin-bottom: .5rem; */
/* } */
/**/
/**/
/**/
/* h2.brand { */
/*     font-family: "Share Tech Mono", monospace; */
/*     font-weight: lighter; */
/*     font-size: 4em; */
/*     margin: 0; */
/* } */
/**/


ul.subtopic > li {
	list-style-type: none;
	margin-bottom: 1rem;
}


/* .brand span:nth-of-type(1) { */
/*     color: #FF3131; */
/* } */
/**/
/* .brand span:nth-of-type(2) { */
/*     color: #f6b218; */
/* } */
/**/
/* .brand span:nth-of-type(3) { */
/*     color: #1CC9C9; */
/* } */

.green {
    color: #2fcc2f;
}

.ui.button {
	font-family: 'Anybody', sans-serif;
	color: #FFF;
	font-family: Anybody;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 27.12px; /* 193.713% */
	text-transform: uppercase;
}

.ui.primary.button {
	background-color: var(--red);
}


.ui.primary.button:is(:hover, :focus, :active) {
	background-color: var(--red-hover);
}


.guardsi {
    font-family: "Share Tech Mono", monospace;
    font-weight: lighter;
    font-size: 40px;
    font-size: 40px;
	letter-spacing: 1px;
	overflow: hidden;
	
	display: flex;
	height: 40px;
	width: 183px;
	align-items: center;
	text-transform: lowercase;

	animation: typing .8s steps(6, start) 1s 1 normal backwards,
			   blink .4s step-end 0s 10 alternate;

	border-right: 20px solid var(--gray-2);
	/* padding-right: 25px; */
}

@keyframes typing {
	from {
		width: calc((183px / 7) + 19px);
	}
}

@keyframes typing-small {
	from {
		width: calc((96px / 7) + 8px);
		min-width: calc((96px / 7) + 8px);
	}
}

@keyframes blink {
	50% {
		border-color: transparent;
	}
}

#hero-mask {
	position: absolute;
	right: 0;
	z-index: -1;
	max-width: 120vw;
	height: auto;
}

#hero-container {
	margin-top: 40px;
}

#hero-container .main-text {
	font-size: clamp(22px, 4vw, 35px);
}

.main-text {
	display: flex;
	color: var(--gray-1);
	font-size: 28px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: -0.38px;
	flex-direction: column;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.main-text .big {
	font-size: clamp(40px, 10vw, 80px);
}

.main-text .small {
	line-height: 130%;
}

.mb-20px {
	margin-bottom: 20px!important;
}

.mt-20px {
	margin-top: 20px!important;
}

.mt-40px {
	margin-top: 40px!important;
}

.mt-80px {
	margin-top: 80px!important;
}

.mt-150px {
	margin-top: 150px!important;
}

.outline-text {
	--color: var(--red);
	-webkit-text-stroke-width: 0.91px;
	-webkit-text-stroke-color: var(--color);
	font-style: italic;
	font-weight: 900;
	line-height: normal; 
	text-transform: uppercase;
	color: transparent;
}

.header-text {
	color: var(--red);
	font-style: italic;
	font-weight: 900;
	line-height: normal; 
	text-transform: uppercase;
}

.ui.grid.wrap-reverse {
	flex-flow: row wrap-reverse!important;
}

#hero-container .main-text .big {
	font-size: clamp(60px, 15vw, 130px);
}

#hero-container .description {
	margin-bottom: 50px;
}

.description {
	color: var(--gray-2);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 181.25%; 
}

#threat-intelligence-image {
	margin-top: auto
}

#hero-container .tags {
	color: #9E9E9E;
	font-size: 10px;
	font-style: italic;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 1.614px;
	text-transform: uppercase;
}

.testimonial-box {
	border-radius: 6px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.20) 73%);
	backdrop-filter: blur(6px);

	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 1.5rem;
	translate: 0 20px;
}

.testimonial-box.full-width {
	flex-direction: row;
	gap: 2rem;
	padding: 2rem;
}

.testimonial-box .quotes {
	margin-top: -40px;
}

.testimonial-text {
	font-size: 14px;
	font-style: italic;
	line-height: 194%;
	letter-spacing: 0.554px;
	max-width: 610px;
}

.testimonial-footer {
	display: flex;
	align-items: center;
	gap: 2rem;
}

.testimonial-footer .logo-container {
	display: flex;
}

.testimonial-box.full-width .testimonial-footer.column {
	flex-direction: column;
	gap: 5px;
	align-items: start;
	justify-content: center;
}

.testimonial-box.full-width .quotes {
	position: absolute;
	margin-top: 0;
	top: -20px;
}


.testimonial-box.full-width .person-container {
	width: max-content;
}

.testimonial-box.full-width .testimonial-text {
	align-self: center;
	font-size: 14px;
}

.testimonial-footer .person-container {
	display: flex;
	align-items: center;
	gap: 1rem;
}


@media only screen and (min-width: 992px) {
	.row:has(.numbered-container) {
		padding: 0!important;
	}

	.row:has(.numbered-container) {
		padding-top: 0!important;
		padding-bottom: 0!important;
	}

	.column:has(.numbered-container) {
		padding-top: 0!important;
		padding-bottom: 0!important;
	}

	.column.reverse:has(.numbered-container) {
		padding-left: 3rem!important;
	}

	.column:has(.numbered-container) {
		padding-right: 3rem!important;
	}
}


.name-container {
	color: var(--gray-3);
	font-size: 12px;
}


.name-container .name {
	font-weight: 700;
}

.name-container .position {
	font-weight: 300;
}

.numbered-container {
	display: flex;
}

.numbered-container .sub-flex {
	display: flex;
}

.numbered-container .circle {
	border: 1px solid var(--red);
	border-radius: 100%;
	width: 60px;
	height: 60px;
	padding-top: 5px;

	display: flex;
	align-items: center;
	justify-content: center;
}


.numbered-container .number {
	color: #FFF;
	text-shadow: 0px 0px 62px #F00, 0px 0px 16px #B20000;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #F00;
	font-family: Anybody, sans-serif;
	font-size: 40px;
	font-style: italic;
	font-weight: 900;
	text-transform: uppercase;
}

.numbered-container .number.lowered {
	margin-top: 50px;
}

.numbered-container .text {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.numbered-container :is(.text, .number) {
	margin-top: 20px;
}

.numbered-container .text .title {
	border-bottom: 1px solid var(--red);
	padding-bottom: 5px;
	padding-left: 5px;

	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	text-transform: uppercase;
}

.numbered-container .text .sec-font {
	color: var(--gray-4);
	font-size: 14px;
	font-style: normal;
	line-height: 150%;

	padding-left: 5px;
	padding-right: 5px;
}

.steps-container {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.steps-container .step-item {
	display: flex;
	gap: 16px;
	border-radius: 8px;
	align-items: center;
	padding: 1rem 1.5rem;
}

.steps-container .step-item .icon-container {
	width: 35px;
}


.steps-container .step-item .text {
	font-size: 16px;
}

.steps-container .step-item i {
	font-size: 25px;
}

.feedback-container {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
}

.feedback-container .image-container {
	position: relative;
}

.feedback-container .image-container .quote {
	position: absolute;
	height: 30px;
	width: auto;
	z-index: 1;
}

.feedback-container .image-container .quote.normal {
	top: -35%;
    left: -20%;
}

.feedback-container .image-container .quote.reversed {
	bottom: -30%;
    right: -30%;
	scale: -1;
}

.feedback-text {
	text-align: center;
	font-size: 25px;
	font-style: italic;
	font-weight: 400;
	line-height: 163%;
	text-transform: uppercase;
}

.faq-heading {
	font-family: 'Anybody', sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.05em;
	color: inherit;
	margin: 0;
	padding: 0;
}

.modules-accordion {
	background: transparent!important;
	border: 1px var(--red) solid!important;
	padding: 0!important;
}

.modules-accordion .modules-title {
	border-bottom: 1px var(--red) solid!important;
	color: #D9D9D9!important;
	font-size: 18px!important;
	font-style: italic!important;
	line-height: 150.666%!important;
	text-transform: uppercase;
	padding: 20px 40px!important;
}

.modules-accordion .content {
	color: #F0F0F0;
	font-family: Roboto, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	padding-left: 40px!important;
	padding-right: 40px!important;
	border-bottom: 1px solid var(--red)!important;
}

.ui.accordion:not(.styled) .accordion .title~.content, .ui.accordion:not(.styled) .title~.content {
    padding: .8em 0 1em;
}

.modules-accordion :is(
.modules-title.last-question:has(+ .content:last-child:not(.active,.animating)),
.content:last-child
) {
	border-bottom: none!important;
}

#id_is_urgent {
    margin-right: 0.5rem;
}

.field:has(#id_is_urgent) {
    display: flex;
}

label[for="id_is_urgent"] {
	order: 1;
    display: inline-block !important;
    vertical-align: bottom;
    margin: 1px 0 0 0!important;
}

@media only screen and (max-width: 991px) {
	.mt-150px {
		margin-top: 100px!important;
	}
}

@media only screen and (max-width: 768px) {
	.numbered-container {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
		margin-bottom: 10px;
	}

	.numbered-container .sub-flex {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		align-items: flex-start;
		gap: 0;
		width: 100%;
	}

	.numbered-container .circle {
		width: 75px;
		height: 75px;
		min-width: 75px;
	}

	.numbered-container .number {
		font-size: 50px;
		margin-top: 18px;
		align-self: flex-start;
	}

	.numbered-container :is(.text, .number) {
		margin-top: 0;
	}

	.numbered-container .number {
		margin-top: 18px;
	}

	.numbered-container .number.lowered {
		margin-top: 18px !important;
	}

	.numbered-container .text {
		flex: 1;
		max-width: 60%;
	}

	.numbered-container .text .title {
		padding-left: 10px;
		font-family: 'Anybody', sans-serif;
		font-weight: 400;
		font-size: 18px;
		line-height: 27px;
		letter-spacing: 0;
		padding-bottom: 5px;
		border-bottom: 1px solid var(--red);
		min-height: 59px;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}

	.numbered-container .text .sec-font {
		padding-left: 10px;
		font-family: 'Roboto', sans-serif;
		font-weight: 400;
		font-size: 14px;
		line-height: 22px;
		letter-spacing: 0;
	}

	/* Pares: número à direita */
	.column:not(.reverse) .numbered-container .text .title,
	.numbered-container.lowered .text .title {
		padding-left: 0;
		padding-right: 10px;
	}

	.column:not(.reverse) .numbered-container .text .sec-font,
	.numbered-container.lowered .text .sec-font {
		padding-left: 0;
	}

	.numbered-container .image {
		margin: 0 auto;
		margin-top: 10px;
	}

	.numbered-container .image img {
		width: 100%;
	}

	/* HIA: inverter ordem no mobile (texto antes, imagem depois) */
	.ui.grid:has(img[src*="hia"]) {
		display: flex !important;
		flex-direction: column-reverse !important;
	}

	/* Resposta a Incidentes: texto primeiro, timeline depois */
	.ui.grid.wrap-reverse {
		display: flex !important;
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}

	.ui.grid.wrap-reverse > .right.floated.column {
		order: 2;
	}

	.ui.grid.wrap-reverse > .column:not(.right.floated) {
		order: 1;
	}

	/* Botão Resposta a Incidentes */
	.incidentes-cta {
		display: inline-block !important;
		width: fit-content !important;
		font-family: 'Anybody', sans-serif;
		font-weight: 400;
		font-size: 14px;
		line-height: 27.12px;
		letter-spacing: 0;
		padding: 14px 24px !important;
		text-align: center;
	}

	/* Coluna vira contents para botão participar do flex do grid */
	.ui.grid.wrap-reverse > .column:not(.right.floated) {
		display: contents !important;
	}

	.ui.grid.wrap-reverse .main-text {
		order: 1;
	}

	.ui.grid.wrap-reverse .description {
		order: 2;
		font-family: 'Roboto', sans-serif;
		font-weight: 400;
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0;
	}

	.ui.grid.wrap-reverse > .right.floated.column {
		order: 3;
		margin-top: 40px !important;
		margin-bottom: 20px !important;
	}

	.incidentes-cta {
		order: 4 !important;
		align-self: center !important;
	}

	/* Fontes Resposta a Incidentes */
	.ui.grid.wrap-reverse .main-text .small {
		font-size: 24px;
		line-height: 47.86px;
		letter-spacing: -0.01em;
	}

	.ui.grid.wrap-reverse .main-text .big {
		font-size: 48px;
		line-height: 58px;
		letter-spacing: 0;
	}

	/* Feedback (Rafael Calino) mobile */
	.feedback-container {
		gap: 10px;
	}

	.feedback-container + .feedback-text.mt-40px {
		margin-top: 40px !important;
		font-family: 'Anybody', sans-serif;
		font-weight: 400;
		font-style: italic;
		font-size: 18px;
		line-height: 36px;
		letter-spacing: -0.01em;
	}

	/* Threat Intelligence mobile */
	.ui.grid:has(#threat-intelligence-image) .main-text .small {
		font-size: 24px;
		line-height: 47.86px;
		letter-spacing: -0.01em;
	}

	.ui.grid:has(#threat-intelligence-image) .main-text .big {
		font-size: 48px;
		line-height: 58px;
		letter-spacing: 0;
	}

	.ui.grid:has(#threat-intelligence-image) .description {
		font-family: 'Roboto', sans-serif;
		font-weight: 400;
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0;
	}

	/* Botão "Fale com um especialista" após steps */
	.mt-40px:has(.ui.primary.contact.button) {
		margin-top: 20px !important;
		margin-bottom: -40px;
	}

	.mt-40px:has(.ui.primary.contact.button) .column {
		display: flex !important;
		justify-content: center !important;
	}

	.mt-40px .ui.primary.contact.button {
		width: auto !important;
		font-family: 'Anybody', sans-serif;
		font-weight: 400;
		font-size: 14px;
		line-height: 27.12px;
		letter-spacing: 0;
		padding: 14px 24px !important;
		text-align: center;
	}

	/* Step 2 e 4 (pares): imagem vem antes no HTML, inverter para ficar embaixo */
	.column:not(.reverse) .numbered-container {
		flex-direction: column-reverse !important;
	}

	.numbered-container .text {
		max-width: 75%;
	}

	.testimonial-footer {
		flex-wrap: nowrap;
		flex-direction: column;
		align-items: flex-start;
		gap: 1rem;
	}

}

.marquee { overflow: hidden; width: 100%; }
.track {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: max-content;
  will-change: transform;
  transform: translate3d(0,0,0);
}
.image-container{
  flex: 0 0 auto;
  margin-right: 60px;
  height: 70px;
  display:flex;
  align-items:center;
}
.image-container img{ max-height:70px; width:auto; display:block; }
.scroll-item img {
	max-height: 40px;
}


.bug-bounty-companies.scroll-left-container > .scroll-item {
	animation: scrollLeft var(--duration, 60s) linear infinite;
}


.track-container {
	display: flex;
	flex-direction: column;
}

.track-container .track-item {
	display: flex;
	gap: 15px;
	align-items: center;
}

.track-container .track-item .circle {
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
}

.track-container .red-line {
	border-left: 1px solid var(--red);
	margin-left: 16px;
	height: 30px;
}

.track-container .text {
	text-transform: uppercase;
}

#bottom-section {
	position: relative;
}

#bottom-mask {
	position: absolute;
	right: -200px;
	bottom: -200px;
	z-index: -1;
}

.underlined {
    box-shadow: inset 0 -10px 0 #1CC9C9;
}



.underlined-small {
    box-shadow: inset 0 -7px 0 #1CC9C9;
}

/*--------------
    Background
---------------*/

.pusher {
    background: #101010;
    position: relative;
    z-index: 2;
    min-height: 100%;
    overflow: hidden;
}

/*--------------
    Mobile menu
---------------*/

#responsive_menu {
    position: absolute;
    padding: 0;
    z-index: 4;
    width: 100%;
    background: transparent;
}

#responsive_menu img {
    width: 160px;
}

/*--------------
    Following Menu
---------------*/

.following.bar {
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    padding: 2em 2em;
    width: 100%;

    border-bottom: 1px solid transparent;
    transition: all .7s ease;
    -webkit-backface-visibility: hidden;
}

.following.bar .item {
    font-weight: bold;
}

.following.bar .menu .item .image {
    width: 160px;
    transition: all .7s ease;
    -webkit-backface-visibility: hidden;
}

.light.following.bar {
    padding: 0 2em;
    background-color: #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.04);
}

/*--------------
    Masthead
---------------*/
.masthead {
    padding: 150px 0 150px 0;
    margin: 0;
}

.masthead-small {
    padding: 30px 0 30px 0;
    margin: 0;
}

/*--------------
    Content block
---------------*/

.content-block {
    margin: 25px 0;
}

.content-block p,
.content-block ul,
.content-block li {
    font-weight: lighter;
    font-size: 1.8em;
    line-height: 1.2em;
}

#fale-com {
    margin: 50px 0 100px 0;
}

/*--------------
    Clients
---------------*/

.clients {
    padding: 75px 0;
    background: black;
}

.clients img {
    height: 120px;
    margin: 20px 20px 0 20px;
    align-content: center;

    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

/*--------------
    FAQ
---------------*/

.faqs {
    padding: 75px 0;
}

.faq {
    font-size: 24px;
}

.faq p {
    font-size: 16px;
}


/*--------------
    Footer
---------------*/

footer {
    background: #000000;
    padding: 30px 0 50px 0;
    margin-top: 80px;
}

#top-gradient {
	border-radius: 2419.25px;
	background: radial-gradient(50% 50% at 50% 50%, rgba(160, 217, 255, 0.30) 0%, rgba(0, 0, 0, 0.00) 100%);
	position: absolute;
	top: -1500px;
	right: -1400px;
	width: 2500px;
	height: 2500px;
	z-index: -1;
}

#first-red-gradient {
	width: 2500px;
	height: 2500px;
	top: 0;
	left: -1500px;
	position: absolute;border-radius: 2419.25px;
background: radial-gradient(50% 50% at 50% 50%, rgba(168, 7, 7, 0.50) 0%, rgba(0, 0, 0, 0.00) 100%);
	z-index: -1;
}

.footer-top-container,.footer-middle-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

footer .icons-container {
	display: flex;
	gap: 5px;
}

footer .cnpj {
	color: #D9D9D9;
	font-family: Anybody;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: 156.152%;
	letter-spacing: 0.42px;
	text-transform: uppercase;
}

.footer-column {
	display: flex!important;;
	flex-direction: column;
	gap: 16px;
	padding-top: 0!important;
}

.footer-column.right {
	align-items: flex-end;
}

.footer-column .link-title {
	color: #D9D9D9;
	text-align: right;
	font-family: Anybody;
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	line-height: 21.861px; /* 121.452% */
	letter-spacing: -0.18px;
	text-transform: uppercase;
}


.footer-column .links {
	display: flex;
	flex-direction: column;
	gap: 6px;

}

.footer-column .link {
	color: #676767;
	text-align: right;
	font-family: Anybody;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 27.12px; /* 193.713% */
	text-transform: uppercase;
	cursor: pointer;
}

.footer-column .contact-section {
	display: flex;
	gap: 24px;
	align-items: center;
}


.footer-column .link:hover {
	color: white;
}

footer .bottom-text {
	color: #D9D9D9;
	font-family: Anybody;
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.2px;
	text-transform: uppercase;
	margin-top: auto;
}

footer .description {
	font-family: Roboto, sans-serif;
}

.certifications img {
    padding: 0;
    margin: 0 7px;
    max-height: 80px;
    max-width: 80px;
    align-content: center;

    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.disclaimer {
    font-size: .7rem;
    margin-top: 15px;
    text-align: center;

}

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


.disclaimer a {
    font-size: inherit;
    color: var(--red);
	text-decoration: underline;
}

#contact-form-modal {
	border-radius: 8px;
}

#contact-form-modal :is(.header, .content) {
	background: #101010;
}

#contact-form-modal .header {
	color: #D9D9D9;
	font-family: Anybody;
	font-size: 36px;
	font-style: italic;
	font-weight: 400;
	line-height: 110.497%;
	letter-spacing: -0.36px;
	text-transform: uppercase;
}

#contact-form-modal label {
	color: #FFF;
	font-family: Anybody;
	font-size: 15px;
	font-style: italic;
	font-weight: 400;
	line-height: 110%;
	letter-spacing: -0.146px;
	text-transform: uppercase;
}

#contact-form-modal select, #contact-form option {
	color: black!important;
}

/*--------------
    Mobile mods
---------------*/

/* Lower than low resolution monitor */
@media only screen and (max-width: 1199px) {
}

/* Lower than Tablet */
@media only screen and (max-width: 991px) {
    .masthead {
        padding-bottom: 100px;
    }

	footer .link-title {
		text-align: left;
		margin-top: 20px;
	}

	footer .links {
		text-align: left;
	}

	footer .links .link {
		text-align: left;
	}

	footer .contact-section {
		text-align: left;
		justify-content: flex-start;
		margin-top: 20px!important;
	}
	footer .right.footer-column {
		align-items: flex-start;
	}
}

@media only screen and (max-width: 480px) {
	#hero-mask {
		margin-top: 55px;
	}

	#bottom-mask {
		max-width: 100vw;
		bottom: -80px;
		right: 0
	}
}
/* Lower than smatphone */
@media only screen and (max-width: 768px) {
    .masthead {
        padding-top: 150px;
        padding-bottom: 100px;
    }

    .following.bar {
        display: none;
    }

    .following .secondary.menu {
        display: none;
    }

	.testimonial-box.full-width {
		flex-wrap: wrap;
	}

	.testimonial-box.full-width .testimonial-footer {
		margin: 0;
	}

	#hero-mask {
		max-width: 100vw;
		margin-top: -20px;
	}

	#top-gradient {
		display: none;
	}

	#hero-container {
		margin-top: 300px;
	}
	
	#hero-container .main-text {
		margin-bottom: 22px;
	}

	#hero-container .description {
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0;
		margin-bottom: 50px;
	}

	#hero-container .tags {
		margin-bottom: 60px;
	}

	.mobile.contact.button {
		width: 100% !important;
		text-align: center;
	}

	.mobile-only {
		display: inline;
	}

	/* Seção Teste de Intrusão / Pentest mobile */
	.main-text {
		font-size: 24px;
		line-height: 48px;
		letter-spacing: -0.01em;
	}

	.main-text .big {
		font-size: 64px;
		line-height: 100px;
		letter-spacing: 0;
	}

	.description {
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0;
	}

	/* Testimonial mobile */
	.testimonial-text {
		font-family: 'Anybody', sans-serif !important;
		font-size: 14px;
		line-height: 27px;
		letter-spacing: 0.05em;
	}

	.testimonial-footer {
		flex-direction: column;
		align-items: flex-start;
		gap: 1rem;
		margin-top: 24px;
	}

	.testimonial-footer .logo-container {
		order: -1;
	}

	.testimonial-footer .logo-container img {
		height: 22px;
	}

	.testimonial-box.full-width .testimonial-footer {
		align-items: flex-start;
	}

	.testimonial-box.full-width .testimonial-footer .logo-container img {
		height: 35px;
	}

	.testimonial-footer .person-container {
		gap: 10px;
	}

	.testimonial-footer .person-container .picture img {
		width: 50px;
		height: 50px;
		border-radius: 50%;
		object-fit: cover;
	}

	.testimonial-footer .name-container .name {
		font-size: 11px;
	}

	.testimonial-footer .name-container .position {
		font-size: 10px;
	}

	header .guardsi,
	nav[role="navigation"] .guardsi {
		font-size: 25px;
		width: 120px;
		min-width: 120px;
		overflow: hidden;
		height: 25px;
		border-width: 10px;
		animation: typing-small .6s steps(6, start) 1s 1 normal backwards,
			   blink .4s step-end 0s 10 alternate;
	}

	header,
	nav[role="navigation"] {
		padding: 20px 0;
		gap: 10px;
	}

	header .contact.button,
	nav[role="navigation"] .contact.button {
		font-size: 12px;
		padding: 5px 10px!important;
	}

	/* Footer mobile */
	.footer-top-container {
		flex-direction: column !important;
		align-items: flex-start !important;
		gap: 15px;
	}

	.footer-top-container .guardsi-logo-link {
		align-items: center;
		width: 100%;
		justify-content: space-between;
	}

	.footer-top-container .icons-container {
		margin-top: 5px;
		padding-top: 15px;
		border-top: 1px solid rgba(255, 255, 255, 0.15);
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	header .contact.button,
	nav[role="navigation"] .contact.button {
		display: none
	}

	.mobile.contact.button {
		display: block
	}

}
/* Bigger than smartphone */
@media only screen and (min-width: 769px) {
    #responsive_bar {
        display: none;
    }
}



/*--------------
    Other Testimonials
---------------*/

.testimonials-masonry {
    column-count: 3;
    column-gap: 24px;
}

@media only screen and (max-width: 991px) {
    .testimonials-masonry {
        column-count: 2;
    }
}

@media only screen and (max-width: 767px) {
    .testimonials-masonry {
        column-count: 1;
    }
}

.testimonial-card {
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.20) 100%);
    backdrop-filter: blur(6px);
    padding: 24px;
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid transparent;
    break-inside: avoid;
    margin-bottom: 24px;
}

.testimonial-card-header {
    display: flex;
    justify-content: space-between; /* Space out quote and logo */
    align-items: center;
    margin-bottom: 20px;
}

.testimonial-card-header .quote-icon {
    width: 24px;
    height: auto;
}

.testimonial-card-header .company-logo {
    height: 20px;
    width: auto;
    opacity: 0.8;
}

.testimonial-card-user {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.testimonial-card-user .user-photo {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-card-user .user-details {
    display: flex;
    flex-direction: column;
}

.testimonial-card-user .user-name {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
}

.testimonial-card-user .user-role {
    color: var(--gray-3);
    font-size: 12px;
    font-weight: 300;
}

.testimonial-card-text {
    color: #D9D9D9;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.2px;
}
