/* ═══════════════════════════════════════════════════════════════
   DRWL FD SaaS — Landing Page
   ═══════════════════════════════════════════════════════════════ */

/* ── Page background: match dark landing ─────────────────────── */
body:has(#drwl-landing) {
	background: #0d0f1a !important;
	color: #e6e8f5;
}
/* Ocultar bordes y padding del theme que rodean el contenido */
body:has(#drwl-landing) .site,
body:has(#drwl-landing) .site-content,
body:has(#drwl-landing) #page,
body:has(#drwl-landing) #content,
body:has(#drwl-landing) .entry-content,
body:has(#drwl-landing) article,
body:has(#drwl-landing) .wp-block-post-content {
	background: transparent !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
	max-width: none !important;
}

/* ── Reset / tokens (dark by default) ───────────────────────── */
#drwl-landing {
	--dl-bg:          #0d0f1a;
	--dl-bg-alt:      #111320;
	--dl-bg-card:     #161928;
	--dl-border:      #2a2d45;
	--dl-text:        #e6e8f5;
	--dl-text-2:      #8c90b0;
	--dl-text-3:      #565a78;
	--dl-accent:      #3b82f6;
	--dl-accent-dark: #2563eb;
	--dl-accent-glow: rgba(59,130,246,.15);
	--dl-highlight:   #1a2540;
	--dl-radius:      12px;
	--dl-radius-lg:   20px;
	--dl-shadow:      0 2px 20px rgba(0,0,0,.40);
	--dl-shadow-lg:   0 8px 48px rgba(0,0,0,.55);

	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	color: var(--dl-text);
	background: var(--dl-bg);
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

/* ── Light mode (opt-in) ─────────────────────────────────────── */
body.drwl-page-light #drwl-landing {
	--dl-bg:          #ffffff;
	--dl-bg-alt:      #f7f8fc;
	--dl-bg-card:     #ffffff;
	--dl-border:      #e8eaf0;
	--dl-text:        #0f1117;
	--dl-text-2:      #4b5162;
	--dl-text-3:      #8b90a0;
	--dl-accent:      #2563eb;
	--dl-accent-dark: #1d4ed8;
	--dl-accent-glow: rgba(37,99,235,.12);
	--dl-highlight:   #f0f7ff;
	--dl-shadow:      0 2px 16px rgba(0,0,0,.07);
	--dl-shadow-lg:   0 8px 40px rgba(0,0,0,.12);
}
body.drwl-page-light .dl-section--alt {
	background: #f7f8fc !important;
}

/* ═══════════════════════════════════════════════════════════════
   FACTURA DIRECTA — paleta y tipografía corporativa (light mode)
   Activado vía body.drwl-page-fd. Tokens extraídos de
   facturadirecta.com (logo + CSS principal): #0060a7 / #0095da
   (azul logo), #285FA2 (acento marca, el más usado), #c95c44
   (acento cálido, uso puntual).
   ═══════════════════════════════════════════════════════════════ */
body.drwl-page-fd:has(#drwl-landing) {
	background: #ffffff !important;
	color: #212529;
}
body.drwl-page-fd #drwl-landing {
	--dl-bg:          #ffffff;
	--dl-bg-alt:      #fafafa;
	--dl-bg-card:     #ffffff;
	--dl-border:      #e5e7eb;
	--dl-text:        #212529;
	--dl-text-2:      #6c757d;
	--dl-text-3:      #495057;
	--dl-accent:      #285fa2;
	--dl-accent-dark: #0060a7;
	--dl-accent-glow: rgba(40,95,162,.12);
	--dl-highlight:   #f0f7ff;
	--dl-shadow:      0 2px 16px rgba(0,0,0,.06);
	--dl-shadow-lg:   0 8px 40px rgba(0,0,0,.10);

	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: var(--dl-text);
	background: var(--dl-bg);
}
body.drwl-page-fd #drwl-landing h1,
body.drwl-page-fd #drwl-landing h2,
body.drwl-page-fd #drwl-landing h3,
body.drwl-page-fd #drwl-landing .dl-navbar-brand,
body.drwl-page-fd #drwl-landing .dl-chooser-title,
body.drwl-page-fd #drwl-landing .dl-hero-title,
body.drwl-page-fd #drwl-landing .dl-choice-title {
	font-family: "Bricolage Grotesque", "Roboto", sans-serif;
	letter-spacing: -0.01em;
}
body.drwl-page-fd .dl-section--alt {
	background: #fafafa !important;
}
body.drwl-page-fd .dl-cta-final {
	background: linear-gradient(135deg, #0060a7 0%, #285fa2 100%) !important;
	color: #ffffff !important;
}
body.drwl-page-fd .dl-cta-final h2,
body.drwl-page-fd .dl-cta-final p {
	color: #ffffff !important;
}
body.drwl-page-fd .dl-cta-final .dl-btn--ghost {
	color: #ffffff !important;
	border-color: rgba(255,255,255,.5) !important;
}
body.drwl-page-fd .dl-badge {
	background: rgba(201,92,68,.10);
	color: #c95c44;
	border-color: rgba(201,92,68,.20);
}
body.drwl-page-fd .dl-feature-card,
body.drwl-page-fd .dl-trust-item,
body.drwl-page-fd .dl-choice-card,
body.drwl-page-fd .dl-faq-item {
	border: 1px solid var(--dl-border);
	background: #ffffff;
}
body.drwl-page-fd .dl-choice-card:hover {
	border-color: var(--dl-accent);
	box-shadow: 0 8px 32px rgba(40,95,162,.12);
}
body.drwl-page-fd .dl-integration-logo--text {
	font-family: "Bricolage Grotesque", sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: var(--dl-text-2);
	letter-spacing: -0.01em;
}

/* ── Hide theme header & footer on landing ──────────────────── */
body:has(#drwl-landing) #masthead,
body:has(#drwl-landing) .site-header,
body:has(#drwl-landing) header.wp-block-template-part,
body:has(#drwl-landing) .wp-site-blocks > header,
body:has(#drwl-landing) #colophon,
body:has(#drwl-landing) .site-footer,
body:has(#drwl-landing) footer.wp-block-template-part,
body:has(#drwl-landing) .wp-site-blocks > footer {
	display: none !important;
}

/* ── Landing navbar ─────────────────────────────────────────── */
#drwl-landing {
	position: relative;
}
.dl-navbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 32px;
	max-width: 1200px;
	margin: 0 auto;
}
.dl-navbar-brand {
	font-size: 20px;
	font-weight: 700;
	color: var(--dl-text);
	text-decoration: none;
	letter-spacing: -.02em;
}
.dl-navbar-brand:hover { color: var(--dl-text); text-decoration: none; }
.dl-navbar-right {
	display: flex;
	align-items: center;
	gap: 12px;
}
.dl-navbar-link {
	font-size: 14px;
	font-weight: 500;
	color: var(--dl-text-2);
	text-decoration: none;
	padding: 6px 14px;
	border-radius: 8px;
	transition: color .2s, background .2s;
}
.dl-navbar-link:hover {
	color: var(--dl-text);
	background: rgba(255,255,255,.06);
	text-decoration: none;
}
.dl-lang-btn {
	display: inline-block;
	padding: 5px 12px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--dl-text-2);
	border: 1px solid var(--dl-border);
	border-radius: 20px;
	text-decoration: none;
	background: var(--dl-bg-card);
	transition: color .2s, border-color .2s;
}
.dl-lang-btn:hover {
	color: var(--dl-accent);
	border-color: var(--dl-accent);
	text-decoration: none;
}
@media (max-width: 480px) {
	.dl-navbar { padding: 12px 16px; }
	.dl-navbar-brand { font-size: 17px; }
}

/* ── Layout ──────────────────────────────────────────────────── */
.dl-container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 24px;
}
.dl-container--narrow { max-width: 720px; }

.dl-section {
	padding: 90px 0;
	background: var(--dl-bg);
}
.dl-section--alt {
	background: var(--dl-bg-alt);
}

.dl-section-header {
	text-align: center;
	max-width: 600px;
	margin: 0 auto 56px;
}
.dl-section-header h2 {
	font-size: clamp(24px, 3vw, 36px);
	font-weight: 800;
	color: var(--dl-text);
	margin: 0 0 14px;
	line-height: 1.2;
}
.dl-section-header p {
	font-size: 17px;
	color: var(--dl-text-2);
	margin: 0;
}

/* ── Buttons ─────────────────────────────────────────────────── */
.dl-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 14px 28px;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	border: none;
	cursor: pointer;
	transition: transform .15s, box-shadow .15s, background .15s, opacity .15s;
	white-space: nowrap;
}
.dl-btn:hover { transform: translateY(-1px); }

.dl-btn--primary {
	background: var(--dl-accent);
	color: #fff;
	box-shadow: 0 4px 16px var(--dl-accent-glow);
}
.dl-btn--primary:hover {
	background: var(--dl-accent-dark);
	box-shadow: 0 6px 24px var(--dl-accent-glow);
	color: #fff;
}
.dl-btn--ghost {
	background: transparent;
	color: var(--dl-text-2);
	border: 1.5px solid var(--dl-border);
}
.dl-btn--ghost:hover {
	background: var(--dl-bg-alt);
	color: var(--dl-text);
	border-color: var(--dl-text-3);
}
.dl-btn--outline {
	background: transparent;
	color: var(--dl-accent);
	border: 1.5px solid var(--dl-accent);
}
.dl-btn--outline:hover {
	background: var(--dl-highlight);
	color: var(--dl-accent);
}
.dl-btn--disabled {
	background: var(--dl-border);
	color: var(--dl-text-3);
	cursor: default;
	pointer-events: none;
}
.dl-btn--lg { padding: 16px 36px; font-size: 17px; border-radius: 12px; }

/* ── HERO ────────────────────────────────────────────────────── */
.dl-hero {
	padding: 110px 0 100px;
	background: var(--dl-bg);
	position: relative;
	overflow: hidden;
}
.dl-hero::before {
	content: '';
	position: absolute;
	top: -200px;
	left: 50%;
	transform: translateX(-50%);
	width: 800px;
	height: 800px;
	background: radial-gradient(circle, var(--dl-accent-glow) 0%, transparent 70%);
	pointer-events: none;
}
.dl-hero-inner {
	text-align: center;
	max-width: 760px;
	margin: 0 auto;
	position: relative;
}
.dl-badge {
	display: inline-block;
	background: var(--dl-highlight);
	color: var(--dl-accent);
	border: 1px solid var(--dl-accent-glow);
	border-radius: 20px;
	padding: 5px 14px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .3px;
	margin-bottom: 22px;
}
.dl-hero-title {
	font-size: clamp(32px, 5vw, 58px);
	font-weight: 900;
	line-height: 1.1;
	color: var(--dl-text);
	margin: 0 0 22px;
	letter-spacing: -.02em;
}
.dl-hero-sub {
	font-size: 19px;
	color: var(--dl-text-2);
	line-height: 1.65;
	margin: 0 0 38px;
	max-width: 580px;
	margin-left: auto;
	margin-right: auto;
}
.dl-hero-ctas {
	display: flex;
	gap: 12px;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 32px;
}
.dl-hero-proof {
	display: flex;
	gap: 24px;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 13px;
	color: var(--dl-text-3);
	font-weight: 500;
}
.dl-hero-proof span::before { content: ''; }

/* ── HERO SCREENSHOT ─────────────────────────────────────────── */
.dl-hero-screenshot {
	margin-top: 48px;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 24px 80px -20px rgba(0, 0, 0, .35);
	border: 1px solid rgba(255, 255, 255, .08);
}
.dl-hero-screenshot img {
	display: block;
	width: 100%;
	height: auto;
}
@media (max-width: 640px) {
	.dl-hero-screenshot {
		margin-top: 32px;
		border-radius: 10px;
	}
}

/* ── FEATURES ────────────────────────────────────────────────── */
.dl-features-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
}
.dl-feature-card {
	background: var(--dl-bg-card);
	border: 1px solid var(--dl-border);
	border-radius: var(--dl-radius);
	padding: 28px 26px;
	transition: box-shadow .2s, transform .2s;
}
.dl-feature-card:hover {
	box-shadow: var(--dl-shadow-lg);
	transform: translateY(-3px);
}
.dl-feature-icon {
	font-size: 28px;
	margin-bottom: 14px;
}
.dl-feature-card h3 {
	font-size: 17px;
	font-weight: 700;
	color: var(--dl-text);
	margin: 0 0 8px;
}
.dl-feature-card p {
	font-size: 14px;
	color: var(--dl-text-2);
	margin: 0;
	line-height: 1.65;
}

/* ── HOW IT WORKS ────────────────────────────────────────────── */
.dl-steps {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	flex-wrap: wrap;
	justify-content: center;
}
.dl-step {
	flex: 1;
	min-width: 220px;
	max-width: 300px;
	text-align: center;
}
.dl-step-num {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: var(--dl-accent);
	color: #fff;
	font-size: 22px;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 18px;
	box-shadow: 0 4px 16px var(--dl-accent-glow);
}
.dl-step-body h3 {
	font-size: 17px;
	font-weight: 700;
	color: var(--dl-text);
	margin: 0 0 8px;
}
.dl-step-body p {
	font-size: 14px;
	color: var(--dl-text-2);
	margin: 0;
	line-height: 1.6;
}
.dl-step-arrow {
	font-size: 24px;
	color: var(--dl-border);
	padding-top: 14px;
	flex-shrink: 0;
	align-self: flex-start;
	margin-top: 18px;
}
@media (max-width: 640px) { .dl-step-arrow { display: none; } }

/* ── PRICING ─────────────────────────────────────────────────── */
.dl-plans-grid {
	display: grid;
	gap: 24px;
	justify-content: center;
}
.dl-plans-grid--1 { grid-template-columns: minmax(280px, 400px); }
.dl-plans-grid--2 { grid-template-columns: repeat(2, minmax(280px, 420px)); }
.dl-plans-grid--3 { grid-template-columns: repeat(3, minmax(240px, 360px)); }
.dl-plans-grid--4 { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
@media (max-width: 780px) {
	.dl-plans-grid--2,
	.dl-plans-grid--3,
	.dl-plans-grid--4 { grid-template-columns: minmax(280px, 460px); }
}

.dl-plan {
	background: var(--dl-bg-card);
	border: 1.5px solid var(--dl-border);
	border-radius: var(--dl-radius-lg);
	padding: 36px 32px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	position: relative;
	transition: box-shadow .2s, transform .2s;
}
.dl-plan:hover {
	box-shadow: var(--dl-shadow-lg);
	transform: translateY(-4px);
}
.dl-plan--highlight {
	border-color: var(--dl-accent);
	box-shadow: 0 0 0 3px var(--dl-accent-glow), var(--dl-shadow);
}
.dl-plan--highlight:hover {
	box-shadow: 0 0 0 3px var(--dl-accent-glow), var(--dl-shadow-lg);
}
.dl-plan-badge {
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--dl-accent);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 4px 14px;
	border-radius: 20px;
	white-space: nowrap;
	letter-spacing: .3px;
}
.dl-plan-name {
	font-size: 18px;
	font-weight: 800;
	color: var(--dl-text);
}
.dl-plan-price {
	display: flex;
	align-items: baseline;
	gap: 4px;
}
.dl-plan-amount {
	font-size: 48px;
	font-weight: 900;
	color: var(--dl-text);
	line-height: 1;
	letter-spacing: -.03em;
}
.dl-plan-interval {
	font-size: 16px;
	color: var(--dl-text-3);
	font-weight: 500;
}
.dl-plan-features {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 1;
}
.dl-plan-features li {
	font-size: 14px;
	color: var(--dl-text-2);
	display: flex;
	align-items: flex-start;
	gap: 8px;
}
.dl-plan-features li::before {
	content: '✓';
	color: var(--dl-accent);
	font-weight: 800;
	font-size: 13px;
	flex-shrink: 0;
	margin-top: 1px;
}
.dl-plan .dl-btn { width: 100%; }

.dl-pricing-note {
	text-align: center;
	margin-top: 32px;
	font-size: 14px;
	color: var(--dl-text-3);
}
.dl-pricing-note a {
	color: var(--dl-accent);
	text-decoration: none;
	font-weight: 600;
}
.dl-pricing-note a:hover { text-decoration: underline; }

/* ── FAQ ─────────────────────────────────────────────────────── */
.dl-faq-list {
	display: flex;
	flex-direction: column;
	gap: 0;
	border: 1px solid var(--dl-border);
	border-radius: var(--dl-radius);
	overflow: hidden;
}
.dl-faq-item { border-bottom: 1px solid var(--dl-border); }
.dl-faq-item:last-child { border-bottom: none; }

.dl-faq-q {
	width: 100%;
	text-align: left;
	background: var(--dl-bg-card);
	border: none;
	padding: 20px 24px;
	font-size: 16px;
	font-weight: 600;
	color: var(--dl-text);
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	transition: background .15s;
}
.dl-faq-q:hover { background: var(--dl-bg-alt); }
.dl-faq-chevron {
	font-size: 22px;
	font-weight: 300;
	color: var(--dl-text-3);
	transition: transform .25s;
	flex-shrink: 0;
}
.dl-faq-item.is-open .dl-faq-chevron { transform: rotate(45deg); }
.dl-faq-item.is-open .dl-faq-q { background: var(--dl-highlight); color: var(--dl-accent); }

.dl-faq-a {
	background: var(--dl-bg-card);
	padding: 0 24px;
	overflow: hidden;
	max-height: 0;
	transition: max-height .3s ease, padding .3s ease;
}
.dl-faq-a:not([hidden]) {
	max-height: 400px;
	padding: 6px 24px 20px;
}
.dl-faq-a p {
	font-size: 15px;
	color: var(--dl-text-2);
	line-height: 1.7;
	margin: 0;
}

/* ── FOOTER CTA ──────────────────────────────────────────────── */
.dl-cta-final {
	background: var(--dl-bg);
	text-align: center;
	padding: 90px 0;
	border-top: 1px solid var(--dl-border);
}
.dl-cta-final h2 {
	font-size: clamp(26px, 4vw, 42px);
	font-weight: 900;
	color: var(--dl-text);
	margin: 0 0 14px;
	line-height: 1.2;
}
.dl-cta-final p {
	font-size: 17px;
	color: var(--dl-text-2);
	margin: 0 0 36px;
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 640px) {
	.dl-section { padding: 60px 0; }
	.dl-hero { padding: 72px 0 60px; }
	.dl-hero-sub { font-size: 16px; }
	.dl-features-grid { grid-template-columns: 1fr; }
	.dl-plan { padding: 28px 22px; }
	.dl-plan-amount { font-size: 38px; }
	.dl-cta-final { padding: 60px 0; }
}

/* ── Animaciones de entrada ──────────────────────────────────── */
.dl-animate {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity .5s ease, transform .5s ease;
}
.dl-animate.dl-visible {
	opacity: 1;
	transform: translateY(0);
}
.dl-feature-card:nth-child(2) { transition-delay: .08s; }
.dl-feature-card:nth-child(3) { transition-delay: .16s; }
.dl-feature-card:nth-child(4) { transition-delay: .24s; }
.dl-feature-card:nth-child(5) { transition-delay: .32s; }
.dl-feature-card:nth-child(6) { transition-delay: .40s; }
.dl-plan:nth-child(2) { transition-delay: .1s; }
.dl-plan:nth-child(3) { transition-delay: .2s; }

/* ── CASOS ───────────────────────────────────────────────────── */
.dl-casos-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	align-items: start;
}
@media (max-width: 900px) {
	.dl-casos-grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }
}
.dl-caso-card {
	background: var(--dl-bg-card);
	border: 1.5px solid var(--dl-border);
	border-radius: var(--dl-radius-lg);
	padding: 32px 28px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	position: relative;
	transition: box-shadow .2s, transform .2s;
}
.dl-caso-card:hover {
	box-shadow: var(--dl-shadow-lg);
	transform: translateY(-3px);
}
.dl-caso-card--highlight {
	border-color: var(--dl-accent);
	box-shadow: 0 0 0 3px var(--dl-accent-glow), var(--dl-shadow);
}
.dl-caso-best {
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--dl-accent);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 4px 14px;
	border-radius: 20px;
	white-space: nowrap;
}
.dl-caso-price {
	font-size: 42px;
	font-weight: 900;
	color: var(--dl-text);
	line-height: 1;
	letter-spacing: -.03em;
}
.dl-caso-price span {
	font-size: 16px;
	font-weight: 500;
	color: var(--dl-text-3);
	letter-spacing: 0;
}
.dl-caso-emoji { font-size: 32px; }
.dl-caso-card h3 {
	font-size: 17px;
	font-weight: 700;
	color: var(--dl-text);
	margin: 0;
	line-height: 1.3;
}
.dl-caso-card p {
	font-size: 13px;
	color: var(--dl-text-2);
	margin: 0;
	line-height: 1.65;
}
.dl-caso-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1;
}
.dl-caso-list li {
	font-size: 13px;
	color: var(--dl-text-2);
	padding-left: 18px;
	position: relative;
	line-height: 1.45;
}
.dl-caso-list li::before {
	content: '✓';
	position: absolute;
	left: 0;
	color: var(--dl-accent);
	font-weight: 800;
	font-size: 12px;
}
.dl-caso-card .dl-btn { width: 100%; text-align: center; }

/* ── ZAPIER COMPARE TABLE ────────────────────────────────────── */
.dl-compare-table-wrap {
	overflow-x: auto;
	border-radius: var(--dl-radius-lg);
	box-shadow: var(--dl-shadow);
}
.dl-compare-table {
	width: 100%;
	border-collapse: collapse;
	background: var(--dl-bg-card);
	font-size: 14px;
}
.dl-compare-table th,
.dl-compare-table td {
	padding: 14px 20px;
	text-align: left;
	border-bottom: 1px solid var(--dl-border);
	vertical-align: middle;
	line-height: 1.4;
}
.dl-compare-table thead th {
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .04em;
	padding: 16px 20px;
}
.dl-compare-table tr:last-child td { border-bottom: none; }
.dl-compare-table td:first-child {
	font-weight: 600;
	color: var(--dl-text);
	width: 36%;
}
.dl-compare-table small {
	display: block;
	font-size: 11px;
	color: var(--dl-text-3);
	margin-top: 2px;
}
.dl-compare-them {
	background: #fef2f2;
	color: #7f1d1d;
	text-align: center !important;
}
body.drwl-page-dark .dl-compare-them {
	background: #2a1a1a;
	color: #fca5a5;
}
.dl-compare-us {
	background: #f0fdf4;
	color: #14532d;
	text-align: center !important;
	font-weight: 600;
}
body.drwl-page-dark .dl-compare-us {
	background: #14271c;
	color: #86efac;
}
.dl-compare-bad  { color: #dc2626; font-weight: 600; }
.dl-compare-good { color: #16a34a; font-weight: 700; }
body.drwl-page-dark .dl-compare-bad  { color: #fca5a5; }
body.drwl-page-dark .dl-compare-good { color: #4ade80; }
.dl-compare-table tr:hover td { background: rgba(0,0,0,.02); }

/* ── PROBLEM / SOLUTION ──────────────────────────────────────── */
.dl-problem-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 24px;
}
.dl-problem-card {
	border-radius: var(--dl-radius-lg);
	padding: 32px 30px;
}
.dl-problem-card--bad {
	background: #fff5f5;
	border: 1.5px solid #fecaca;
}
body.drwl-page-dark .dl-problem-card--bad {
	background: #2a1a1a;
	border-color: #7f1d1d;
}
.dl-problem-card--good {
	background: #f0fdf4;
	border: 1.5px solid #bbf7d0;
}
body.drwl-page-dark .dl-problem-card--good {
	background: #14271c;
	border-color: #166534;
}
.dl-problem-icon {
	font-size: 36px;
	margin-bottom: 14px;
}
.dl-problem-card h3 {
	font-size: 18px;
	font-weight: 800;
	margin: 0 0 16px;
	color: var(--dl-text);
}
.dl-problem-card ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.dl-problem-card--bad li {
	font-size: 14px;
	color: #7f1d1d;
	padding-left: 20px;
	position: relative;
	line-height: 1.5;
}
body.drwl-page-dark .dl-problem-card--bad li { color: #fca5a5; }
.dl-problem-card--bad li::before {
	content: '✗';
	position: absolute;
	left: 0;
	color: #dc2626;
	font-weight: 700;
}
.dl-problem-card--good li {
	font-size: 14px;
	color: #14532d;
	padding-left: 20px;
	position: relative;
	line-height: 1.5;
}
body.drwl-page-dark .dl-problem-card--good li { color: #86efac; }
.dl-problem-card--good li::before {
	content: '✓';
	position: absolute;
	left: 0;
	color: #16a34a;
	font-weight: 700;
}

/* ── MODULES ─────────────────────────────────────────────────── */
.dl-modules-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	align-items: start;
}
@media (max-width: 900px) {
	.dl-modules-grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
}
.dl-module-card {
	background: var(--dl-bg-card);
	border: 1.5px solid var(--dl-border);
	border-radius: var(--dl-radius-lg);
	padding: 32px 28px;
	display: flex;
	flex-direction: column;
	gap: 18px;
	position: relative;
	transition: box-shadow .2s, transform .2s;
}
.dl-module-card:hover {
	box-shadow: var(--dl-shadow-lg);
	transform: translateY(-3px);
}
.dl-module-card--highlight {
	border-color: var(--dl-accent);
	box-shadow: 0 0 0 3px var(--dl-accent-glow);
}
.dl-module-card--highlight:hover {
	box-shadow: 0 0 0 3px var(--dl-accent-glow), var(--dl-shadow-lg);
}
.dl-module-card--soon {
	opacity: .85;
}
.dl-module-best {
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--dl-accent);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 4px 14px;
	border-radius: 20px;
	white-space: nowrap;
}
.dl-module-soon-badge {
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	background: #6b7280;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 4px 14px;
	border-radius: 20px;
	white-space: nowrap;
}
.dl-module-header {
	display: flex;
	align-items: flex-start;
	gap: 14px;
}
.dl-module-icon {
	font-size: 32px;
	flex-shrink: 0;
}
.dl-module-tag {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .06em;
	color: var(--dl-accent);
	margin-bottom: 4px;
}
.dl-module-title {
	font-size: 20px;
	font-weight: 800;
	color: var(--dl-text);
	margin: 0;
	line-height: 1.2;
}
.dl-module-desc {
	font-size: 14px;
	color: var(--dl-text-2);
	margin: 0;
	line-height: 1.65;
}
.dl-module-features {
	display: flex;
	flex-direction: column;
	gap: 14px;
	flex: 1;
}
.dl-mf {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-size: 13px;
	line-height: 1.5;
}
.dl-mf-icon {
	font-size: 18px;
	flex-shrink: 0;
	margin-top: 1px;
}
.dl-mf strong {
	display: block;
	color: var(--dl-text);
	font-size: 13px;
	margin-bottom: 1px;
}
.dl-mf span {
	color: var(--dl-text-2);
	font-size: 12px;
}
.dl-btn--full { width: 100%; }

/* ── TRUST / SECURITY ────────────────────────────────────────── */
.dl-trust-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 20px;
}
.dl-trust-item {
	background: var(--dl-bg-card);
	border: 1px solid var(--dl-border);
	border-radius: var(--dl-radius);
	padding: 28px 24px;
	text-align: center;
}
.dl-trust-icon {
	font-size: 32px;
	margin-bottom: 14px;
}
.dl-trust-item h3 {
	font-size: 16px;
	font-weight: 700;
	color: var(--dl-text);
	margin: 0 0 8px;
}
.dl-trust-item p {
	font-size: 13px;
	color: var(--dl-text-2);
	margin: 0;
	line-height: 1.6;
}

/* ── Module landing extras ───────────────────────────────────── */
.dl-back-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	font-weight: 600;
	color: var(--dl-text-2);
	text-decoration: none;
	margin-bottom: 32px;
	transition: color .2s;
}
.dl-back-link:hover { color: var(--dl-accent); text-decoration: none; }

.dl-hero--module .dl-hero-inner { padding-top: 20px; }

.dl-features-grid--3 {
	grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 780px) {
	.dl-features-grid--3 { grid-template-columns: 1fr; }
}

.dl-plan--centered {
	max-width: 420px;
	margin: 0 auto;
	text-align: left;
}
.dl-trust-item code {
	background: var(--dl-bg-alt);
	padding: 1px 5px;
	border-radius: 4px;
	font-size: 12px;
}

/* ── Plan extras (módulo tag, tagline, soon) ─────────────────── */
.dl-plan-module {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .06em;
	color: var(--dl-accent);
}
.dl-plan-tagline {
	font-size: 13px;
	color: var(--dl-text-2);
	margin: 0;
	line-height: 1.5;
}
.dl-plan--soon { opacity: .8; }
.dl-plan-soon {
	display: inline-block;
	background: #6b7280;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	padding: 3px 10px;
	border-radius: 20px;
	width: fit-content;
}

/* CTA final — proof line inherits normal text color */
.dl-cta-final .dl-hero-proof { color: var(--dl-text-3); }

/* ── Two Modes section ────────────────────────────────────────── */
.dl-modes-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin-top: 40px;
}
.dl-mode-card {
	background: var(--dl-bg-card);
	border: 1px solid var(--dl-border);
	border-radius: var(--dl-radius-lg);
	padding: 36px 32px;
	transition: transform .25s, box-shadow .25s;
}
.dl-mode-card:hover {
	transform: translateY(-3px);
	box-shadow: var(--dl-shadow-lg);
}
.dl-mode-icon {
	font-size: 36px;
	margin-bottom: 16px;
}
.dl-mode-card h3 {
	font-size: 22px;
	font-weight: 800;
	color: var(--dl-text);
	margin: 0 0 10px;
}
.dl-mode-desc {
	color: var(--dl-text-2);
	font-size: 15px;
	line-height: 1.6;
	margin: 0 0 20px;
}
.dl-mode-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.dl-mode-list li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 10px;
	font-size: 14px;
	color: var(--dl-text);
	line-height: 1.5;
}
.dl-mode-list li::before {
	content: '✓';
	position: absolute;
	left: 0;
	color: var(--dl-accent);
	font-weight: 700;
}
.dl-modes-note {
	text-align: center;
	margin-top: 28px;
	font-size: 14px;
	color: var(--dl-text-2);
	font-style: italic;
}
@media (max-width: 700px) {
	.dl-modes-grid { grid-template-columns: 1fr; }
	.dl-mode-card { padding: 28px 22px; }
}

