/* ===== BASE ===== */
.moments-homepage {
	background: #f6f2ee;
	color: #4b433b;
	font-family: Arial, Helvetica, sans-serif;
}



.moments-homepage img {
	display: block;
	width: 100%;
	height: auto;
}

.moments-homepage a {
	text-decoration: none;
}

/* ===== BUTTONS ===== */
.moments-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 28px;
	border-radius: 8px;
	font-family: "Raleway";
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	transition: all 0.2s ease;
	cursor: pointer;
}

.moments-btn--primary {
	background: #006d6e;
	color: #ffffff;
}

.moments-btn--primary:hover {
	background: #3097a4;
}

.moments-btn--secondary {
	background: #ffffff;
	color: #5e5852;
	border: 1px solid #ddd3c8;
}

.moments-btn--secondary:hover {
	background: #f8f5f1;
}

.moments-btn--large {

}

/* ===== HERO ===== */
.moments-hero {
	position: relative;
    min-height: 700px;
	background-color:white;
    background-image: url(https:///moments.mydayzy.com/wp-content/uploads/sites/3/2026/04/wedding_hero_v3.jpg);
    background-size: cover;
    background-position: center -200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.moments-hero__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
}


.moments-hero__content {
	position: relative;
	z-index: 2;
	max-width: 980px;
	padding: 40px 24px;
	margin-top:150px;
}

.moments-hero__content h1 {
	margin: 0 0 20px;
	font-family: "Raleway";
	font-size: 84px;
	line-height: 1.08;
	font-weight: 600;
	color: #ffffff;
}

.moments-hero__content p {
	margin: 0;
	font-size: 22px;
	font-family: "Poppins";
	line-height: 1.5;
	color: #ffffff;
}

.moments-hero__actions {
	margin-top: 34px;
	display: flex;
	justify-content: center;
	gap: 18px;
	flex-wrap: wrap;
}

.moments-info-stack {
	background: #f7f3ef;
}

/* shared */
.moments-section-intro {
	max-width: 850px;
	margin: 0 auto 42px;
	text-align: center;
}

.moments-section-intro__eyebrow {
	margin: 0 0 12px;
	font-size: 13px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #8d8378;
}

.moments-section-intro h2 {
	margin: 0 0 16px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 50px;
	line-height: 1.1;
	color: #36322d;
}

.moments-section-intro__text {
	margin: 0 auto;
	max-width: 720px;
	font-size: 19px;
	line-height: 1.65;
	color: #6d6760;
}

/* section 1 */
.moments-process {
	padding: 68px 0 74px;
	background: white;
	border-top: 1px solid #ece3d8;
}

.moments-process__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.moments-process-card {
	position: relative;
	padding: 34px 26px 30px;
	background: #ffffff;
	border-radius: 18px;
	border: 1px solid #ddd;
	box-shadow: 0 2px 10px rgba(60, 45, 30, 0.08);
	text-align: center;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.moments-process-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 14px 34px rgba(60, 45, 30, 0.12);
}

.moments-process-card__step {
	position: absolute;
	top: 16px;
	right: 18px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	color: #b7aa9b;
}

.moments-process-card__icon {
	width: 88px;
	height: 88px;
	margin: 0 auto 22px;
	border-radius: 50%;
	background: #dff0ef;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #3e8190;
	font-size: 30px;
}

.moments-process-card h3 {
	margin: 0 0 12px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 28px;
	line-height: 1.2;
	color: #2e2a26;
}

.moments-process-card p {
	margin: 0 auto;
	max-width: 300px;
	font-size: 16px;
	line-height: 1.7;
	color: #5f5852;
}

/* section 2 */
.moments-benefits {
	padding: 74px 0;
	background: #f7f3ef;
}

.moments-benefits__layout {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 48px;
	align-items: center;
}

.moments-benefits__content h2 {
	margin: 0 0 18px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 50px;
	line-height: 1.1;
	color: #36322d;
}

.moments-benefits__lead {
	margin: 0 0 30px;
	font-size: 19px;
	line-height: 1.7;
	color: #6d6760;
	max-width: 720px;
}

.moments-benefits__list {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.moments-benefit-item {
	display: flex;
	gap: 18px;
	align-items: flex-start;
	padding: 18px 20px;
	background: rgba(255,255,255,0.72);
	border: 1px solid #ede3d8;
	border-radius: 16px;
	box-shadow: 0 8px 28px rgba(60, 45, 30, 0.08);
}

.moments-benefit-item__icon {
	flex: 0 0 50px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #dff0ef;
	color: #3e8190;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

.moments-benefit-item__text h3 {
	margin: 0 0 6px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	line-height: 1.2;
	color: #2e2a26;
}

.moments-benefit-item__text p {
	margin: 0;
	font-size: 16px;
	line-height: 1.65;
	color: #5f5852;
}

.moments-benefits-panel {
	background: #ffffff;
	border-radius: 22px;
	padding: 34px 30px 30px;
	box-shadow: 0 8px 28px rgba(60, 45, 30, 0.08);
	border: 1px solid #eee4da;
}

.moments-benefits-panel__label {
	display: inline-block;
	margin-bottom: 14px;
	padding: 8px 14px;
	border-radius: 999px;
	background: #dff0ef;
	color: #3e8190;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.moments-benefits-panel__top h3 {
	margin: 0 0 22px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 34px;
	line-height: 1.18;
	color: #36322d;
}

.moments-benefits-panel__items {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-bottom: 26px;
}

.moments-benefits-panel__item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px solid #efe6dc;
	color: #5a544e;
	font-size: 16px;
	line-height: 1.5;
}

.moments-benefits-panel__item:last-child {
	border-bottom: 0;
}

.moments-benefits-panel__item i {
	color: #3e8190;
	font-size: 14px;
}

.moments-benefits-panel__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 24px;
	border-radius: 999px;
	background: #3e8190;
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.moments-benefits-panel__button:hover {
	opacity: 0.94;
	transform: translateY(-1px);
}

/* section 3 */
.moments-cta-band {
	padding: 60px 0 60px;
	background: #f6f2ee;
}

.moments-cta-band__inner {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 34px;
	align-items: center;
	padding: 42px 42px;
	background: linear-gradient(135deg, #ffffff 0%, #f9f6f2 100%);
	border: 1px solid #eadfd3;
	border-radius: 24px;
	box-shadow: 0 10px 30px rgba(60, 45, 30, 0.08);
}

.moments-cta-band__eyebrow {
	margin: 0 0 10px;
	font-size: 13px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #8d8378;
}

.moments-cta-band__content h2 {
	margin: 0 0 14px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 46px;
	line-height: 1.1;
	color: #36322d;
}

.moments-cta-band__content p {
	margin: 0;
	max-width: 700px;
	font-size: 18px;
	line-height: 1.7;
	color: #6d6760;
}

.moments-cta-band__actions {
	display: flex;
	flex-direction: column;
	gap: 14px;
	align-items: stretch;
}

.moments-proof {
	padding: 38px 0 60px;
	background: #f7f3ef;
}

.moments-proof__heading {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	margin-bottom: 36px;
}

.moments-proof__heading span {
	width: 90px;
	height: 1px;
	background: #ddd4ca;
}

.moments-proof__heading h2 {
	margin: 0 0 16px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 50px;
	line-height: 1.1;
	color: #36322d;
}

.moments-proof__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
}

.moments-proof-card {
	background: #ffffff;
	padding: 26px 24px;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(60, 45, 30, 0.08);
	text-align: center;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.moments-proof-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 28px rgba(60, 45, 30, 0.12);
}

.moments-proof-card__quote {
	margin: 0 0 16px;
	font-size: 20px;
	line-height: 1.6;
	color: #5f5852;
	font-style: italic;
}

.moments-proof-card__author {
	font-size: 14px;
	color: #36322d;
	font-weight:bold
}

/* responsive */
@media (max-width: 900px) {
	.moments-proof__grid {
		grid-template-columns: 1fr;
	}
}

.moments-btn.moments-btn--large {
	min-height: 56px;
	padding: 0 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 700;
	font-size: 15px;
	transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.moments-btn--primary {
	background: #006d6e;
	color: #ffffff;
}

.moments-btn--primary:hover {
	opacity: 0.94;
	transform: translateY(-1px);
}

.moments-btn--secondary {
	background: transparent;
	color: white;
	border: 1px solid white;
}

.moments-btn--secondary:hover {
	background: #dff0ef;
	color: #006d6e;
	transform: translateY(-1px);
}

/* reveal */
.reveal-up {
	opacity: 0;
	transform: translateY(26px);
	transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal-up.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* responsive */
@media (max-width: 1100px) {
	.moments-section-intro h2,
	.moments-benefits__content h2 {
		font-size: 42px;
	}

	.moments-cta-band__content h2 {
		font-size: 38px;
	}
}

@media (max-width: 900px) {
	.moments-process__grid,
	.moments-benefits__layout,
	.moments-cta-band__inner {
		grid-template-columns: 1fr;
	}

	.moments-section-intro h2,
	.moments-benefits__content h2 {
		font-size: 36px;
	}

	.moments-cta-band__content h2 {
		font-size: 34px;
	}

	.moments-cta-band__actions {
		max-width: 360px;
	}
}

@media (max-width: 640px) {
	.moments-process,
	.moments-benefits,
	.moments-cta-band {
		padding-left: 0;
		padding-right: 0;
	}

	.moments-section-intro {
		margin-bottom: 30px;
	}

	.moments-section-intro h2,
	.moments-benefits__content h2 {
		font-size: 30px;
	}

	.moments-section-intro__text,
	.moments-benefits__lead,
	.moments-cta-band__content p {
		font-size: 17px;
	}

	.moments-process-card {
		padding: 30px 22px 26px;
	}

	.moments-process-card h3,
	.moments-benefit-item__text h3 {
		font-size: 22px;
	}

	.moments-benefits-panel {
		padding: 28px 22px 24px;
	}

	.moments-benefits-panel__top h3 {
		font-size: 28px;
	}

	.moments-cta-band__inner {
		padding: 32px 22px;
	}

	.moments-cta-band__content h2 {
		font-size: 29px;
	}
}
media (max-width: 1100px) {
	.moments-cta-band__inner {
		grid-template-columns: 1fr 320px;
		gap: 28px;
		padding: 36px;
	}

	.moments-cta-band__content h2 {
		font-size: 38px;
	}
}

@media (max-width: 900px) {
	.moments-cta-band {
		padding: 52px 0;
	}

	.moments-cta-band__inner {
		grid-template-columns: 1fr;
		gap: 24px;
		padding: 34px 30px;
		text-align: center;
	}

	.moments-cta-band__content p {
		max-width: 100%;
	}

	.moments-cta-band__content h2 {
		font-size: 34px;
	}

	.moments-cta-band__actions {
		width: 100%;
		max-width: 360px;
		margin: 0 auto;
	}
}

@media (max-width: 640px) {
	.moments-cta-band {
		padding: 42px 0;
	}

	.moments-cta-band__inner {
		padding: 28px 20px;
		border-radius: 18px;
		gap: 20px;
	}

	.moments-cta-band__eyebrow {
		font-size: 12px;
		letter-spacing: 0.1em;
	}

	.moments-cta-band__content h2 {
		font-size: 29px;
		line-height: 1.15;
	}

	.moments-cta-band__content p {
		font-size: 17px;
		line-height: 1.65;
	}

	.moments-cta-band__actions {
		max-width: 100%;
	}

	.moments-btn.moments-btn--large {
		width: 100%;
		min-height: 54px;
		padding: 0 22px;
		font-size: 15px;
	}
}

@media (max-width: 420px) {
	.moments-cta-band__inner {
		padding: 24px 16px;
	}

	.moments-cta-band__content h2 {
		font-size: 25px;
	}

	.moments-cta-band__content p {
		font-size: 16px;
	}
}
/* ===== SECTION HEADING ===== */
.moments-showcase {
	padding: 58px 0 24px;
	background: white;
}

.moments-section-heading {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
}

.moments-section-heading h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 50px;
	line-height: 1.1;
	color: #36322d;
	text-align: center;
}

.moments-section-heading__line {
	width: 78px;
	height: 2px;
	background: #c9ddd8;
	flex: 0 0 auto;
}

.moments-section-subtitle {
	margin: 16px 0 42px;
	text-align: center;
	font-size: 21px;
	line-height: 1.5;
	color: #6d6760;
}

/* ===== SHOWCASE CARDS ===== */
.moments-showcase__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
}

.moments-showcase-card {
	background: #ffffff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(60, 45, 30, 0.08);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	color: #2e2a26;
}

.moments-showcase-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 28px rgba(60, 45, 30, 0.12);
}

.moments-showcase-card__image {
	aspect-ratio: 1.45 / 1;
	overflow: hidden;
}

.moments-showcase-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.moments-showcase-card__title {
	padding: 22px 20px;
	text-align: center;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}
.moments-showcase__intro {
	max-width: 720px;
	margin: 0 auto 36px;
	text-align: center;
	font-size: 18px;
	line-height: 1.65;
	color: #6d6760;
}

.moments-showcase__meta {
	margin-top: 14px;
	font-size: 12px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #8a8075;
	text-align: center;
}

.moments-showcase__cta {
	margin-top: 48px;
	text-align: center;
}

.moments-showcase__cta-text {
	margin: 0 0 18px;
	font-size: 18px;
	color: #6d6760;
}
.moments-showcase__cta .moments-btn {
	margin-bottom: 60px;
}
/* ===== CTA ===== */
.moments-cta {
	padding: 62px 0 74px;
	text-align: center;
}

.moments-cta__eyebrow {
	margin: 0 0 24px;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-size: 26px;
	color: #6a625b;
}

/* ===== LOGOS ===== */
.moments-logos {
	padding: 30px 0 54px;
	background: #f7f3ef;
}

.moments-logos__heading {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	margin-bottom: 32px;
}

.moments-logos__heading span {
	width: 210px;
	max-width: 22vw;
	height: 1px;
	background: #ddd4ca;
}

.moments-logos__heading p {
	margin: 0;
	font-size: 14px;
	color: #9a9086;
}

.moments-logos__grid {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 80px;
	flex-wrap: wrap;
}

.moments-logo-item {
	color: #554f48;
	text-align: center;
}

.moments-logo-item--serif {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	line-height: 1.1;
}

.moments-logo-item--script {
	font-family: "Brush Script MT", cursive;
	font-size: 54px;
	line-height: 1;
}

.moments-logo-item--serif-large {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 44px;
	letter-spacing: 1px;
}

/* ===== FOOTER ===== */
.moments-footer {
	padding: 34px 0 28px;
	background: #f7f3ef;
	text-align: center;
}

.moments-footer__links {
	list-style: none;
	padding: 0;
	margin: 0 0 22px;
	display: flex;
	justify-content: center;
	gap: 34px;
	flex-wrap: wrap;
}

.moments-footer__links a {
	font-size: 15px;
	color: #5d5650;
}

.moments-footer__links a:hover {
	color: #38a9b8;
}

.moments-footer__social {
	display: flex;
	justify-content: center;
	gap: 16px;
	margin-bottom: 18px;
}

.moments-footer__social a {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: transparent;
	color: #686059;
	font-size: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
}

.moments-footer__social a:hover {
	color: #38a9b8;
	border-color: #d6cbc0;
}

.moments-footer__copyright {
	margin: 0;
	font-size: 13px;
	color: #9b9188;
}

/* ===== REVEAL ===== */
.reveal-up {
	opacity: 0;
	transform: translateY(26px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-up.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
	.moments-hero__content h1 {
		font-size: 58px;
	}

	.moments-section-heading h2 {
		font-size: 42px;
	}

	.moments-showcase__grid,
	.moments-features__grid {
		gap: 22px;
	}
}

@media (max-width: 900px) {
	.moments-features__grid,
	.moments-showcase__grid {
		grid-template-columns: 1fr;
	}

	.moments-hero {
		min-height: 560px;
	}

	.moments-hero__content h1 {
		font-size: 46px;
	}

	.moments-hero__content p {
		font-size: 19px;
	}

	.moments-section-heading {
		gap: 14px;
	}

	.moments-section-heading h2 {
		font-size: 36px;
	}

	.moments-section-heading__line {
		width: 42px;
	}
}

@media (max-width: 640px) {
	.moments-container {
		padding: 0 18px;
	}

	.moments-hero {
		min-height: 500px;
	}

	.moments-hero__content h1 {
		font-size: 36px;
	}

	.moments-hero__content p {
		font-size: 17px;
	}

	.moments-btn {
		width: 100%;
		max-width: 320px;
	}

	.moments-hero__actions {
		flex-direction: column;
		align-items: center;
	}

	.moments-feature-card h3 {
		font-size: 20px;
	}

	.moments-section-heading h2 {
		font-size: 30px;
	}

	.moments-section-subtitle {
		font-size: 18px;
	}

	.moments-cta__eyebrow {
		font-size: 22px;
	}

	.moments-logo-item--script {
		font-size: 42px;
	}

	.moments-logo-item--serif-large {
		font-size: 36px;
	}
}
.moments-modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 99999;
}

.moments-modal.is-open {
	display: block;
}

.moments-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.55);
	backdrop-filter: blur(4px);
}

