html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote::before,blockquote::after,q::before,q::after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}body{-webkit-text-size-adjust:none}mark{background-color:transparent;color:inherit}input::-moz-focus-inner{border:0;padding:0}input[type="text"],input[type="email"],select,textarea{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none}

*, *::before, *::after {
	box-sizing: border-box;
}

body {
	line-height: 1.0;
	min-height: var(--viewport-height);
	min-width: 320px;
	overflow-x: hidden;
	word-wrap: break-word;
}

body::before {
	content: '';
	display: block;
	background-attachment: scroll;
	height: var(--background-height);
	left: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	transform: scale(1);
	width: 100vw;
	z-index: 0;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20height%3D%22512%22%20preserveAspectRatio%3D%22none%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20path%20%7B%20fill%3A%20none%3B%20stroke%3A%20rgba(255,255,255,0.059)%3B%20stroke-width%3A%202.01px%3B%20%7D%20%3C%2Fstyle%3E%20%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20d%3D%22M111.2%2C81.7L-33.7%2C226.6c-13.9%2C13.9-36.5%2C13.9-50.5%2C0L-229.1%2C81.7%20c-22.5-22.5-6.6-60.9%2C25.2-60.9H86C117.7%2C20.7%2C133.7%2C59.2%2C111.2%2C81.7z%22%2F%3E%20%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20d%3D%22M366.8%2C338.3L221.9%2C483.2c-13.9%2C13.9-36.5%2C13.9-50.5%2C0L26.6%2C338.3%20c-22.5-22.5-6.6-60.9%2C25.2-60.9h289.8C373.4%2C277.4%2C389.3%2C315.8%2C366.8%2C338.3z%22%2F%3E%20%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20d%3D%22M40.6%2C423l-144.9-144.9c-13.9-13.9-13.9-36.5%2C0-50.5L40.6%2C82.8%20c22.5-22.5%2C60.9-6.6%2C60.9%2C25.2v289.8C101.5%2C429.6%2C63.1%2C445.5%2C40.6%2C423z%22%2F%3E%20%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20d%3D%22M296.3%2C679.7L151.4%2C534.8c-13.9-13.9-13.9-36.5%2C0-50.5l144.9-144.9%20c22.5-22.5%2C60.9-6.6%2C60.9%2C25.2v289.8C357.2%2C686.3%2C318.8%2C702.2%2C296.3%2C679.7z%22%2F%3E%20%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20d%3D%22M623.5%2C81.7L478.6%2C226.6c-13.9%2C13.9-36.5%2C13.9-50.5%2C0L283.2%2C81.7%20c-22.5-22.5-6.6-60.9%2C25.2-60.9h289.8C630%2C20.7%2C646%2C59.2%2C623.5%2C81.7z%22%2F%3E%20%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20d%3D%22M296.3%2C166.4L151.4%2C21.5c-13.9-13.9-13.9-36.5%2C0-50.5l144.9-144.9%20c22.5-22.5%2C60.9-6.6%2C60.9%2C25.2v289.8C357.2%2C173%2C318.8%2C188.9%2C296.3%2C166.4z%22%2F%3E%20%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20d%3D%22M552.9%2C423L408%2C278.2c-13.9-13.9-13.9-36.5%2C0-50.5L552.9%2C82.8%20c22.5-22.5%2C60.9-6.6%2C60.9%2C25.2v289.8C613.8%2C429.6%2C575.4%2C445.5%2C552.9%2C423z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(360deg, rgba(33,33,33,0.902) 0%, rgba(33,33,33,0.459) 100%), url('images/bg.jpg');
	background-size: 1152px, cover, cover;
	background-position: center, 0% 0%, center;
	background-repeat: repeat, repeat, no-repeat;
	background-color: #FFFFFF;
}

body::after {
	background-color: #212121;
	content: '';
	display: block;
	pointer-events: none;
	position: fixed;
	transform: scale(1);
	z-index: 1;
	height: 100%;
	left: 0;
	opacity: 0;
	top: 0;
	transition: opacity 2s ease-in-out 0s, visibility 2s 0s;
	visibility: hidden;
	width: 100%;
}

body.is-loading::after {
	opacity: 1;
	visibility: visible;
}

:root {
	--background-height: 100vh;
	--site-language-alignment: left;
	--site-language-direction: ltr;
	--site-language-flex-alignment: flex-start;
	--site-language-indent-left: 1;
	--site-language-indent-right: 0;
	--site-language-margin-left: 0;
	--site-language-margin-right: auto;
	--viewport-height: 100vh;
}

html {
	font-size: 17pt;
}

u {
	text-decoration: underline;
}

strong {
	color: inherit;
	font-weight: bolder;
}

em {
	font-style: italic;
}