/* ═══════════════════════════════════════════════════════════════ */
/* CHOOSER (home `/`) — minimal product selection                   */
/* ═══════════════════════════════════════════════════════════════ */
.drwl-landing--chooser {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
.dl-chooser {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 80px 20px;
}
.dl-chooser-header {
	text-align: center;
	margin-bottom: 56px;
}
.dl-chooser-tagline {
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	color: var(--dl-accent);
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.dl-chooser-title {
	font-size: 48px;
	font-weight: 800;
	letter-spacing: -1px;
	line-height: 1.1;
	color: var(--dl-text);
	margin: 0 0 16px;
}
.dl-chooser-sub {
	font-size: 17px;
	color: var(--dl-text-2);
	line-height: 1.55;
	max-width: 560px;
	margin: 0 auto;
}
.dl-chooser-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin-bottom: 40px;
}
.dl-choice-card {
	display: block;
	padding: 40px 36px;
	background: var(--dl-bg);
	border: 1px solid var(--dl-border);
	border-radius: 20px;
	text-decoration: none;
	color: inherit;
	transition: transform .25s cubic-bezier(.2, .8, .2, 1), box-shadow .25s, border-color .25s;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.dl-choice-card::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 0%, rgba(59, 130, 246, .03) 100%);
	opacity: 0;
	transition: opacity .25s;
	pointer-events: none;
}
.dl-choice-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 48px rgba(15, 23, 42, .12), 0 4px 12px rgba(15, 23, 42, .06);
	border-color: var(--dl-accent);
}
.dl-choice-card:hover::before { opacity: 1; }
.dl-choice-icon {
	font-size: 44px;
	line-height: 1;
	margin-bottom: 16px;
}
.dl-choice-title {
	font-size: 26px;
	font-weight: 800;
	color: var(--dl-text);
	margin: 0 0 8px;
	letter-spacing: -.5px;
}
.dl-choice-oneliner {
	font-size: 15px;
	font-weight: 600;
	color: var(--dl-accent);
	margin: 0 0 16px;
}
.dl-choice-desc {
	font-size: 14px;
	color: var(--dl-text-2);
	line-height: 1.6;
	margin: 0 0 24px;
}
.dl-choice-price {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	color: var(--dl-text);
	padding: 6px 14px;
	background: rgba(59, 130, 246, .1);
	border-radius: 999px;
	margin-bottom: 20px;
}
.dl-choice-cta {
	font-size: 15px;
	font-weight: 600;
	color: var(--dl-accent);
}
/* Intro block (for cold visitors) */
.dl-chooser-intro {
	max-width: 640px;
	margin: 0 auto 44px;
	padding: 24px 28px;
	background: rgba(59, 130, 246, .04);
	border-left: 3px solid var(--dl-accent);
	border-radius: 8px;
	text-align: left;
}
.dl-chooser-intro-title {
	margin: 0 0 8px;
	font-size: 15px;
	font-weight: 700;
	color: var(--dl-text);
	text-transform: uppercase;
	letter-spacing: .5px;
}
.dl-chooser-intro-body {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
	color: var(--dl-text-2);
}