.moments-modal__dialog {
	position: relative;
	width: min(92%, 460px);
	margin: 6vh auto 0;
	background: #ffffff;
	border-radius: 24px;
	padding: 32px 28px 26px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
	z-index: 2;
	animation: momentsModalIn 0.2s ease;
}

@keyframes momentsModalIn {
	from {
		opacity: 0;
		transform: translateY(10px) scale(0.98);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

.moments-modal__close {
	position: absolute;
	top: 14px;
	right: 16px;
	border: 0;
	background: transparent;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
	color: #475569;
}

.moments-modal__header h2 {
	margin: 0 0 8px;
	font-size: 30px;
	line-height: 1.1;
	color: #0f172a;
}

.moments-modal__header p {
	margin: 0 0 24px;
	color: #64748b;
	font-size: 15px;
	line-height: 1.5;
}

.moments-login-form {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.moments-form-row label {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
	font-size: 14px;
	color: #1e293b;
}

.moments-form-row input[type="text"],
.moments-form-row input[type="password"] {
	width: 100%;
	height: 52px;
	padding: 0 16px;
	border: 1px solid #dbe4ee;
	border-radius: 14px;
	font-size: 15px;
	background: #f8fafc;
	color: #0f172a;
	outline: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
	box-sizing: border-box;
}

.moments-form-row input:focus {
	border-color: #3e8190;
	box-shadow: 0 0 0 4px rgba(62, 129, 144, 0.12);
	background: #ffffff;
}

.moments-password-wrap {
	position: relative;
}

.moments-password-wrap input {
	padding-right: 72px;
}

.moments-toggle-password {
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	border: 0;
	background: transparent;
	font-size: 13px;
	font-weight: 600;
	color: #3e8190;
	cursor: pointer;
}

.moments-form-options {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}

.moments-checkbox {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: #475569;
}

.moments-forgot-password {
	font-size: 14px;
	font-weight: 600;
	color: #3e8190;
	text-decoration: none;
}

.moments-forgot-password:hover {
	text-decoration: underline;
}

.moments-login-message {
	padding: 12px 14px;
	border-radius: 12px;
	font-size: 14px;
	line-height: 1.4;
}

.moments-login-message.is-error {
	background: #fff1f2;
	color: #be123c;
	border: 1px solid #fecdd3;
}

.moments-login-message.is-success {
	background: #ecfdf5;
	color: #047857;
	border: 1px solid #a7f3d0;
}

.moments-login-submit {
	width: 100%;
	height: 54px;
	border: 0;
	border-radius: 16px;
	background: #006d6e;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	transition: transform 0.15s ease, opacity 0.15s ease;
}

.moments-login-submit:hover {
	opacity: 0.95;
}

.moments-login-submit:active {
	transform: translateY(1px);
}

.moments-login-submit.is-loading {
	opacity: 0.7;
	pointer-events: none;
}

body.moments-modal-open {
	overflow: hidden;
}

@media (max-width: 640px) {
	.moments-modal__dialog {
		padding: 28px 20px 22px;
		border-radius: 20px;
	}

	.moments-modal__header h2 {
		font-size: 26px;
	}
}