code {
	background-color: rgba(144,144,144,0.25);
	border-radius: 0.25em;
	font-family: 'Lucida Console', 'Courier New', monospace;
	font-size: 0.9em;
	font-weight: normal;
	letter-spacing: 0;
	margin: 0 0.25em;
	padding: 0.25em 0.5em;
	text-indent: 0;
}

mark {
	background-color: rgba(144,144,144,0.25);
}

/* ===== GLASSMORPHISM & SPECIAL EFFECTS ===== */

/* Glassmorphism base styles */
.glassmorphism-card {
	background: rgba(0, 0, 0, 0.4);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 20px;
	box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.6);
}

.glassmorphism-btn {
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 15px;
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.4);
	transition: all 0.3s ease;
}

.glassmorphism-btn:hover {
	background: rgba(255, 255, 255, 0.25);
	transform: translateY(-2px);
	box-shadow: 0 8px 25px 0 rgba(31, 38, 135, 0.4);
}

/* Special name animation effects */
.name-effect {
	position: relative;
	overflow: hidden;
}

.name-effect::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(255, 255, 255, 0.3),
		transparent
	);
	animation: shimmer 3s infinite;
	z-index: 1;
}

.name-effect span {
	background: linear-gradient(
		135deg,
		#ffffff 0%,
		#f0f0f0 25%,
		#ffffff 50%,
		#f0f0f0 75%,
		#ffffff 100%
	);
	background-size: 200% 200%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	animation: gradientShift 4s ease-in-out infinite;
	text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
	filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.8)) drop-shadow(0 0 10px rgba(255, 255, 255, 0.3));
}

@keyframes shimmer {
	0% {
		left: -100%;
	}
	50% {
		left: 100%;
	}
	100% {
		left: 100%;
	}
}

@keyframes gradientShift {
	0%, 100% {
		background-position: 0% 0%;
	}
	50% {
		background-position: 100% 100%;
	}
}

/* Contact actions styling */
.contact-actions {
	margin-top: 2rem;
	padding: 1.5rem;
	display: flex;
	gap: 1rem;
	justify-content: center;
	flex-wrap: wrap;
}

.action-btn {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 1rem 1.5rem;
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.9rem;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.action-btn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
	transition: all 0.5s ease;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.action-btn:hover::before {
	width: 300px;
	height: 300px;
}

.action-btn svg {
	transition: transform 0.3s ease;
}

.action-btn:hover svg {
	transform: scale(1.1);
}

/* QR Modal styles */
.qr-modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}

.qr-modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 2rem;
	text-align: center;
	min-width: 300px;
	max-width: 400px;
	animation: modalFadeIn 0.3s ease;
}

.qr-modal-content h3 {
	color: #ffffff;
	margin-bottom: 1.5rem;
	font-size: 1.5rem;
	font-weight: 600;
}

.qr-modal-content p {
	color: rgba(255, 255, 255, 0.8);
	margin-top: 1rem;
	font-size: 0.9rem;
}

.qr-close {
	position: absolute;
	top: 1rem;
	right: 1.5rem;
	color: #ffffff;
	font-size: 2rem;
	font-weight: bold;
	cursor: pointer;
	transition: color 0.3s ease;
}

.qr-close:hover {
	color: #ff6b6b;
}

#qrcode {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 1rem 0;
}

#qrcode canvas, #qrcode img {
	border-radius: 10px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

@keyframes modalFadeIn {
	from {
		opacity: 0;
		transform: translate(-50%, -60%);
	}
	to {
		opacity: 1;
		transform: translate(-50%, -50%);
	}
}

/* Enhanced glassmorphism for existing elements */
.container-component {
	background: transparent;
	border: none;
	border-radius: 25px;
	box-shadow: none;
	animation: floatEffect 6s ease-in-out infinite;
}

@keyframes floatEffect {
	0%, 100% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-10px);
	}
}

.icons-component a {
	background: rgba(0, 0, 0, 0.4);
	border: 1px solid rgba(255, 255, 255, 0.4);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.icons-component a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, transparent 70%);
	transition: all 0.4s ease;
	transform: translate(-50%, -50%);
	z-index: 0;
}

.icons-component a:hover::before {
	width: 200px;
	height: 200px;
}

.icons-component a svg {
	position: relative;
	z-index: 1;
}

.icons-component a:hover {
	background: rgba(255, 255, 255, 0.2);
	transform: translateY(-3px) scale(1.05);
	box-shadow: 0 10px 25px rgba(31, 38, 135, 0.3);
}