/* Integrations (Works with …) */
.dl-chooser-integrations {
	margin-top: 32px;
	padding: 20px 0;
	text-align: center;
	border-top: 1px dashed var(--dl-border);
}
.dl-chooser-integrations-label {
	display: block;
	font-size: 11px;
	font-weight: 700;
	color: var(--dl-text-2);
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 14px;
}
.dl-chooser-integrations-row {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 36px;
	flex-wrap: wrap;
}
.dl-integration-logo {
	color: var(--dl-text-2);
	opacity: .7;
	transition: opacity .2s;
	display: inline-flex;
	align-items: center;
}
.dl-integration-logo:hover {
	opacity: 1;
}
.dl-integration-logo svg {
	max-height: 26px;
	width: auto;
}

.dl-chooser-trust {
	display: flex;
	justify-content: center;
	gap: 24px;
	flex-wrap: wrap;
	margin-top: 40px;
	padding: 20px 0;
}
.dl-trust-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	background: rgba(59, 130, 246, .06);
	border: 1px solid var(--dl-border);
	border-radius: 999px;
	font-size: 13px;
	color: var(--dl-text-2);
	font-weight: 500;
}
.dl-trust-pill-icon {
	font-size: 14px;
	line-height: 1;
}
.dl-trust-pill-label {
	white-space: nowrap;
}
@media (max-width: 640px) {
	.dl-chooser-trust {
		gap: 10px;
		margin-top: 28px;
	}
	.dl-trust-pill {
		padding: 6px 12px;
		font-size: 12px;
	}
}

