body {
	margin: 0;
	background: #f6f2ee;
	color: #3d3731;
	font-family: Arial, Helvetica, sans-serif;
	min-height: 100vh;
}

.moments-public-page *,
.moments-public-page *::before,
.moments-public-page *::after {
	box-sizing: border-box;
}

.moments-public-page a {
	text-decoration: none;
}

.moments-public-eyebrow {
	margin: 0 0 12px;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #8a6b4d;
}

.moments-features-page {
	overflow: hidden;
	background: #f6f2ee;
	color: #3d3731;
}

.moments-features-hero {
	background:
		linear-gradient(rgba(0, 0, 0, .66), rgba(0, 0, 0, .6)),
		linear-gradient(115deg, #14211f 0%, #1d3533 45%, #0f4c4d 100%);
	background-color: #24201c;
	border-bottom: 1px solid #eadfd3;
	color: #fff;
	text-align: left;
}

.moments-features-hero__inner {
	width: min(1180px, calc(100% - 40px));
	min-height: 700px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(390px, 1.08fr);
	gap: clamp(34px, 5vw, 64px);
	align-items: center;
	padding: 96px 0 80px;
}

.moments-features-hero__copy {
	max-width: 760px;
}

.moments-features-hero__copy .moments-public-eyebrow {
	color: rgba(255, 255, 255, .78);
}

.moments-features-hero h1 {
	margin: 0 0 22px;
	font-family: "Raleway", Georgia, "Times New Roman", serif;
	font-size: 68px;
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: 0;
	color: #fff;
}

.moments-features-hero__copy p:not(.moments-public-eyebrow),
.moments-features-section-heading > p:not(.moments-public-eyebrow),
.moments-features-host__copy p,
.moments-features-tool-card p,
.moments-features-workflow-card p,
.moments-features-host__list p,
.moments-features-faq__item p {
	margin: 0;
	color: #6d6760;
	font-size: 17px;
	line-height: 1.68;
}

.moments-features-hero__copy p:not(.moments-public-eyebrow) {
	max-width: 760px;
	margin: 0;
	color: #fff;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 22px;
}

.moments-features-hero__actions,
.moments-features-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 32px;
}

.moments-features-hero__actions {
	justify-content: flex-start;
}

.moments-features-hero .moments-features-button--secondary {
	background: #fff;
	border-color: #fff;
	color: #5e5852;
}

.moments-features-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 26px;
	border: 1px solid transparent;
	border-radius: 8px;
	font-family: "Raleway", Arial, sans-serif;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0;
	text-decoration: none;
	transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.moments-features-button:hover,
.moments-features-button:focus-visible {
	transform: translateY(-1px);
	outline: none;
}

.moments-features-button--primary {
	background: #006d6e;
	color: #fff;
	box-shadow: 0 14px 30px rgba(0, 109, 110, .18);
}

.moments-features-button--primary:hover,
.moments-features-button--primary:focus-visible {
	background: #3097a4;
	color: #fff;
}

.moments-features-button--secondary {
	background: #fff;
	border-color: #ddd3c8;
	color: #5e5852;
}

.moments-features-button--secondary:hover,
.moments-features-button--secondary:focus-visible {
	background: #f8f5f1;
	color: #302a24;
}

.moments-features-hero__visual {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(210px, .52fr);
	gap: 16px;
	align-items: center;
	min-height: 520px;
}

.moments-features-preview-card {
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .45);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 22px 58px rgba(0, 0, 0, .32);
}

.moments-features-preview-card img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}

.moments-template-live-preview {
	--template-card-preview-width: 1440px;
	--template-card-preview-scale: .25;
	--template-card-preview-height: 1000px;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #f8f5ef;
}

.moments-template-live-preview iframe {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	display: block;
	width: var(--template-card-preview-width);
	height: var(--template-card-preview-height);
	border: 0;
	background: #fff;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	transform: translateX(-50%) scale(var(--template-card-preview-scale));
	transform-origin: top center;
	transition: opacity .2s ease;
}

.moments-template-live-preview.is-loaded iframe {
	opacity: 1;
}

.moments-template-live-preview img {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}