/* Particle effect background enhancement */
.site-wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: 
		radial-gradient(2px 2px at 20px 30px, rgba(255,255,255,0.1), transparent),
		radial-gradient(2px 2px at 40px 70px, rgba(255,255,255,0.1), transparent),
		radial-gradient(1px 1px at 90px 40px, rgba(255,255,255,0.1), transparent),
		radial-gradient(1px 1px at 130px 80px, rgba(255,255,255,0.1), transparent),
		radial-gradient(2px 2px at 160px 30px, rgba(255,255,255,0.1), transparent);
	background-repeat: repeat;
	background-size: 200px 100px;
	animation: particleFloat 20s linear infinite;
	pointer-events: none;
	z-index: -1;
}

/* EFEITO ESPADA CORTANTE BRILHOSA */
.site-wrapper::after {
	content: '';
	position: fixed;
	top: -50px;
	left: -200px;
	width: 150px;
	height: 120vh;
	background: linear-gradient(
		45deg,
		transparent 30%,
		rgba(255, 255, 255, 0.1) 40%,
		rgba(255, 255, 255, 0.8) 50%,
		rgba(255, 255, 255, 1) 52%,
		rgba(255, 255, 255, 0.8) 54%,
		rgba(255, 255, 255, 0.1) 60%,
		transparent 70%
	);
	transform: skew(-20deg);
	animation: swordSlash 4s ease-in-out infinite;
	pointer-events: none;
	z-index: 10;
	filter: blur(1px);
	box-shadow: 
		0 0 20px rgba(255, 255, 255, 0.8),
		0 0 40px rgba(255, 255, 255, 0.6),
		0 0 80px rgba(255, 255, 255, 0.4);
}

@keyframes swordSlash {
	0% {
		left: -200px;
		opacity: 0;
		transform: skew(-20deg) scaleY(0.8);
	}
	10% {
		opacity: 1;
		transform: skew(-20deg) scaleY(1);
	}
	50% {
		left: 50%;
		opacity: 1;
		transform: skew(-20deg) scaleY(1);
		filter: blur(0px);
		box-shadow: 
			0 0 30px rgba(255, 255, 255, 1),
			0 0 60px rgba(255, 255, 255, 0.8),
			0 0 120px rgba(255, 255, 255, 0.6);
	}
	90% {
		opacity: 1;
		transform: skew(-20deg) scaleY(1);
	}
	100% {
		left: calc(100% + 200px);
		opacity: 0;
		transform: skew(-20deg) scaleY(0.8);
		filter: blur(2px);
	}
}

/* Efeito de faísca quando a espada passa */
.site-wrapper {
	position: relative;
	overflow: hidden;
}

.site-wrapper:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: 
		radial-gradient(3px 3px at 25% 20%, rgba(255,255,255,0.8), transparent),
		radial-gradient(2px 2px at 75% 40%, rgba(255,255,255,0.6), transparent),
		radial-gradient(1px 1px at 45% 80%, rgba(255,255,255,0.9), transparent),
		radial-gradient(2px 2px at 80% 10%, rgba(255,255,255,0.7), transparent),
		radial-gradient(1px 1px at 15% 70%, rgba(255,255,255,0.8), transparent);
	background-repeat: no-repeat;
	animation: sparkleEffect 4s ease-in-out infinite;
	pointer-events: none;
	z-index: 5;
	opacity: 0;
}

@keyframes sparkleEffect {
	0%, 40%, 100% {
		opacity: 0;
	}
	45%, 55% {
		opacity: 1;
		transform: scale(1.2);
	}
}

@keyframes particleFloat {
	0% {
		transform: translateY(0px) rotate(0deg);
	}
	100% {
		transform: translateY(-100px) rotate(360deg);
	}
}

