* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Lato', sans-serif;
	line-height: 1.6;
	color: #4a4a4a;
	background: linear-gradient(135deg, #f8f6f4 0%, #f2f0ee 50%, #ede9e6 100%);
	min-height: 100vh;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

/* Hero Section */
.hero-section {
	position: relative;
	min-height: 100vh;
	background: linear-gradient(135deg, #f8f6f4 0%, #ede9e6 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.hero-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M20 80 Q50 60 80 80" stroke="%23d4c5b9" stroke-width="0.5" fill="none" opacity="0.3"/><path d="M10 70 Q40 50 70 70" stroke="%23c8b5a7" stroke-width="0.3" fill="none" opacity="0.2"/></svg>') repeat;
	z-index: 1;
}

.hero-content {
	position: relative;
	z-index: 2;
	text-align: center;
	color: #6b4c7a;
	max-width: 800px;
	padding: 2rem;
}

.save-the-date {
	background-image: url(../images/lavander.png);
	background-position-y: top;
	background-repeat: no-repeat;
	width: 350px;
	height: 230%;
	position: absolute;
	top: -305px;
	z-index: -1;
	opacity: .15;
	rotate: 48deg;
}

.graduate-photo {
	margin-bottom: 2rem;
}

.photo-placeholder {
	width: 200px;
	height: 200px;
	background: rgba(255, 255, 255, 0.9);
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 3px solid #d4c5b9;

	box-shadow: 0 15px 35px rgba(107, 76, 122, 0.15);
	background-image: url(../images/luiza_3.jpg);
	background-size: 219%;
	background-repeat: no-repeat;
	background-position: center -209px;

	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.main-title {
	font-family: 'Playfair Display', serif;
	font-size: 3.5rem;
	font-weight: 400;
	margin-bottom: 1.5rem;
	line-height: 1.2;
	color: #6b4c7a;
}

.highlight {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	color: #6b4c7a;
	font-size: 4rem;
	font-weight: 600;
}

.course-name {
	color: #a8956b;
	font-weight: 600;
}

.university-badge {
	background: rgba(255, 255, 255, 0.8);
	padding: 1rem 2rem;
	border: 2px solid #d4c5b9;
	display: inline-block;
	font-weight: 400;
	font-size: 1rem;
	margin-top: 1rem;
	color: #6b4c7a;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}

.scales-decoration {
	position: absolute;
	right: 10%;
	top: 50%;
	opacity: 0.5;
	font-size: 8rem;
	color: #6b4c7a;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.lavender-decoration {
	position: absolute;
	left: 10%;
	bottom: 20%;
	opacity: 0.2;
	transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
}

/* Invitation Section */
.invitation-section {
	padding: 5rem 0;
	background: rgba(255, 255, 255, 0.6);
}

.invitation-card {
	background: rgba(255, 255, 255, 0.95);
	padding: 3rem;
	text-align: center;
	box-shadow: 0 20px 40px rgba(107, 76, 122, 0.1);
	border: 1px solid #ede9e6;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.celebration-icon {
	font-size: 3rem;
	margin-bottom: 1.5rem;
	color: #6b4c7a;
}

.celebration-icon img {
	height: 80px;
}

.invitation-card h2 {
	font-family: 'Playfair Display', serif;
	font-size: 2.2rem;
	color: #6b4c7a;
	margin-bottom: 1rem;
	font-weight: 600;
}

.invitation-card p {
	font-size: 1.1rem;
	color: #7a7a7a;
	margin-bottom: 2rem;
	font-weight: 300;
}

.event-details {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 1.5rem;
	margin-top: 2rem;
}

.detail-item {
	display: flex;
	align-items: flex-start;
	background: linear-gradient(135deg, #f8f6f4, #ede9e6);
	color: #6b4c7a;
	padding: 1.5rem;
	border: 1px solid #d4c5b9;
	box-shadow: 0 5px 15px rgba(107, 76, 122, 0.08);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.detail-icon {
	font-size: 1.8rem;
	margin-right: 1rem;
	color: #a8956b;
}

.detail-content strong {
	display: block;
	font-size: 1rem;
	margin-bottom: 0.5rem;
	font-weight: 600;
	color: #6b4c7a;
	text-align: left;
}

.detail-content div {
	font-size: 0.95rem;
	color: #7a7a7a;
	font-weight: 300;
	text-align: left;
}
span.restaurante {
	text-decoration: underline;
	font-weight: 600;
}

/* Confirmation Section */
.confirmation-section {
	padding: 5rem 0;
	background: linear-gradient(135deg, #f8f6f4 0%, #ede9e6 100%);
}

.confirmation-card {
	background: rgba(255, 255, 255, 0.95);
	padding: 3rem;
	max-width: 600px;
	margin: 0 auto;
	box-shadow: 0 20px 40px rgba(107, 76, 122, 0.1);
	border: 1px solid #ede9e6;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.confirmation-card h3 {
	font-family: 'Playfair Display', serif;
	font-size: 1.8rem;
	color: #6b4c7a;
	text-align: center;
	margin-bottom: 1rem;
	font-weight: 600;
}

.confirmation-card>p {
	text-align: center;
	color: #7a7a7a;
	margin-bottom: 2rem;
	font-size: 1rem;
	font-weight: 300;
}

.confirmation-form {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.form-group {
	display: flex;
	flex-direction: column;
}

.form-group label {
	font-weight: 500;
	color: #6b4c7a;
	margin-bottom: 0.5rem;
	font-size: 0.95rem;
}

.form-group input {
	width: 100%;
	padding: 1rem;
	border: 2px solid #ede9e6;
	font-size: 1rem;
	background: #fafafa;
	color: #4a4a4a;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;

	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.form-group input:focus {
	outline: none;
	border-color: #a8956b;
	background: white;
	box-shadow: 0 0 0 3px rgba(168, 149, 107, 0.1);
}

.access-btn {
	background: linear-gradient(135deg, #6b4c7a, #8b6b8b);
	color: white;
	border: none;
	padding: 1.2rem 2rem;
	font-size: 1rem;
	font-weight: 500;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	margin-top: 1rem;
	box-shadow: 0 8px 20px rgba(107, 76, 122, 0.2);

	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;

	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.access-btn:hover {
	box-shadow: 0 12px 25px rgba(107, 76, 122, 0.3);
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
}

.btn-arrow {
	width: 24px;
	height: 24px;
	aspect-ratio: 1 / 1;
	font-size: 1.1rem;
	transition: transform 0.3s ease;
	-webkit-transition: transform 0.3s ease;
	-moz-transition: transform 0.3s ease;
	-ms-transition: transform 0.3s ease;
	-o-transition: transform 0.3s ease;
}
.access-btn:hover .btn-arrow {
	transform: translateX(3px);
	-webkit-transform: translateX(3px);
	-moz-transform: translateX(3px);
	-ms-transform: translateX(3px);
	-o-transform: translateX(3px);
}
span[data-acessar-btn] {
	font-size: 1.2rem;
}

.error-message {
	background: #f4d4d4;
	color: #6b4c7a;
	padding: 1rem;
	text-align: center;
	margin-top: 1rem;
	font-weight: 500;
	border: 1px solid #e8b4b4;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}
.error-message.success-message {
	background: #509450;
	color: white;
	border: 1px solid green;
}

/* Porto Section */
.porto-section {
	padding: 5rem 0;
	background: rgba(255, 255, 255, 0.6);
}

.porto-section h3 {
	text-align: center;
	font-family: 'Playfair Display', serif;
	font-size: 2.2rem;
	color: #6b4c7a;
	margin-bottom: 3rem;
	font-weight: 600;
}

.porto-gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2rem;
}

.porto-image {
	height: 250px;
	overflow: hidden;
	box-shadow: 0 15px 30px rgba(107, 76, 122, 0.15);
	border: 2px solid #ede9e6;

	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;

	transition: transform 0.3s ease;
	-webkit-transition: transform 0.3s ease;
	-moz-transition: transform 0.3s ease;
	-ms-transition: transform 0.3s ease;
	-o-transition: transform 0.3s ease;
}

.porto-image:hover {
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
}

.image-placeholder {
	width: 100%;
	height: 100%;
	background: rgba(248, 246, 244, 0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #6b4c7a;
	font-weight: 500;
	font-size: 1rem;
}

.image-placeholder img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: sepia(0.1) saturate(0.9);
	-webkit-filter: sepia(0.1) saturate(0.9);
}

/* Footer Section */
.footer-section {
	padding: 3rem 0;
	background: linear-gradient(135deg, #6b4c7a, #8b6b8b);
	color: white;
}

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

.footer-message h4 {
	font-family: 'Playfair Display', serif;
	font-size: 1.6rem;
	margin-bottom: 1rem;
	font-weight: 600;
}

.footer-message p {
	font-size: 1rem;
	opacity: 0.9;
	margin-bottom: 2rem;
	font-weight: 300;
}

.contact-info p {
	font-size: 0.9rem;
	opacity: 0.8;
	font-weight: 300;
	text-decoration: underline;
	cursor: pointer;
}

/* Decorative Elements */
.decorative-flourish {
	text-align: center;
	margin: 2rem 0;
	color: #d4c5b9;
	font-size: 1.5rem;
}
.lang-buttons {
	display: flex;
	align-items: center;
	gap: 6px;
	justify-content: flex-end;
	position: fixed;
	z-index: 3;
	top: 5px;
	right: 5px;
}

.lang-buttons button {
	margin: 0 5px;
	padding: 8px 12px;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	font-size: 14px;
}

.resend-container {
	margin-top: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.resend-text {
	color: #6b7280;
	font-size: 13px;
}

.resend-btn {
	background: none;
	border: none;
	color: #6b46c1;
	font-weight: 600;
	font-size: 13px;
	cursor: pointer;
	padding: 5px 10px;
	border-radius: 6px;
	transition: all 0.3s ease;
	position: relative;
}
.resend-btn span {
	pointer-events: none;
	user-select: none;
}
.resend-btn:hover {
	background: rgba(107, 70, 193, 0.1);
	transform: translateY(-1px);
}
.resend-btn:disabled {
	color: #9ca3af;
	cursor: not-allowed;
	transform: none;
}
.resend-btn:disabled:hover {
	background: none;
}

/* Responsive Design */
@media (max-width: 768px) {
	.main-title {
		font-size: 2.5rem;
	}
	.highlight {
		font-size: 3rem;
	}
	.invitation-card,
	.confirmation-card {
		padding: 2rem 1rem;
	}
	.event-details {
		grid-template-columns: 1fr;
	}
	.detail-item {
		flex-direction: column;
		text-align: center;
		padding: 1.5rem 1rem;
	}
	.detail-icon {
		margin-right: 0;
		margin-bottom: 0.5rem;
	}
	.porto-gallery {
		grid-template-columns: 1fr;
	}
	.scales-decoration,
	.lavender-decoration {
		display: none;
	}
	.confirmation-section {
		padding: 2rem 0;
	}
	.invitation-section {
		padding: 2rem 0;
	}
}

@media (max-width: 480px) {
	.hero-content {
		padding: 1rem;
	}

	.main-title {
		font-size: 2rem;
	}

	.highlight {
		font-size: 2.2rem;
	}

	.invitation-card h2 {
		font-size: 1.8rem;
	}

	.confirmation-card h3 {
		font-size: 1.5rem;
	}
}

/* Animation keyframes */
@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

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

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.fade-in-up {
	animation: fadeInUp 0.8s ease-out;
}