.dl-plan-custom-note {
	max-width: 520px;
	margin: 18px auto 0;
	padding: 12px 20px;
	background: rgba(59, 130, 246, .05);
	border: 1px dashed var(--dl-border);
	border-radius: 8px;
	text-align: center;
	font-size: 14px;
	color: var(--dl-text-2);
	line-height: 1.5;
}
.dl-plan-custom-note a {
	color: var(--dl-accent);
	font-weight: 600;
	text-decoration: none;
}
.dl-plan-custom-note a:hover {
	text-decoration: underline;
}

.dl-chooser-cta-primary {
	text-align: center;
	margin-top: 48px;
	padding-top: 48px;
	border-top: 1px solid var(--dl-border);
}
.dl-chooser-cta-title {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 8px;
	color: var(--dl-text);
}
.dl-chooser-cta-sub {
	font-size: 15px;
	line-height: 1.5;
	color: var(--dl-text-2);
	margin: 0 0 24px;
}
.dl-chooser-cta-primary .dl-btn { min-width: 200px; }
.dl-chooser-cta-primary + .dl-chooser-login {
	border-top: 0;
	padding-top: 16px;
	margin-top: 0;
}

.dl-chooser-login {
	text-align: center;
	margin-top: 20px;
	padding-top: 40px;
	border-top: 1px solid var(--dl-border);
}
.dl-chooser-login a {
	font-size: 14px;
	color: var(--dl-text-2);
	text-decoration: none;
	font-weight: 500;
	transition: color .15s;
}
.dl-chooser-login a:hover { color: var(--dl-accent); }
@media (max-width: 720px) {
	.dl-chooser { padding: 48px 16px; }
	.dl-chooser-header { margin-bottom: 36px; }
	.dl-chooser-title { font-size: 32px; }
	.dl-chooser-sub { font-size: 15px; }
	.dl-chooser-grid { grid-template-columns: 1fr; gap: 16px; }
	.dl-choice-card { padding: 32px 24px; }
	.dl-choice-icon { font-size: 36px; }
	.dl-choice-title { font-size: 22px; }
}