.moments-template-live-preview__loader {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: grid;
	place-items: center;
	gap: 8px;
	background: linear-gradient(135deg, #f8f5ef, #ebe1d6);
	color: #006d6e;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	transition: opacity .18s ease, visibility .18s ease;
}

.moments-template-live-preview__loader i {
	font-size: 18px;
}

.moments-template-live-preview.is-loaded .moments-template-live-preview__loader {
	opacity: 0;
	visibility: hidden;
}

.moments-template-live-preview--hero-main {
	aspect-ratio: 4 / 5;
	height: auto;
	min-height: 500px;
}

.moments-template-live-preview--card {
	aspect-ratio: 4 / 3;
	height: auto;
}

.moments-features-preview-card--main {
	min-height: 500px;
}

.moments-features-preview-card--main img {
	aspect-ratio: 4 / 5;
}

.moments-features-quick-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 34px;
}

.moments-features-hero__visual .moments-features-quick-list {
	grid-template-columns: 1fr;
	gap: 10px;
	margin-top: 0;
}

.moments-features-quick-list article {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	padding: 22px;
	border: 1px solid #eadfd3;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 28px rgba(60, 45, 30, .06);
}

.moments-features-hero__visual .moments-features-quick-list article {
	padding: 14px;
	border-color: rgba(255, 255, 255, .48);
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 14px 34px rgba(0, 0, 0, .2);
}

.moments-features-quick-list i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	border-radius: 50%;
	background: #dff0ef;
	color: #006d6e;
}

.moments-features-quick-list strong,
.moments-features-quick-list span {
	display: block;
}

.moments-features-quick-list strong {
	margin-bottom: 4px;
	color: #302a24;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0;
}

.moments-features-quick-list span {
	color: #6d6760;
	font-size: 13px;
	line-height: 1.45;
}

.moments-features-intro,
.moments-features-tools,
.moments-features-workflow,
.moments-features-host,
.moments-features-templates,
.moments-features-faq,
.moments-features-cta {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.moments-features-intro {
	padding: 72px 0 28px;
}

.moments-features-section-heading {
	max-width: 790px;
	margin-bottom: 32px;
}

.moments-features-section-heading--center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.moments-features-section-heading h2,
.moments-features-host__copy h2,
.moments-features-cta h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 52px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0;
	color: #36322d;
}

.moments-features-section-heading > p:not(.moments-public-eyebrow) {
	margin-top: 14px;
}

.moments-features-tools {
	padding: 26px 0 72px;
}

.moments-features-tool-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.moments-features-tool-card,
.moments-features-workflow-card,
.moments-features-host__list article,
.moments-features-template-card,
.moments-features-faq__item,
.moments-features-cta {
	border: 1px solid #eadfd3;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 28px rgba(60, 45, 30, .06);
}

.moments-features-tool-card,
.moments-features-workflow-card,
.moments-features-host__list article {
	padding: 26px;
}

.moments-features-tool-card > i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 18px;
	border-radius: 50%;
	background: #edf1e8;
	color: #405936;
	font-size: 18px;
}

.moments-features-tool-card:nth-child(2n) > i {
	background: #dff0ef;
	color: #006d6e;
}

.moments-features-tool-card:nth-child(3n) > i {
	background: #f3eadc;
	color: #8a5b38;
}

.moments-features-tool-card h3,
.moments-features-workflow-card h3,
.moments-features-host__list strong,
.moments-features-template-card h3 {
	margin: 0 0 10px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.16;
	letter-spacing: 0;
	color: #2e2a26;
}

.moments-features-tool-card ul {
	display: grid;
	gap: 9px;
	margin: 20px 0 0;
	padding: 18px 0 0;
	border-top: 1px solid #efe6dd;
	list-style: none;
}

.moments-features-tool-card li {
	position: relative;
	padding-left: 18px;
	color: #5f5851;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
}

.moments-features-tool-card li::before {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #006d6e;
}

.moments-features-workflow {
	padding: 0 0 72px;
}

.moments-features-workflow__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.moments-features-workflow-card span {
	display: inline-flex;
	margin-bottom: 20px;
	color: #006d6e;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.moments-features-host {
	display: grid;
	grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
	gap: 34px;
	align-items: start;
	padding: 0 0 72px;
}

.moments-features-host__copy {
	position: sticky;
	top: 110px;
	padding: 8px 0;
}

.moments-features-host__copy p {
	margin-top: 18px;
	max-width: 560px;
}

.moments-features-text-link {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	margin-top: 24px;
	color: #006d6e;
	font-size: 16px;
	font-weight: 800;
}

