@import url("https://fonts.googleapis.com/css2?family=Eczar:wght@400;500;600;700;800&display=swap");

.dvfms-landing {
	--dvfms-brand-1: #1f1a17;
	--dvfms-brand-2: #7a6758;
	--dvfms-brand-3: #5a4a3e;
	--dvfms-surface: #ffffff;
	--dvfms-soft: #f7f4f1;
	--dvfms-text: #231f1c;
	--dvfms-muted: #6c625a;
	max-width: 1100px;
	margin: 0 auto;
	color: var(--dvfms-text);
}

.dvfms-landing h1,
.dvfms-landing h2,
.dvfms-landing h3,
.dvfms-landing h4 {
	font-family: "Eczar", serif;
	letter-spacing: 0.01em;
}

.dvfms-hero {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 24px;
	padding: 34px;
	border-radius: 16px;
	background: linear-gradient(125deg, #f8f5f2, #f2eeea);
	margin-bottom: 28px;
	border: 1px solid #e6dfd8;
}

.dvfms-hero.dvfms-hero-with-media {
	grid-template-columns: 1fr 1fr 1fr;
}

.dvfms-hero-media {
	border-radius: 14px;
	overflow: hidden;
	min-height: 460px;
	background: #f5f5f5;
}

.dvfms-hero-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dvfms-eyebrow {
	display: inline-block;
	background: #ece7e2;
	color: #4f443a;
	border-radius: 999px;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-bottom: 12px;
}

.dvfms-hero h1 {
	margin: 0 0 10px;
	font-size: 50px;
	line-height: 1.15;
}

.dvfms-hero p {
	margin: 0 0 12px;
	color: var(--dvfms-muted);
}

.dvfms-hero-points {
	margin: 0;
	padding-left: 18px;
}

.dvfms-hero-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

.dvfms-hero-badges span {
	display: inline-block;
	padding: 6px 10px;
	background: #fff;
	border: 1px solid #ddd3ca;
	border-radius: 999px;
	font-size: 12px;
	color: #584c43;
}

.dvfms-hero-card {
	background: var(--dvfms-surface);
	border: 1px solid #e7e7e7;
	border-radius: 12px;
	padding: 18px;
	box-shadow: 0 10px 30px rgba(22, 35, 70, 0.12);
}

.dvfms-subscription-form select {
	width: 100%;
	min-height: 40px;
	border-radius: 8px;
	border: 1px solid #d9d9e3;
}

.dvfms-subscription-form input[type="text"],
.dvfms-subscription-form input[type="email"] {
	width: 100%;
	min-height: 40px;
	border-radius: 8px;
	border: 1px solid #d9d9e3;
	padding: 0 10px;
}

.dvfms-subscription-form label {
	color: #2a2f40;
}

.dvfms-secure-note {
	margin: 10px 0 0;
	font-size: 12px;
	color: #6d7486;
}

.dvfms-subscribe-button,
.dvfms-login-button {
	width: 100%;
	text-align: center;
	background: linear-gradient(135deg, var(--dvfms-brand-1), var(--dvfms-brand-2));
	border: 0;
	color: #fff;
	min-height: 44px;
	border-radius: 10px;
	font-weight: 600;
}

.dvfms-subscribe-button:hover,
.dvfms-login-button:hover {
	filter: brightness(1.05);
}

.dvfms-section {
	background: var(--dvfms-surface);
	border: 1px solid #ececec;
	border-radius: 12px;
	padding: 22px;
	margin-bottom: 18px;
}

.dvfms-image-text {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	align-items: center;
}

.dvfms-image-text-media {
	border-radius: 12px;
	overflow: hidden;
	min-height: 360px;
	background: #f5f5f5;
}

.dvfms-image-text-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dvfms-image-text-content p {
	color: var(--dvfms-muted);
}

.dvfms-section h2 {
	margin-top: 0;
	margin-bottom: 14px;
	font-size: 30px;
}

.dvfms-pricing-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.dvfms-pricing-card {
	background: linear-gradient(180deg, #ffffff, #f8f5f2);
	border: 1px solid #e4ddd6;
	border-radius: 10px;
	padding: 14px;
}

.dvfms-pricing-card h3 {
	margin: 0 0 8px;
}

.dvfms-price-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 8px 0;
	border-top: 1px dashed #e7e2dc;
}

.dvfms-price-row:first-of-type {
	margin-top: 6px;
}

.dvfms-price-label {
	font-weight: 600;
	color: #433b34;
}

.dvfms-price-value {
	font-weight: 700;
	color: #1f1a17;
	white-space: nowrap;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 12px;
	border-radius: 999px;
	background: linear-gradient(135deg, #2a221e, #6f5c4d);
	color: #fff;
	font-size: 14px;
	line-height: 1;
	box-shadow: 0 3px 10px rgba(42, 34, 30, 0.24);
}

.dvfms-dark-section {
	background: linear-gradient(140deg, #2b231f, #3b322c);
	color: #fff;
	border-color: transparent;
}

.dvfms-dark-section h2 {
	color: #fff;
}

.dvfms-why-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.dvfms-why-card {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 10px;
	padding: 14px;
}

.dvfms-why-card h3 {
	margin-top: 0;
	margin-bottom: 8px;
	font-size: 18px;
	color: #fff;
}

.dvfms-why-card p {
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
}

.dvfms-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.dvfms-step {
	background: #fafafa;
	border: 1px solid #ebebeb;
	border-radius: 10px;
	padding: 12px;
}

.dvfms-step span {
	display: inline-flex;
	width: 28px;
	height: 28px;
	background: linear-gradient(135deg, var(--dvfms-brand-3), var(--dvfms-brand-2));
	color: #fff;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	margin-bottom: 8px;
}

.dvfms-faq {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.dvfms-faq > div {
	border: 1px solid #ececec;
	border-radius: 10px;
	padding: 12px;
	background: #fcfcff;
}

.dvfms-faq h4 {
	margin-top: 0;
	margin-bottom: 8px;
}

.dvfms-delivery-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.dvfms-delivery-grid > div {
	background: #fcfbfa;
	border: 1px solid #e8e1da;
	border-radius: 10px;
	padding: 12px;
}

.dvfms-delivery-grid h4 {
	margin-top: 0;
	margin-bottom: 8px;
}

.dvfms-bottom-cta {
	background: linear-gradient(135deg, #2a221e, #6f5c4d);
	color: #fff;
	text-align: center;
	border-radius: 14px;
	padding: 24px 18px;
	margin: 20px 0 8px;
}

.dvfms-bottom-cta h3 {
	margin: 0 0 12px;
	color: #fff;
}

.dvfms-bottom-cta .button {
	background: #fff;
	color: #25163a;
	border: 0;
	border-radius: 999px;
	padding: 10px 18px;
	font-weight: 600;
}

.dvfms-shortcode-cta {
	background: linear-gradient(135deg, #2a221e, #6f5c4d);
	color: #fff;
	text-align: center;
	border-radius: 12px;
	padding: 20px 16px;
	margin: 16px 0;
}

.dvfms-shortcode-title {
	margin: 0 0 12px;
	color: #fff;
	font-size: 20px;
	line-height: 1.2;
}

.dvfms-shortcode-button {
	background: #fff;
	color: #25163a;
	border: 0;
	border-radius: 999px;
	padding: 10px 18px;
	font-weight: 600;
	text-decoration: none;
	display: inline-block;
}

.dvfms-shortcode-button:hover {
	filter: brightness(0.97);
}

.dvfms-shortcode-cta-compact {
	padding: 14px 12px;
	border-radius: 10px;
}

.dvfms-shortcode-cta-compact .dvfms-shortcode-title {
	font-size: 16px;
	margin-bottom: 8px;
}

.dvfms-shortcode-cta-compact .dvfms-shortcode-button {
	padding: 8px 14px;
	font-size: 13px;
}

.dvfms-notice {
	padding: 10px 12px;
	border-radius: 4px;
	margin-bottom: 12px;
}

.dvfms-notice-success {
	background: #ecf9f0;
	color: #1f7a3a;
}

.dvfms-notice-warning {
	background: #fff8e6;
	color: #996c00;
}

@media (max-width: 900px) {
	.dvfms-hero {
		grid-template-columns: 1fr;
		padding: 20px;
	}

	.dvfms-hero-media {
		min-height: 300px;
	}

	.dvfms-image-text {
		grid-template-columns: 1fr;
	}

	.dvfms-pricing-grid,
	.dvfms-steps,
	.dvfms-faq,
	.dvfms-delivery-grid,
	.dvfms-why-grid {
		grid-template-columns: 1fr;
	}

	.dvfms-hero h1 {
		font-size: 32px;
	}
}