/* Enhanced text effects */
.text-component.instance-13 {
	position: relative;
	animation: fadeInUp 1s ease-out 0.5s both;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.text-component.instance-1 {
	position: relative;
	animation: fadeInUp 1s ease-out 1s both;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.text-component.instance-2 {
	position: relative;
	animation: fadeInUp 1s ease-out 1.2s both;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

/* Efeito de corte quando a espada passa */
.container-component {
	position: relative;
	overflow: visible;
}

.container-component::before {
	display: none;
}

@keyframes slashCut {
	0%, 40% {
		left: -100%;
		opacity: 0;
	}
	45% {
		opacity: 1;
	}
	55% {
		left: 100%;
		opacity: 1;
	}
	60%, 100% {
		left: 100%;
		opacity: 0;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Responsive design */
@media (max-width: 768px) {
	.contact-actions {
		flex-direction: column;
		gap: 0.8rem;
	}
	
	.action-btn {
		width: 100%;
		justify-content: center;
	}
	
	.qr-modal-content {
		margin: 1rem;
		width: calc(100% - 2rem);
		min-width: auto;
	}

	/* Adjust mobile header text sizes */
	.mobile-header .text-component.instance-11 span.p {
		font-size: 2em !important;
		line-height: 1.1 !important;
	}
	.mobile-header .text-component.instance-13 {
		font-size: 0.75em !important;
		line-height: 1.4 !important;
	}

	/* Reduce paddings for mobile header */
	.mobile-header {
		margin-bottom: 1rem !important;
		padding: 0 1rem !important;
	}
}

@media (max-width: 736px) {
	.site-main > .inner {
		--padding-horizontal: 2rem;
		--padding-vertical: 3rem;
		--spacing: 1.5rem;
		padding-top: 4rem;
		padding-bottom: 2rem;
	}

	.container-component {
		margin-bottom: 2rem;
	}

	/* Mobile header and footer layout */
	.mobile-header {
		width: 100%;
		text-align: center;
		margin-bottom: 2rem;
	}

	.mobile-header .text-component.instance-11 span.p {
		font-size: 1.8em !important;
	}

	.mobile-header .text-component.instance-13 {
		font-size: 0.75em !important;
		line-height: 1.4 !important;
	}

	/* Reduce paddings for mobile header */
	.mobile-header {
		margin-bottom: 1rem !important;
		padding: 0 1rem !important;
	}

	.mobile-footer {
		width: 100%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 1.5rem;
		padding-top: 1.5rem;
		border-top: 1px solid rgba(255,255,255,0.2);
		margin-top: auto;
	}

	.mobile-footer .icons-component.instance-6 {
		font-size: 1.25em !important;
		gap: 0.75rem !important;
	}

	/* Shrink contact-actions buttons on mobile */
	.mobile-header .contact-actions .action-btn {
		font-size: 0.8rem !important;
		padding: 0.75rem 1rem !important;
	}
}

@media (max-width: 480px) {
	.site-main > .inner {
		--spacing: 1.3125rem;
	}
}

@media (max-width: 360px) {
	.site-main > .inner {
		--padding-horizontal: 1.5rem;
		--padding-vertical: 2.25rem;
		--spacing: 1.125rem;
	}

	.text-component.instance-13 {
		font-size: 0.875em;
	}

	.text-component.instance-11 {
		font-size: 3.5em;
	}

	.text-component.instance-1 {
		font-size: 1em;
	}

	.icons-component.instance-6 {
		gap: 0.9375rem;
	}

	.container-component.instance-4 > .wrapper > .inner {
		--gutters: 1.5rem;
		--padding-horizontal: 0rem;
		--padding-vertical: 0rem;
	}
}

@media (max-width: 1920px) {
	
}

@media (max-width: 1680px) {
	html {
		font-size: 12pt;
	}
}

@media (max-width: 1280px) {
	html {
		font-size: 12pt;
	}
}

@media (max-width: 1024px) {
	
}

@media (max-width: 980px) {
	html {
		font-size: 11pt;
	}
}

@media (max-width: 736px) {
	html {
		font-size: 11pt;
	}
	
	
	
	.site-main > .inner {
		--padding-horizontal: 2rem;
		--padding-vertical: 3rem;
		--spacing: 1.5rem;
		padding-top: 4rem;
		padding-bottom: 2rem;
	}

	.container-component {
		margin-bottom: 2rem;
	}
	
	/* Mobile header and footer layout */
	.mobile-header {
		width: 100%;
		text-align: center;
		margin-bottom: 2rem;
	}

	.mobile-header .text-component.instance-11 span.p {
		font-size: 1.8em !important;
	}

	.mobile-header .text-component.instance-13 {
		font-size: 0.75em !important;
		line-height: 1.4 !important;
	}

	/* Reduce paddings for mobile header */
	.mobile-header {
		margin-bottom: 1rem !important;
		padding: 0 1rem !important;
	}

	.mobile-footer {
		width: 100%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 1.5rem;
		padding-top: 1.5rem;
		border-top: 1px solid rgba(255,255,255,0.2);
		margin-top: auto;
	}

	.mobile-footer .icons-component.instance-6 {
		font-size: 1.25em !important;
		gap: 0.75rem !important;
	}

	/* Shrink contact-actions buttons on mobile */
	.mobile-header .contact-actions .action-btn {
		font-size: 0.8rem !important;
		padding: 0.75rem 1rem !important;
	}
}

@media (max-width: 480px) {
	.site-main > .inner {
		--spacing: 1.3125rem;
	}
}

@media (max-width: 360px) {
	.site-main > .inner {
		--padding-horizontal: 1.5rem;
		--padding-vertical: 2.25rem;
		--spacing: 1.125rem;
	}
	
	.text-component.instance-13 {
		font-size: 0.875em;
	}
	
	.text-component.instance-11 {
		font-size: 3.5em;
	}
	
	.text-component.instance-1 {
		font-size: 1em;
	}
	
	.icons-component.instance-6 {
		gap: 0.9375rem;
	}
	
	.container-component.instance-4 > .wrapper > .inner {
		--gutters: 1.5rem;
		--padding-horizontal: 0rem;
		--padding-vertical: 0rem;
	}
}