/* ═══════════════════════════════════════════════════════════════ */
/* PROBLEM / AUDIENCE LISTS — for sales pages                       */
/* ═══════════════════════════════════════════════════════════════ */
.dl-problem-list,
.dl-audience-list {
	list-style: none;
	padding: 0;
	margin: 32px 0;
}
.dl-problem-list li,
.dl-audience-list li {
	padding: 12px 0 12px 24px;
	font-size: 16px;
	line-height: 1.6;
	color: var(--dl-text);
	border-bottom: 1px solid var(--dl-border);
	position: relative;
}
.dl-problem-list li:last-child,
.dl-audience-list li:last-child { border-bottom: none; }
.dl-problem-list li strong {
	position: absolute;
	left: 0;
	color: var(--dl-accent);
}
.dl-audience-list li::before {
	content: '→';
	position: absolute;
	left: 0;
	color: var(--dl-accent);
	font-weight: 700;
}
.dl-problem-end,
.dl-audience-end {
	margin-top: 28px;
	padding: 20px 24px;
	background: rgba(59, 130, 246, .05);
	border-left: 4px solid var(--dl-accent);
	border-radius: 8px;
	font-size: 16px;
	line-height: 1.6;
	color: var(--dl-text);
}

/* ═══════════════════════════════════════════════════════════════ */
/* FOOTER (shared across all landing pages)                         */
/* ═══════════════════════════════════════════════════════════════ */
.dl-footer {
	background: var(--dl-bg-alt, #f8fafc);
	border-top: 1px solid var(--dl-border);
	padding: 32px 0;
	margin-top: 60px;
}
.dl-footer-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
}
.dl-footer-brand {
	font-size: 13px;
	color: var(--dl-text-2);
}
.dl-footer-links {
	display: flex;
	gap: 16px;
	font-size: 13px;
}
.dl-footer-links a {
	color: var(--dl-text-2);
	text-decoration: none;
	transition: color .15s;
}
.dl-footer-links a:hover { color: var(--dl-accent); }
@media (max-width: 600px) {
	.dl-footer-inner {
		flex-direction: column;
		text-align: center;
		gap: 12px;
	}
	.dl-footer-links {
		justify-content: center;
		flex-wrap: wrap;
	}
}