.moments-features-text-link:hover,
.moments-features-text-link:focus-visible {
	color: #3097a4;
	outline: none;
}

.moments-features-host__list {
	display: grid;
	gap: 14px;
}

.moments-features-host__list strong {
	display: block;
	font-size: 24px;
}

.moments-features-templates,
.moments-features-faq {
	padding: 0 0 72px;
}

.moments-features-template-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.moments-features-template-card {
	overflow: hidden;
}

.moments-features-template-card div {
	padding: 18px;
}

.moments-features-template-card span {
	display: block;
	margin-bottom: 8px;
	color: #8a5b38;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.moments-features-template-card h3 {
	margin-bottom: 0;
	font-size: 24px;
}

.moments-features-faq__list {
	display: grid;
	gap: 14px;
}

.moments-features-faq__item {
	padding: 0;
	overflow: hidden;
}

.moments-features-faq__item summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 22px 24px;
	color: #2e2a26;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	font-weight: 500;
	cursor: pointer;
	list-style: none;
	letter-spacing: 0;
}

.moments-features-faq__item summary::-webkit-details-marker {
	display: none;
}

.moments-features-faq__item summary::after {
	content: "+";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	flex: 0 0 28px;
	border-radius: 50%;
	background: #edf1e8;
	color: #405936;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

.moments-features-faq__item[open] summary::after {
	content: "-";
}

.moments-features-faq__item p {
	padding: 0 24px 24px;
}

.moments-features-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 2rem;
	align-items: center;
	margin-bottom: 56px;
	padding: 34px;
	background: #fff;
}

.moments-features-cta h2 {
	max-width: 760px;
	font-size: 44px;
}

.moments-features-cta__actions {
	justify-content: flex-end;
	margin-top: 0;
}

@media (max-width: 1100px) {
	.moments-features-hero__inner,
	.moments-features-host,
	.moments-features-cta {
		grid-template-columns: 1fr;
	}

	.moments-features-hero__inner {
		gap: 34px;
		min-height: 640px;
	}

	.moments-features-hero h1 {
		font-size: 52px;
	}

	.moments-features-hero__visual {
		min-height: 0;
	}

	.moments-features-tool-grid,
	.moments-features-workflow__grid,
	.moments-features-template-grid,
	.moments-features-quick-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.moments-features-host__copy {
		position: static;
	}

	.moments-features-cta__actions {
		justify-content: flex-start;
	}
}

@media (max-width: 760px) {
	.moments-features-hero__inner,
	.moments-features-intro,
	.moments-features-tools,
	.moments-features-workflow,
	.moments-features-host,
	.moments-features-templates,
	.moments-features-faq,
	.moments-features-cta {
		width: min(1180px, calc(100% - 28px));
	}

	.moments-features-hero__inner {
		min-height: 590px;
		padding: 72px 0 58px;
	}

	.moments-features-hero h1 {
		font-size: 38px;
	}

	.moments-features-hero__copy p:not(.moments-public-eyebrow),
	.moments-features-section-heading > p:not(.moments-public-eyebrow) {
		font-size: 16px;
	}

	.moments-features-hero__actions,
	.moments-features-cta__actions {
		flex-direction: column;
	}

	.moments-features-button {
		width: 100%;
	}

	.moments-features-hero__visual,
	.moments-features-tool-grid,
	.moments-features-workflow__grid,
	.moments-features-template-grid,
	.moments-features-quick-list {
		grid-template-columns: 1fr;
	}

	.moments-features-preview-card--main {
		min-height: 0;
	}

	.moments-features-preview-card--main img {
		aspect-ratio: 16 / 11;
	}

	.moments-template-live-preview--hero-main {
		aspect-ratio: 16 / 11;
		min-height: 0;
	}

	.moments-features-intro {
		padding: 52px 0 22px;
	}

	.moments-features-tools,
	.moments-features-workflow,
	.moments-features-host,
	.moments-features-templates,
	.moments-features-faq {
		padding-bottom: 54px;
	}

	.moments-features-section-heading h2,
	.moments-features-host__copy h2,
	.moments-features-cta h2 {
		font-size: 34px;
	}

	.moments-features-tool-card,
	.moments-features-workflow-card,
	.moments-features-host__list article,
	.moments-features-cta {
		padding: 22px;
	}

	.moments-features-faq__item summary {
		font-size: 20px;
	}
}
