/* Writeo — Landing (rediseño 2026) */
.wl {
	--cream: #f5f0e8;
	--cream-2: #faf8f3;
	--dark: #0d1f0d;
	--dark-2: #152a15;
	--dark-3: #1a3a1a;
	--darker: #060f06;
	--green: #52b788;
	--green-h: #45a375;
	--card: #eae5dc;
	--card-h: #e3ddd3;
	--gridline: #cdc8c0;
	--muted: #45413d;
	--muted-2: #5b5652;
	--star: #f5a623;
	font-family: 'Plus Jakarta Sans', -apple-system, Segoe UI, Roboto, sans-serif;
	color: #1a1a1a;
	-webkit-font-smoothing: antialiased;
}
.wl * { box-sizing: border-box; }
.wl-serif { font-family: 'DM Serif Display', Georgia, serif; }

.wl a, .wl-plan__cta { text-decoration: none; color: rgb( 82, 183, 136 ); }
.wl section { padding-left: 32px; padding-right: 32px; }
.wl-wrap { max-width: 1200px; margin: 0 auto; }

@keyframes wl-pulse { 0%,100% { opacity:1; transform:scale(1);} 50% { opacity:.5; transform:scale(.75);} }

/* ===== NAV ===== */
.wl-nav {
	position: sticky; top: 0; z-index: 100;
	background: var(--dark);
	border-bottom: 1px solid rgba( 255,255,255,0.06 );
	backdrop-filter: blur( 12px );
	padding: 0 !important;
}
.wl-nav__inner { max-width: 1200px; margin: 0 auto; padding: 0 32px; height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wl-logo { display: flex; align-items: center; gap: 12px; }
.wl-logo span { font-family: 'DM Serif Display', serif; font-size: 22px; color: var(--cream); letter-spacing: -0.5px; line-height: 1; }
.wl-nav__links { display: flex; align-items: center; gap: 2px; flex: 1; justify-content: center; }
.wl-navlink { font-size: 13.5px; font-weight: 500; color: rgba(245,240,232,0.85); padding: 8px 14px; border-radius: 8px; transition: color .18s; }
.wl-navlink:hover { color: rgba( 245,240,232,0.95 ); }
.wl-nav__right { display: flex; align-items: center; gap: 10px; }

/* ===== BUTTONS ===== */
.wl-btn { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; border-radius: 12px; transition: all .2s; cursor: pointer; border: 0; }
.wl-btn--primary { background: var(--green); color: var(--dark); padding: 18px 34px; font-size: 16px; }
.wl-btn--primary:hover { background: var(--green-h); transform: translateY( -2px ); box-shadow: 0 12px 32px rgba( 82,183,136,0.35 ); }
.wl-btn--ghost { border: 1px solid rgba( 245,240,232,0.16 ); color: rgba(245,240,232,0.85); padding: 18px 34px; font-size: 16px; font-weight: 500; }
.wl-btn--ghost:hover { border-color: rgba( 245,240,232,0.32 ); background: rgba( 245,240,232,0.04 ); }
.wl-btn--dark { background: var(--dark); color: var(--cream); padding: 14px 28px; font-size: 14px; font-weight: 600; }
.wl-btn--dark:hover { background: var(--dark-3); }
.wl-btn--sm { padding: 10px 20px; font-size: 13.5px; border-radius: 9px; }

/* ===== HERO ===== */
.wl-hero { background: var(--dark); padding: 112px 32px 128px; position: relative; overflow: hidden; }
.wl-hero__glow { position: absolute; inset: 0; pointer-events: none; background:
	radial-gradient( ellipse 60% 55% at 25% 90%, rgba(82,183,136,0.09), transparent 55% ),
	radial-gradient( ellipse 45% 45% at 78% 15%, rgba(82,183,136,0.06), transparent 55% ); }
.wl-hero__inner { max-width: 880px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
.wl-badge { display: inline-flex; align-items: center; gap: 9px; background: rgba(82,183,136,0.1); border: 1px solid rgba(82,183,136,0.22); border-radius: 100px; padding: 7px 18px; margin-bottom: 44px; }
.wl-badge__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); display: block; animation: wl-pulse 2.5s ease infinite; }
.wl-badge span { font-size: 13px; font-weight: 600; color: var(--green); letter-spacing: .2px; }
.wl-h1 { font-family: 'DM Serif Display', serif; font-size: clamp( 40px, 8vw, 76px ); line-height: 1.04; letter-spacing: -3px; color: var(--cream); margin-bottom: 30px; }
.wl-h1 em { color: var(--green); font-style: italic; }
.wl-hero__sub { font-size: 18px; line-height: 1.75; color: rgba(245,240,232,0.85); max-width: 540px; margin: 0 auto 56px; }
.wl-hero__cta { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 72px; flex-wrap: wrap; }
.wl-pills { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
.wl-pill { display: flex; align-items: center; gap: 10px; padding: 0 32px; }
.wl-pill__ico { width: 32px; height: 32px; background: rgba(82,183,136,0.14); border-radius: 9px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.wl-pill__t { font-size: 14px; font-weight: 700; color: rgba(245,240,232,0.85); }
.wl-pill__s { font-size: 11px; color: rgba(245,240,232,0.85); }
.wl-pill__sep { width: 1px; height: 36px; background: rgba(255,255,255,0.09); }

/* ===== SECTIONS heading ===== */
.wl-light { background: var(--cream); padding: 104px 32px; }
.wl-eyebrow { font-size: 10.5px; font-weight: 700; color: var(--green); letter-spacing: 4px; text-transform: uppercase; margin-bottom: 16px; }
.wl-h2 { font-family: 'DM Serif Display', serif; font-size: clamp( 32px, 5vw, 48px ); color: var(--dark); letter-spacing: -2px; line-height: 1.08; }
.wl-head { text-align: center; margin-bottom: 68px; }

/* ===== BENTO ===== */
.wl-bento { display: grid; grid-template-columns: repeat( 4, 1fr ); gap: 3px; background: var(--gridline); border-radius: 22px; overflow: hidden; }
.wl-bento__card { background: var(--card); padding: 32px 28px; display: flex; flex-direction: column; gap: 18px; transition: background .2s; }
.wl-bento__card:hover { background: var(--card-h); }
.wl-bento__card--dark { background: var(--dark); }
.wl-bento__ico { width: 46px; height: 46px; background: var(--dark); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.wl-bento__card--dark .wl-bento__ico { background: rgba(82,183,136,0.15); }
.wl-bento__t { font-weight: 700; font-size: 15px; color: var(--dark); margin-bottom: 7px; }
.wl-bento__d { font-size: 13px; color: var(--muted); line-height: 1.65; }
.wl-bento__card--dark .wl-bento__t { color: var(--cream); }
.wl-bento__card--dark .wl-bento__d { color: rgba(245,240,232,0.85); }

/* ===== STATS ===== */
.wl-stats { background: var(--dark-2); padding: 84px 32px; }
.wl-stats__grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat( 4, 1fr ); }
.wl-stat { text-align: center; padding: 0 32px; }
.wl-stat + .wl-stat { border-left: 1px solid rgba(255,255,255,0.08); }
.wl-stat__n { font-family: 'DM Serif Display', serif; font-size: clamp( 40px, 5vw, 58px ); color: var(--green); letter-spacing: -3px; line-height: 1; margin-bottom: 12px; }
.wl-stat__l { font-size: 13.5px; font-weight: 500; color: rgba(245,240,232,0.85); }

/* ===== HOW ===== */
.wl-how__grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 64px 1fr 64px 1fr; align-items: start; }
.wl-step { text-align: center; }
.wl-step__num { width: 76px; height: 76px; background: var(--dark); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 28px; box-shadow: 0 0 0 6px rgba(82,183,136,0.14); }
.wl-step__num span { font-family: 'DM Serif Display', serif; font-size: 32px; color: var(--green); }
.wl-step--last .wl-step__num { background: var(--green); box-shadow: 0 0 0 6px rgba(82,183,136,0.2); }
.wl-step--last .wl-step__num span { color: var(--dark); }
.wl-step h3 { font-family: 'DM Serif Display', serif; font-size: 22px; color: var(--dark); margin-bottom: 14px; letter-spacing: -.5px; }
.wl-step p { font-size: 14px; color: var(--muted); line-height: 1.72; max-width: 220px; margin: 0 auto; }
.wl-arrow { display: flex; align-items: flex-start; justify-content: center; padding-top: 36px; }

/* ===== PRICING ===== */
.wl-pricing { background: var(--dark); padding: 104px 32px; }
.wl-pricing__grid { max-width: 1020px; margin: 0 auto; display: grid; grid-template-columns: repeat( 3, 1fr ); gap: 16px; align-items: start; }
.wl-plan { background: rgba(245,240,232,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 22px; padding: 36px 32px; display: flex; flex-direction: column; gap: 28px; transition: transform .25s, box-shadow .25s; position: relative; }
.wl-plan:hover { transform: translateY( -4px ); box-shadow: 0 20px 60px rgba(0,0,0,0.25); }
.wl-plan__name { font-size: 12px; font-weight: 700; color: rgba(245,240,232,0.85); letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 16px; }
.wl-plan__price { font-family: 'DM Serif Display', serif; font-size: 58px; color: var(--cream); line-height: 1; letter-spacing: -3px; margin-bottom: 6px; }
.wl-plan__credits { font-size: 13px; color: rgba(245,240,232,0.85); }
.wl-plan__hr { height: 1px; background: rgba(255,255,255,0.07); }
.wl-plan__feats { display: flex; flex-direction: column; gap: 13px; }
.wl-plan__feat { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: rgba(245,240,232,0.85); }
.wl-plan__feat svg { flex-shrink: 0; }
.wl-plan__cta { display: block; text-align: center; border: 1px solid rgba(82,183,136,0.35); color: var(--green); font-size: 14px; font-weight: 700; padding: 15px; border-radius: 11px; transition: all .2s; }
.wl-plan__cta:hover { border-color: var(--green); background: rgba(82,183,136,0.08); }
.wl-plan--feat { background: var(--cream); }
.wl-plan--feat .wl-plan__name { color: var(--muted-2); }
.wl-plan--feat .wl-plan__price { color: var(--dark); }
.wl-plan--feat .wl-plan__credits { color: var(--muted-2); }
.wl-plan--feat .wl-plan__hr { background: rgba(0,0,0,0.08); }
.wl-plan--feat .wl-plan__feat { color: #374151; }
.wl-plan--feat .wl-plan__cta { background: var(--dark); color: var(--cream); border: 0; }
.wl-plan--feat .wl-plan__cta:hover { background: var(--dark-3); transform: translateY( -1px ); }
.wl-plan--feat:hover { transform: translateY( -6px ); box-shadow: 0 28px 70px rgba(0,0,0,0.3); }
.wl-plan__badge { position: absolute; top: -13px; left: 50%; transform: translateX( -50% ); background: var(--green); color: var(--dark); font-size: 11px; font-weight: 800; padding: 5px 16px; border-radius: 100px; letter-spacing: 1px; white-space: nowrap; }
.wl-toggle { display: inline-flex; gap: 4px; background: rgba(245,240,232,0.06); border: 1px solid rgba(255,255,255,0.08); border-radius: 100px; padding: 4px; margin: 0 auto 36px; }
.wl-toggle button { border: 0; background: none; color: rgba(245,240,232,0.85); padding: 9px 22px; border-radius: 100px; cursor: pointer; font-weight: 700; font-size: 14px; }
.wl-toggle button.is-active { background: var(--green); color: var(--dark); }
.wl-plan__save { display: none; font-size: 12px; font-weight: 700; color: var(--green); }
.wl-pricing.is-year .wl-plan__save { display: block; }

/* ===== TESTIMONIALS ===== */
.wl-quotes { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.wl-quote { background: #fff; border-radius: 22px; padding: 40px; display: flex; flex-direction: column; gap: 24px; border: 1px solid rgba(0,0,0,0.06); box-shadow: 0 4px 24px rgba(0,0,0,0.04); }
.wl-quote__stars { display: flex; gap: 4px; }
.wl-quote__text { font-family: 'DM Serif Display', serif; font-size: 20px; color: var(--dark); line-height: 1.55; letter-spacing: -.3px; }
.wl-quote__who { display: flex; align-items: center; gap: 12px; padding-top: 8px; border-top: 1px solid #f0ebe3; }
.wl-quote__av { width: 40px; height: 40px; background: var(--dark); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-family: 'DM Serif Display', serif; font-size: 16px; color: var(--green); }
.wl-quote__name { font-size: 14px; font-weight: 700; color: var(--dark); }
.wl-quote__role { font-size: 12px; color: var(--muted-2); }

/* ===== FAQ ===== */
.wl-faqs { background: var(--cream-2); padding: 104px 32px; }
.wl-faq-list { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; border-radius: 18px; overflow: hidden; border: 1px solid rgba(0,0,0,0.07); }
.wl-faq { background: #fff; border-bottom: 1px solid rgba(0,0,0,0.07); }
.wl-faq:last-child { border-bottom: 0; }
.wl-faq summary { padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 16px; list-style: none; cursor: pointer; }
.wl-faq summary::-webkit-details-marker { display: none; }
.wl-faq summary span { font-size: 15.5px; font-weight: 600; color: var(--dark); }
.wl-faq__chev { flex-shrink: 0; transition: transform .28s cubic-bezier(.16,1,.3,1); }
.wl-faq[open] .wl-faq__chev { transform: rotate( 180deg ); }
.wl-faq__body { padding: 0 28px 24px; }
.wl-faq__body p { font-size: 14px; color: var(--muted); line-height: 1.75; }
.wl-faq-help { text-align: center; margin-top: 36px; }

/* ===== FINAL CTA + FOOTER ===== */
.wl-cta-final { background: var(--dark); padding: 120px 32px; text-align: center; position: relative; overflow: hidden; }
.wl-cta-final__glow { position: absolute; inset: 0; pointer-events: none; background: radial-gradient( ellipse 50% 80% at 50% 120%, rgba(82,183,136,0.12), transparent 60% ); }
.wl-cta-final__in { position: relative; z-index: 1; }
.wl-cta-final h2 { font-family: 'DM Serif Display', serif; font-size: clamp( 36px, 6vw, 60px ); color: var(--cream); letter-spacing: -2.5px; line-height: 1.06; margin-bottom: 20px; }
.wl-cta-final h2 em { color: var(--green); font-style: italic; }
.wl-cta-final p { font-size: 16px; color: rgba(245,240,232,0.85); margin: 0 auto 44px; max-width: 400px; line-height: 1.7; }
.wl-footer { background: var(--darker); padding: 32px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.wl-footer__brand { display: flex; align-items: center; gap: 10px; }
.wl-footer__brand span { font-family: 'DM Serif Display', serif; font-size: 16px; color: rgba(245,240,232,0.85); }
.wl-footer__copy { font-size: 12px; color: rgba(245,240,232,0.85); }
.wl-footer__links { display: flex; gap: 20px; }
.wl-footer__links a { font-size: 12px; color: rgba(245,240,232,0.85); transition: color .18s; }
.wl-footer__links a:hover { color: rgba(245,240,232,0.85); }

/* ===== RESPONSIVE ===== */
@media ( max-width: 900px ) {
	.wl-bento { grid-template-columns: repeat( 2, 1fr ); }
	.wl-stats__grid { grid-template-columns: repeat( 2, 1fr ); gap: 32px 0; }
	.wl-stat + .wl-stat { border-left: 0; }
	.wl-how__grid { grid-template-columns: 1fr; gap: 40px; }
	.wl-arrow { display: none; }
	.wl-pricing__grid { grid-template-columns: 1fr; max-width: 420px; }
	.wl-quotes { grid-template-columns: 1fr; }
	.wl-nav__links { display: none; }
}
@media ( max-width: 560px ) {
	.wl-bento { grid-template-columns: 1fr; }
	/* Pills en columna: iconos alineados unos debajo de otros y el texto igual. */
	.wl-pills { flex-direction: column; align-items: flex-start; gap: 16px; width: fit-content; margin-left: auto; margin-right: auto; }
	.wl-pill { padding: 0; width: 100%; }
	.wl-pill__sep { display: none; }
	.wl section { padding-left: 20px; padding-right: 20px; }
	/* Más aire vertical entre las cifras. */
	.wl-stats { padding: 64px 20px; }
	.wl-stats__grid { grid-template-columns: 1fr; gap: 40px 0; }
	.wl-stats-cols .wp-block-column { margin: 20px 0; }
}

/* ===== Compatibilidad con bloques de Gutenberg ===== */
/* Iconos como emoji editables dentro de las cajas */
.wl-bento__ico p, .wl-pill__ico p, .wl-step__num p { margin: 0; line-height: 1; }
.wl-bento__ico p { font-size: 22px; }
.wl-pill__ico p { font-size: 15px; }
.wl-step__num p { font-family: 'DM Serif Display', serif; font-size: 32px; color: var(--green); }
.wl-step--last .wl-step__num p { color: var(--dark); }

/* La bento como grid sobre grupos de bloques */
.wl-bento > .wp-block-group { background: var(--card); padding: 32px 28px; display: flex; flex-direction: column; gap: 18px; }
.wl-bento > .wp-block-group:hover { background: var(--card-h); }

/* Botones nativos con el look del diseño */
.wl .wp-block-button__link { border-radius: 12px; font-weight: 700; padding: 16px 30px; transition: all .2s; }
.wl .wl-btn-primary .wp-block-button__link { background: var(--green); color: var(--dark) !important; }
.wl .wl-btn-primary .wp-block-button__link:hover { background: var(--green-h); transform: translateY( -2px ); box-shadow: 0 12px 32px rgba(82,183,136,0.35); }
.wl .wl-btn-ghost .wp-block-button__link { background: transparent; border: 1px solid rgba(245,240,232,0.16); color: rgba(245,240,232,0.85) !important; }
.wl .wl-btn-ghost .wp-block-button__link:hover { border-color: rgba(245,240,232,0.32); background: rgba(245,240,232,0.04); }
.wl .wl-btn-dark .wp-block-button__link { background: var(--dark); color: var(--cream) !important; }
.wl .wl-btn-dark .wp-block-button__link:hover { background: var(--dark-3); }

/* Encabezados de sección (bloques heading) */
.wl-light > .wp-block-group > h2, .wl-faqs > .wp-block-group > h2 { font-family: 'DM Serif Display', serif; font-size: clamp(32px,5vw,48px); color: var(--dark); letter-spacing: -2px; text-align: center; }
.wl-eyebrow { display: block; }

/* FAQ con el bloque nativo Detalles */
.wl-faq-list .wp-block-details { background: #fff; border-bottom: 1px solid rgba(0,0,0,0.07); }
.wl-faq-list .wp-block-details:last-child { border-bottom: 0; }
.wl-faq-list .wp-block-details summary { padding: 24px 28px; font-size: 15.5px; font-weight: 600; color: var(--dark); cursor: pointer; list-style: none; }
.wl-faq-list .wp-block-details summary::-webkit-details-marker { display: none; }
.wl-faq-list .wp-block-details > :not(summary) { padding: 0 28px 24px; font-size: 14px; color: var(--muted); line-height: 1.75; margin: 0; }

/* Packs (pago por uso) en el pricing oscuro */
.wl-packs-note { text-align: center; color: rgba(245,240,232,0.85); font-size: 14px; margin: 44px 0 16px; }
.wl-packs-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; max-width: 1020px; margin: 0 auto; }
.wl-pack-chip { background: rgba(245,240,232,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 16px 22px; color: var(--cream); text-align: center; transition: all .2s; }
.wl-pack-chip:hover { border-color: rgba(82,183,136,0.4); transform: translateY( -2px ); }
.wl-pack-chip strong { display: block; font-size: 12px; font-weight: 700; color: rgba(245,240,232,0.85); letter-spacing: 1.5px; text-transform: uppercase; }
.wl-pack-chip span { font-size: 12px; color: rgba(245,240,232,0.85); }

/* Insignia del hero como párrafo editable */
.wl-badge.is-solo { color: var(--green); font-size: 13px; font-weight: 600; }
.wl-badge.is-solo::before { content: ''; display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--green); margin-right: 9px; vertical-align: middle; animation: wl-pulse 2.5s ease infinite; }

/* Estrellas de testimonios como texto */
.wl-stars { color: var(--star); font-size: 17px; letter-spacing: 3px; margin: 0; }
.wl-quote__av p { margin: 0; }

/* Variante de "cómo funciona" en 3 columnas (bloques) */
.wl-how__grid.is-blocks { grid-template-columns: repeat( 3, 1fr ); gap: 40px; }
@media ( max-width: 900px ) { .wl-how__grid.is-blocks { grid-template-columns: 1fr; } }

/* Nav y footer como bloques */
.wl-nav .wl-logo p { margin: 0; font-family: 'DM Serif Display', serif; font-size: 22px; color: var(--cream); }
.wl-nav__links p { margin: 0; }
.wl-footer__b { margin: 0; font-family: 'DM Serif Display', serif; font-size: 16px; color: rgba(245,240,232,0.85); }
.wl-footer__copy { margin: 0; }
.wl-footer__links { margin: 0; }

/* ===== Rejillas con bloques Columnas (editable y robusto) ===== */
.wl-bento-wrap { background: var(--gridline); border-radius: 22px; padding: 3px; display: flex; flex-direction: column; gap: 3px; overflow: hidden; }
.wl-bento-row { margin: 0 !important; gap: 3px !important; }
.wl-bento-row .wp-block-column { background: var(--card); padding: 30px 26px; display: flex; flex-direction: column; gap: 12px; transition: background .2s; }
.wl-bento-row .wp-block-column:hover { background: var(--card-h); }
.wl-bento-row .wp-block-column > * { margin: 0; }
.wl-bento-row .wp-block-column.wl-card-dark { background: var(--dark); }
.wl-bento-row .wp-block-column.wl-card-dark .wl-bento__t { color: var(--cream); }
.wl-bento-row .wp-block-column.wl-card-dark .wl-bento__d { color: rgba(245,240,232,0.85); }
.wl-bento-row .wp-block-column.wl-card-dark .wl-bento__ico { background: rgba(82,183,136,0.15); }

.wl-stats-cols { margin: 0 auto !important; max-width: 1100px; }
.wl-stats-cols .wp-block-column { text-align: center; padding: 0 20px; }
.wl-stats-cols .wp-block-column > * { margin: 0; }

.wl-quotes-cols { margin: 0 auto !important; max-width: 1000px; gap: 24px !important; }
.wl-quotes-cols .wp-block-column { background: #fff; border-radius: 22px; padding: 40px; border: 1px solid rgba(0,0,0,0.06); box-shadow: 0 4px 24px rgba(0,0,0,0.04); display: flex; flex-direction: column; gap: 22px; }
.wl-quotes-cols .wp-block-column > * { margin: 0; }
.wl-quote__who { display: flex; align-items: center; gap: 12px; padding-top: 18px; border-top: 1px solid #f0ebe3; }

.wl-how-cols .wp-block-column { text-align: center; }
.wl-how-cols .wp-block-column > * { margin-left: auto; margin-right: auto; }

/* ===== Ajustes finales del patrón de bloques ===== */
/* Número de paso (párrafo dentro del círculo) */
.wl-step__num { font-family: 'DM Serif Display', serif; font-size: 32px; color: var(--green); line-height: 1; margin: 0 auto 24px; }
.wl-step__num--last { background: var(--green) !important; box-shadow: 0 0 0 6px rgba(82,183,136,0.2) !important; color: var(--dark) !important; }
.wl-step__p { font-size: 14px; color: var(--muted); line-height: 1.72; max-width: 240px; margin: 12px auto 0; }
.wl-how-cols .wp-block-column h3 { font-family: 'DM Serif Display', serif; font-size: 22px; color: var(--dark); margin: 0 0 6px; letter-spacing: -.5px; }
.wl-how-cols .wp-block-column { display: flex; flex-direction: column; align-items: center; }

/* Nav como grupo flex */
.wl-nav__inner { flex-wrap: nowrap; }
.wl-nav .wp-block-button__link { padding: 9px 18px; font-size: 13.5px; border-radius: 9px; }
.wl-nav__btns { gap: 10px; margin: 0; }

/* Marcador +/- en la FAQ */
.wl-faq-list .wp-block-details summary { position: relative; }
.wl-faq-list .wp-block-details summary::after { content: '+'; position: absolute; right: 28px; top: 50%; transform: translateY( -50% ); color: var(--muted-2); font-size: 22px; font-weight: 400; }
.wl-faq-list .wp-block-details[open] summary::after { content: '–'; }

/* La rejilla de pricing del shortcode hereda el ancho del wrap */
.wl-pricing .wl-pricing__grid { margin-top: 0; }

/* Iconos FontAwesome en las cajas del bento */
.wl-bento__ico i { color: var(--green); font-size: 20px; line-height: 1; }

/* =================================================================
   AJUSTES DE FIDELIDAD (feedback)
   ================================================================= */

/* Flecha → en los CTA primarios y oscuros */
.wl .wl-btn-primary .wp-block-button__link::after,
.wl .wl-btn-dark .wp-block-button__link::after {
	content: "\f061";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 0.82em;
	margin-left: 10px;
}

/* Pills del hero */
.wl-pills { margin-top: 4px; }
.wl-pill__txt { text-align: left; line-height: 1.2; }
.wl-pill__ico i { color: var(--green); font-size: 14px; }

/* Titulares display SIEMPRE en serif (gana a GeneratePress) */
.wl .wl-h1,
.wl .wl-h2,
.wl .wl-cta-h,
.wl .wl-stat__n,
.wl .wl-quote__text,
.wl-how-cols .wp-block-column h3 {
	font-family: "DM Serif Display", Georgia, serif !important;
	font-weight: 400 !important;
}

/* Bento: cuadrícula con líneas finas continuas */
.wl-bento-wrap { padding: 0; gap: 3px; }
.wl-bento-row.wp-block-columns { margin: 0 !important; gap: 3px !important; align-items: stretch; }
.wl-bento-row .wp-block-column { background: var(--card); padding: 30px 26px !important; border-radius: 0 !important; margin: 0 !important; }

/* Stats: líneas verticales separadoras */
.wl-stats-cols.wp-block-columns { gap: 0 !important; }
.wl-stats-cols .wp-block-column { border-left: 1px solid rgba( 255, 255, 255, 0.08 ); }
.wl-stats-cols .wp-block-column:first-child { border-left: 0; }
@media ( max-width: 781px ) {
	.wl-stats-cols .wp-block-column { border-left: 0; }
}

/* Cómo funciona */
.wl-how-cols.wp-block-columns { gap: 48px !important; }
.wl-how-cols .wp-block-column { position: relative; }

/* Testimonios: tarjetas del mismo tamaño que el diseño */
.wl-quotes-cols.wp-block-columns { gap: 24px !important; max-width: 1000px; margin: 0 auto !important; }
.wl-quotes-cols .wp-block-column { padding: 40px !important; min-height: 270px; }
.wl .wl-quote__text { font-size: 21px; line-height: 1.55; }

/* FAQ: contenedor claro con divisores; sin recuadro oscuro */
.wl-faqs .wl-wrap { max-width: 760px; }
.wl-faq-list.wp-block-group {
	max-width: 720px;
	margin: 0 auto;
	background: #ffffff;
	border: 1px solid #e7e0d5 !important;
	border-radius: 16px;
	overflow: hidden;
}
.wl-faqs .wp-block-details {
	background: #ffffff !important;
	border: 0 !important;
	border-bottom: 1px solid #efe9df !important;
	border-radius: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
.wl-faqs .wp-block-details:last-child { border-bottom: 0 !important; }
.wl-faqs .wp-block-details summary {
	padding: 22px 26px !important;
	background: transparent !important;
	font-size: 15.5px;
	font-weight: 600;
	color: var(--dark);
	cursor: pointer;
	list-style: none;
}
.wl-faqs .wp-block-details > *:not(summary) {
	margin: 0 !important;
	padding: 0 26px 22px !important;
	font-size: 14px;
	color: var(--muted);
	line-height: 1.75;
}

/* =================================================================
   FAQ v2: ancho fijo (independiente de si está abierta o cerrada)
   y marcador +/- en flujo flex para que nunca se solape.
   ================================================================= */
.wl-faqs .wl-wrap { width: 100%; max-width: 760px; margin: 0 auto; }
.wl-faq-list.wp-block-group {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	display: block !important;
}
.wl-faqs .wp-block-details { display: block !important; width: 100%; }
.wl-faqs .wp-block-details summary {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
}
.wl-faqs .wp-block-details summary::after {
	content: "+";
	position: static !important;
	transform: none !important;
	right: auto !important;
	top: auto !important;
	flex-shrink: 0;
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	color: var(--muted-2);
}
.wl-faqs .wp-block-details[open] summary::after { content: "\2013"; }

/* Título principal (cabecera) */
.main-title { letter-spacing: -0.5px; }

/* Pricing de la home reutilizado dentro del panel (/recargar/): menos padding y esquinas redondeadas. */
.wl-pricing--panel { padding: 44px 32px; border-radius: 22px; margin-bottom: 20px; }
.wl-pricing--panel .wl-head { margin-bottom: 24px; }

/* El CTA del plan puede ser <a> o <button> (suscribir): mismos estilos. */
.wl-plan__cta { width: 100%; cursor: pointer; font-family: inherit; background: transparent; -webkit-appearance: none; appearance: none; }
.wl-pack-chip { cursor: pointer; font-family: inherit; }
button.wl-pack-chip { text-align: center; }

/* =================================================================
   SECCIONES v3 (mockup, crecimiento, WordPress, CTA demo)
   ================================================================= */

/* ===== MOCKUP DE PRODUCTO ===== */
.wl-mockup { background: linear-gradient( var(--dark) 0, var(--dark) 168px, var(--cream) 168px, var(--cream) 100% ); padding: 0 32px 96px; }
.wl-mockup__inner { max-width: 1080px; margin: 0 auto; }
.wl-mockup__frame { border-radius: 18px; overflow: hidden; box-shadow: 0 40px 90px rgba(13,31,13,0.35), 0 8px 24px rgba(13,31,13,0.2); border: 1px solid rgba(255,255,255,0.08); }
.wl-mockup__frame img { display: block; width: 100%; height: auto; }
.wl-mockup__cap { text-align: center; font-size: 13px; color: #000; margin: 22px 0 0; letter-spacing: .2px; }

/* ===== CRECIMIENTO DE TRÁFICO ===== */
.wl-growth { background: var(--cream); padding: 104px 32px; }
.wl-growth__grid { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 56px; align-items: center; }
.wl-growth__h { font-family: 'DM Serif Display', serif; font-size: clamp(30px,4vw,44px); color: var(--dark); letter-spacing: -2px; line-height: 1.08; margin-bottom: 20px; }
.wl-growth__h em { color: #2d6a4f; font-style: italic; }
.wl-growth__p { font-size: 15px; color: var(--muted); line-height: 1.75; margin-bottom: 32px; }
.wl-growth__cards { display: flex; gap: 14px; }
.wl-stat-card { flex: 1; background: #fff; border: 1px solid rgba(0,0,0,0.06); border-radius: 16px; padding: 22px 24px; box-shadow: 0 4px 16px rgba(0,0,0,0.04); }
.wl-stat-card--dark { background: var(--dark); border: 0; box-shadow: none; }
.wl-stat-card__n { font-family: 'DM Serif Display', serif; font-size: 38px; color: var(--dark); letter-spacing: -1.5px; line-height: 1; }
.wl-stat-card--dark .wl-stat-card__n { color: var(--green); }
.wl-stat-card__l { font-size: 12.5px; color: var(--muted-2); margin-top: 6px; line-height: 1.5; }
.wl-stat-card--dark .wl-stat-card__l { color: rgba(245,240,232,0.85); }
.wl-chart-card { background: #fff; border: 1px solid rgba(0,0,0,0.06); border-radius: 22px; padding: 30px 30px 22px; box-shadow: 0 12px 40px rgba(0,0,0,0.06); }
.wl-chart-card__head { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; }
.wl-chart-card__t { font-size: 14px; font-weight: 700; color: var(--dark); }
.wl-chart-card__leg { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; color: var(--muted); }
.wl-chart-card__leg::before { content: ''; width: 9px; height: 9px; border-radius: 50%; background: var(--green); display: block; }
.wl-chart-card svg { width: 100%; height: auto; display: block; }

/* ===== INTEGRACIÓN WORDPRESS ===== */
.wl-wp { background: var(--cream); padding: 104px 32px; }
.wl-wp__grid { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 60px; align-items: center; }
.wl-wp__badge { display: inline-flex; align-items: center; gap: 9px; background: rgba(13,31,13,0.06); border-radius: 100px; padding: 7px 15px; margin-bottom: 22px; font-size: 12px; font-weight: 700; color: #2d6a4f; letter-spacing: .3px; }
.wl-wp__h { font-family: 'DM Serif Display', serif; font-size: clamp(30px,4vw,44px); color: var(--dark); letter-spacing: -2px; line-height: 1.08; margin-bottom: 20px; }
.wl-wp__h em { color: #2d6a4f; font-style: italic; }
.wl-wp__p { font-size: 15px; color: var(--muted); line-height: 1.75; margin-bottom: 32px; }
.wl-checklist { display: flex; flex-direction: column; gap: 16px; }
.wl-check { display: flex; align-items: flex-start; gap: 14px; }
.wl-check__i { width: 26px; height: 26px; border-radius: 8px; background: rgba(82,183,136,0.18); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.wl-check__t { font-size: 14.5px; font-weight: 700; color: var(--dark); }
.wl-check__d { display: block; font-size: 13.5px; color: var(--muted); line-height: 1.6; margin-top: 2px; }
.wl-wp__mock { background: #fff; border: 1px solid rgba(0,0,0,0.07); border-radius: 18px; overflow: hidden; box-shadow: 0 20px 50px rgba(13,31,13,0.12); }
.wl-cms { margin: 36px auto 0; max-width: 1120px; background: var(--dark); border-radius: 18px; padding: 26px 32px; display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.wl-cms__l { flex: 1; min-width: 260px; }
.wl-cms__t { font-family: 'DM Serif Display', serif; font-size: 22px; color: var(--cream); letter-spacing: -0.6px; margin-bottom: 5px; }
.wl-cms__d { font-size: 14px; color: rgba(245,240,232,0.85); line-height: 1.6; }
.wl-cms .wl-btn { padding: 14px 24px; font-size: 14px; border-radius: 11px; }

/* ===== CTA DEMO (¿aún con dudas?) ===== */
.wl-cta2 { background: var(--dark); padding: 120px 32px; position: relative; overflow: hidden; }
.wl-cta2__glow { position: absolute; inset: 0; pointer-events: none; background: radial-gradient( ellipse 55% 85% at 50% 120%, rgba(82,183,136,0.14), transparent 60% ), radial-gradient( ellipse 40% 40% at 12% 8%, rgba(82,183,136,0.07), transparent 55% ); }
.wl-cta2__grid { max-width: 980px; margin: 0 auto; position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 56px; align-items: center; }
.wl-cta2__h { font-family: 'DM Serif Display', serif; font-size: clamp(38px,5vw,56px); color: var(--cream); letter-spacing: -2.5px; line-height: 1.04; margin-bottom: 20px; }
.wl-cta2__h em { color: var(--green); font-style: italic; }
.wl-cta2__p { font-size: 16px; color: rgba(245,240,232,0.85); line-height: 1.75; max-width: 420px; }
.wl-cta2__card { background: rgba(245,240,232,0.05); border: 1px solid rgba(255,255,255,0.09); border-radius: 22px; padding: 34px 32px; display: flex; flex-direction: column; gap: 18px; }
.wl-cta2__card .wl-btn { width: 100%; justify-content: center; }
.wl-cta2__note { display: flex; align-items: center; gap: 9px; font-size: 13px; color: rgba(245,240,232,0.85); margin: 6px 0 0; }

/* ===== RESPONSIVE v3 ===== */
@media ( max-width: 900px ) {
	.wl-growth__grid,
	.wl-wp__grid,
	.wl-cta2__grid { grid-template-columns: 1fr; gap: 40px; }
	/* En móvil se pierde el degradado oscuro: fondo crema y aire por arriba. */
	.wl-mockup { background: var(--cream); padding-top: 48px; }
}
@media ( max-width: 560px ) {
	.wl-growth, .wl-wp, .wl-cta2 { padding-left: 20px; padding-right: 20px; }
	.wl-growth__cards { flex-direction: column; }
}

/* Valores del eje vertical duplicados a la derecha (hacia dentro): ocultos en
   escritorio, visibles solo en móvil, donde el scroll arranca a la derecha. */
.wl-axis-right { display: none; }

/* En móvil: el título queda FIJO y solo se desplaza el <svg> (envuelto en
   .wl-chart-scroll). La gráfica es muy ancha (~1046u); con una anchura mínima
   legible y `direction:rtl` el scroll arranca a la derecha (sin parpadeo), así
   se ve la subida completa y la parte llana queda a la izquierda. Los valores
   del eje se muestran a la derecha, dentro del gráfico, sin ampliar el scroll. */
@media ( max-width: 600px ) {
	/* min-width:0 permite que el item de grid encoja por debajo del svg (600u);
	   sin esto el scroll se desborda a toda la página. */
	.wl-chart-card { padding: 16px 12px; min-width: 0; }
	.wl-chart-card__head { padding: 0 2px; }
	.wl-chart-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; direction: rtl; min-width: 0; max-width: 100%; }
	.wl-chart-scroll svg { min-width: 600px; direction: ltr; }
	.wl-axis-right { display: inline; }
}

/* ===== Retoques v3 (feedback) ===== */

/* "Cómo funciona": fondo crema alternativo del diseño. */
#how { background: var(--cream-2); }

/* Hero más compacto en móvil: el badge sube y "Empezar gratis" entra en el
   primer scroll sin tanto espacio muerto por arriba. */
@media ( max-width: 768px ) {
	.wl-hero { padding-top: 36px; padding-bottom: 72px; }
	.wl-badge, .wl-badge.is-solo { margin-bottom: 20px !important; }
	.wl-h1 { margin-bottom: 18px; }
	.wl-hero__sub { margin-bottom: 30px; }
	.wl-hero__cta { margin-bottom: 44px; }
}

/* Los botones-enlace heredaban el verde de `.wl a`; forzamos su color real
   (el texto quedaba del mismo color que el fondo). */
.wl a.wl-btn--primary { color: var(--dark); }
.wl a.wl-btn--ghost { color: rgba(245,240,232,0.85); }
.wl a.wl-btn--dark { color: var(--cream); }

/* ===== Aviso de créditos de bienvenida (junto a los CTA) ===== */
.wl-free-credits {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	max-width: 100%;
	margin: 18px auto 0;
	padding: 9px 18px;
	border-radius: 100px;
	background: rgba( 82, 183, 136, 0.12 );
	border: 1px solid rgba( 82, 183, 136, 0.28 );
	color: var(--green);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	text-align: left;
}
/* Solo dos hijos flex: el icono (fijo) y el texto (una única caja que fluye). */
.wl-free-credits > i { font-size: 13px; flex: 0 0 auto; }
.wl-free-credits > span { flex: 0 1 auto; }
.wl-free-credits strong { font-weight: 800; white-space: nowrap; }
/* En el hero: pegado a los botones, conservando el aire hasta las pills.
   (Si el navegador no soporta :has, solo queda algo más de separación.) */
.wl-hero__cta:has( + .wl-free-credits ) { margin-bottom: 18px; }
.wl-hero__cta + .wl-free-credits { margin-top: 0; margin-bottom: 54px; }
/* En la tarjeta del CTA final ocupa el ancho de la tarjeta. */
.wl-cta2__card .wl-free-credits { width: 100%; justify-content: center; margin: 4px 0 0; }

/* La píldora de créditos gratis, más compacta en móvil (puede ir a 2 líneas). */
@media ( max-width: 560px ) {
	.wl-free-credits {
		display: flex;
		width: fit-content;
		padding: 10px 16px;
		border-radius: 16px;
		font-size: 13.5px;
	}
	.wl-hero__cta + .wl-free-credits { margin-bottom: 40px; }
}
