/* ============================================================
 * Readify Pages — INICIO page styles
 * Design identical to original mockup, scoped & prefixed.
 * ============================================================ */

.readify-page-inicio { background: var(--rdfy-cream); }

/* ═══════════════ HERO ═══════════════ */
.readify-page-inicio .rdfy-hero {
    padding: 180px 48px 120px;
    max-width: 1440px; margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    min-height: 88vh;
}
.readify-page-inicio .rdfy-hero-text .rdfy-display { margin-bottom: 36px; }
.readify-page-inicio .rdfy-hero-text .rdfy-lead { margin-bottom: 60px; }
.readify-page-inicio .rdfy-hero-ctas { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; margin-top: 8px; }
.readify-page-inicio .rdfy-hero-meta {
    margin-top: 72px;
    padding-top: 32px;
    border-top: 1px solid var(--rdfy-line);
    display: flex;
    gap: 48px;
}
.readify-page-inicio .rdfy-hero-meta-k {
    font-size: 11px; color: var(--rdfy-ink-soft);
    letter-spacing: 0.12em; text-transform: uppercase;
    font-weight: 600; margin-bottom: 6px;
}
.readify-page-inicio .rdfy-hero-meta-v {
    font-family: var(--rdfy-f-display);
    font-size: 22px;
    font-weight: 600;
    color: var(--rdfy-ink);
    letter-spacing: -0.02em;
}

/* Book stack */
.readify-page-inicio .rdfy-hero-visual {
    position: relative;
    height: 620px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.readify-page-inicio .rdfy-hero-visual::before {
    content: "";
    position: absolute;
    width: 580px; height: 580px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(190, 74, 44, 0.10) 0%, transparent 65%);
    z-index: 0;
}
.readify-page-inicio .rdfy-book-stack {
    position: relative;
    width: 380px;
    height: 520px;
    z-index: 1;
}
.readify-page-inicio .rdfy-book {
    position: absolute;
    border-radius: 3px 8px 8px 3px;
    box-shadow:
        0 1px 2px rgba(28, 26, 22, 0.08),
        0 8px 20px -4px rgba(28, 26, 22, 0.18),
        0 24px 50px -12px rgba(28, 26, 22, 0.22);
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.readify-page-inicio .rdfy-book::before {
    content: "";
    position: absolute;
    right: -3px; top: 3px; bottom: 3px; width: 4px;
    background: linear-gradient(to right, rgba(255,255,255,0.8), #e8ddc7 40%, #d4c3a0);
    border-radius: 0 3px 3px 0;
    box-shadow: inset 1px 0 0 rgba(0,0,0,0.05);
}
.readify-page-inicio .rdfy-book::after {
    content: "";
    position: absolute;
    left: 8px; top: 0; bottom: 0;
    width: 1px;
    background: rgba(0,0,0,0.18);
}
.readify-page-inicio .rdfy-book-title {
    position: absolute; inset: 0;
    padding: 28px 24px;
    display: flex; flex-direction: column;
    justify-content: space-between;
    color: rgba(255,255,255,0.92);
    font-family: var(--rdfy-f-display);
}
.readify-page-inicio .rdfy-book-t {
    font-size: 22px; font-weight: 600;
    line-height: 1.05; letter-spacing: -0.025em;
}
.readify-page-inicio .rdfy-book-a {
    font-size: 12px; font-weight: 500;
    opacity: 0.7; letter-spacing: -0.005em;
    text-transform: uppercase;
}
.readify-page-inicio .rdfy-book-line {
    width: 36px; height: 1px;
    background: rgba(255,255,255,0.4);
    margin: 14px 0 12px;
}
.readify-page-inicio .rdfy-b1 { width: 240px; height: 340px; top: 10px; left: 20px; transform: rotate(-8deg); }
.readify-page-inicio .rdfy-b2 { width: 220px; height: 320px; top: 60px; left: 110px; transform: rotate(4deg); z-index: 2; }
.readify-page-inicio .rdfy-b3 { width: 230px; height: 330px; top: 150px; left: 50px; transform: rotate(-3deg); z-index: 3; }
.readify-page-inicio .rdfy-b4 { width: 210px; height: 300px; top: 210px; left: 170px; transform: rotate(9deg); z-index: 2; }
.readify-page-inicio .rdfy-b1:hover { transform: rotate(-12deg) translateY(-12px); }
.readify-page-inicio .rdfy-b2:hover { transform: rotate(6deg) translateY(-12px); }
.readify-page-inicio .rdfy-b3:hover { transform: rotate(-5deg) translateY(-12px); }
.readify-page-inicio .rdfy-b4:hover { transform: rotate(12deg) translateY(-12px); }

.readify-page-inicio .rdfy-ribbon {
    position: absolute;
    top: 60px; right: 40px;
    width: 16px; height: 120px;
    background: linear-gradient(to bottom, var(--rdfy-ambar-soft), var(--rdfy-ambar));
    z-index: 4;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.15);
    transform: rotate(4deg);
}
.readify-page-inicio .rdfy-ribbon::after {
    content: ""; position: absolute; bottom: -10px; left: 0;
    width: 0; height: 0;
    border-left: 8px solid var(--rdfy-ambar);
    border-right: 8px solid var(--rdfy-ambar);
    border-bottom: 10px solid transparent;
}
.readify-page-inicio .rdfy-float-note {
    position: absolute; z-index: 5;
    background: var(--rdfy-cream);
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 12px;
    color: var(--rdfy-ink-muted);
    box-shadow: 0 4px 18px rgba(28, 26, 22, 0.10);
    border: 1px solid var(--rdfy-line);
    display: flex; align-items: center; gap: 8px;
    animation: rdfy-bob 6s ease-in-out infinite;
}
.readify-page-inicio .rdfy-float-note .rdfy-dot {
    width: 6px; height: 6px; border-radius: 50%;
    background: var(--rdfy-verde);
}
.readify-page-inicio .rdfy-fn1 { top: 40px; right: 30px; animation-delay: 0s; }
.readify-page-inicio .rdfy-fn2 { bottom: 80px; left: -20px; animation-delay: 2s; }
@keyframes rdfy-bob {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* ═══════════════ DOS LÍNEAS ═══════════════ */
.readify-page-inicio .rdfy-dos-lineas {
    padding: 140px 48px;
    max-width: 1440px;
    margin: 0 auto;
}
.readify-page-inicio .rdfy-header-row {
    max-width: 680px;
    margin: 0 auto 96px;
    text-align: center;
}
.readify-page-inicio .rdfy-header-row .rdfy-chapter-label { justify-content: center; }
.readify-page-inicio .rdfy-dos-lineas h2 {
    font-size: clamp(40px, 5.2vw, 68px);
    font-weight: 600; line-height: 1.0;
    letter-spacing: -0.035em; margin-bottom: 28px;
}
.readify-page-inicio .rdfy-header-row .rdfy-sub {
    font-size: 18px; color: var(--rdfy-ink-muted); line-height: 1.55;
}

.readify-page-inicio .rdfy-lineas-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 32px;
}
.readify-page-inicio .rdfy-linea-card {
    position: relative;
    background: var(--rdfy-cream);
    border: 1px solid var(--rdfy-line);
    border-radius: 20px;
    padding: 56px 48px 52px;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.readify-page-inicio .rdfy-linea-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px -16px rgba(28, 26, 22, 0.12);
}
.readify-page-inicio .rdfy-estrena {
    background: linear-gradient(160deg, #f1f4e9 0%, var(--rdfy-cream) 100%);
}
.readify-page-inicio .rdfy-segunda {
    background: linear-gradient(160deg, #faf0e4 0%, var(--rdfy-cream) 100%);
}
.readify-page-inicio .rdfy-badge {
    display: inline-block; padding: 6px 14px;
    border-radius: 999px;
    font-size: 11px; font-weight: 700;
    letter-spacing: 0.1em; text-transform: uppercase;
    margin-bottom: 36px;
}
.readify-page-inicio .rdfy-badge-estrena { background: rgba(46, 74, 34, 0.1); color: var(--rdfy-verde); }
.readify-page-inicio .rdfy-badge-segunda { background: rgba(138, 96, 21, 0.12); color: var(--rdfy-ambar); }
.readify-page-inicio .rdfy-linea-card h3 {
    font-size: 52px; font-weight: 600;
    line-height: 1.0; letter-spacing: -0.035em;
    margin-bottom: 14px;
}
.readify-page-inicio .rdfy-linea-card .rdfy-sub {
    font-size: 16px; color: var(--rdfy-ink-muted);
    line-height: 1.55; margin-bottom: 40px;
    max-width: 360px;
}
.readify-page-inicio .rdfy-price {
    display: flex; align-items: baseline; gap: 8px;
    margin-bottom: 40px;
    padding-bottom: 32px;
    border-bottom: 1px solid var(--rdfy-line);
}
.readify-page-inicio .rdfy-price-big {
    font-family: var(--rdfy-f-display);
    font-size: 56px; font-weight: 600;
    letter-spacing: -0.03em; line-height: 1;
}
.readify-page-inicio .rdfy-price-per {
    font-size: 14px; color: var(--rdfy-ink-soft); font-weight: 500;
}
.readify-page-inicio .rdfy-linea-card ul { margin-bottom: 40px; }
.readify-page-inicio .rdfy-linea-card li {
    padding: 10px 0; font-size: 14px;
    color: var(--rdfy-ink-muted);
    display: flex; align-items: flex-start; gap: 12px;
}
.readify-page-inicio .rdfy-linea-card li::before {
    content: ""; flex-shrink: 0;
    width: 5px; height: 5px; margin-top: 10px;
    border-radius: 50%;
    background: var(--rdfy-terracota);
}
.readify-page-inicio .rdfy-cta-link {
    display: inline-flex; align-items: center; gap: 10px;
    color: var(--rdfy-ink);
    font-size: 14px; font-weight: 600;
    letter-spacing: -0.005em;
    border-bottom: 1px solid var(--rdfy-ink);
    padding-bottom: 4px;
    transition: gap 0.2s ease;
}
.readify-page-inicio .rdfy-cta-link:hover { gap: 14px; }
.readify-page-inicio .rdfy-arrow {
    font-family: var(--rdfy-f-display);
    font-weight: 600; font-size: 18px; line-height: 1;
}
.readify-page-inicio .rdfy-deco-book {
    position: absolute;
    right: -30px; top: 50px;
    width: 80px; height: 110px;
    border-radius: 2px 6px 6px 2px;
    opacity: 0.35;
    transform: rotate(8deg);
    transition: transform 0.5s ease, opacity 0.5s ease;
}
.readify-page-inicio .rdfy-linea-card:hover .rdfy-deco-book {
    opacity: 0.5;
    transform: rotate(4deg) translateY(-8px);
}
.readify-page-inicio .rdfy-estrena .rdfy-deco-book { background: linear-gradient(160deg, #3a4e2d, #1c2815); }
.readify-page-inicio .rdfy-segunda .rdfy-deco-book { background: linear-gradient(160deg, #8a6410, #3a2a07); }

/* ═══════════════ RITUAL ═══════════════ */
.readify-page-inicio .rdfy-ritual {
    padding: 160px 48px;
    background: var(--rdfy-pergamino);
    border-top: 1px solid var(--rdfy-line);
    border-bottom: 1px solid var(--rdfy-line);
}
.readify-page-inicio .rdfy-ritual-inner {
    max-width: 1280px; margin: 0 auto;
    display: grid; grid-template-columns: 1fr 1.1fr;
    gap: 96px; align-items: center;
}
.readify-page-inicio .rdfy-ritual-visual {
    position: relative; height: 580px;
    display: flex; align-items: center; justify-content: center;
}
.readify-page-inicio .rdfy-readify-box {
    position: relative; width: 340px; height: 340px;
    transform-style: preserve-3d; perspective: 1000px;
}
.readify-page-inicio .rdfy-box-body {
    position: absolute; bottom: 0;
    width: 100%; height: 72%;
    background: linear-gradient(170deg, #d6c9a8 0%, #a8926c 100%);
    border-radius: 4px;
    box-shadow:
        0 4px 12px rgba(28, 26, 22, 0.1),
        0 30px 60px -12px rgba(28, 26, 22, 0.25);
}
.readify-page-inicio .rdfy-box-body::before {
    content: "";
    position: absolute;
    top: 14px; left: 14px; right: 14px;
    height: 28px;
    background: linear-gradient(to bottom, #3a2f1e, #6b5836 80%);
    border-radius: 2px;
}
.readify-page-inicio .rdfy-box-body::after {
    content: "";
    position: absolute;
    top: 30px; left: 18px; right: 18px;
    height: 26px;
    background: var(--rdfy-cream);
    opacity: 0.85;
    transform: skewX(-6deg);
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}
.readify-page-inicio .rdfy-box-lid {
    position: absolute;
    top: 20px; left: -20px;
    width: 105%; height: 38%;
    background: linear-gradient(170deg, #c9b68f 0%, #957e56 100%);
    border-radius: 4px;
    transform: rotate(-14deg);
    box-shadow: 0 8px 20px rgba(28, 26, 22, 0.15);
    z-index: 3;
}
.readify-page-inicio .rdfy-box-lid::after {
    content: "r.";
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%) rotate(14deg);
    font-family: var(--rdfy-f-display);
    font-size: 36px;
    color: rgba(28, 26, 22, 0.75);
    font-weight: 700;
    letter-spacing: -0.06em;
}
.readify-page-inicio .rdfy-box-books {
    position: absolute;
    bottom: 40px;
    left: 50%; transform: translateX(-50%);
    display: flex; gap: 6px;
    z-index: 2;
}
.readify-page-inicio .rdfy-mini-book {
    width: 48px; height: 140px;
    border-radius: 2px 4px 4px 2px;
    box-shadow: 2px 0 6px rgba(0,0,0,0.2);
}
.readify-page-inicio .rdfy-mini-book:nth-child(1) {
    background: linear-gradient(170deg, #3a4e2d, #1c2815);
    transform: rotate(-3deg);
}
.readify-page-inicio .rdfy-mini-book:nth-child(2) {
    background: linear-gradient(170deg, var(--rdfy-terracota), #7d2d14);
    transform: rotate(1deg);
    height: 150px;
}
.readify-page-inicio .rdfy-mini-book:nth-child(3) {
    background: linear-gradient(170deg, #4a2d1a, #2e1708);
    transform: rotate(5deg);
    height: 145px;
}
.readify-page-inicio .rdfy-box-label {
    position: absolute;
    top: 10%; right: 10%;
    background: var(--rdfy-cream);
    border: 1px solid var(--rdfy-line);
    border-radius: 14px;
    padding: 14px 18px;
    box-shadow: 0 8px 24px -8px rgba(28, 26, 22, 0.15);
    z-index: 10;
    animation: rdfy-bob 5s ease-in-out infinite;
}
.readify-page-inicio .rdfy-box-label-k {
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--rdfy-ink-soft);
    font-weight: 600;
    margin-bottom: 4px;
}
.readify-page-inicio .rdfy-box-label-v {
    font-family: var(--rdfy-f-display);
    font-size: 22px; font-weight: 600;
    letter-spacing: -0.025em;
}

.readify-page-inicio .rdfy-ritual-text h2 {
    font-size: clamp(42px, 5.2vw, 72px);
    font-weight: 600; line-height: 1.0;
    letter-spacing: -0.035em;
    margin-bottom: 32px;
}
.readify-page-inicio .rdfy-ritual-text p { font-size: 18px; color: var(--rdfy-ink-muted); line-height: 1.6; max-width: 520px; margin-bottom: 24px; }
.readify-page-inicio .rdfy-lead-serif {
    font-family: var(--rdfy-f-display);
    font-size: 22px !important;
    font-weight: 500;
    color: var(--rdfy-ink) !important;
    line-height: 1.35 !important;
    letter-spacing: -0.015em;
    margin-bottom: 32px !important;
    max-width: 520px;
}
.readify-page-inicio .rdfy-ritual-steps {
    margin-top: 48px;
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 24px; max-width: 540px;
}
.readify-page-inicio .rdfy-step-n {
    font-family: var(--rdfy-f-display);
    font-weight: 600;
    font-size: 28px;
    color: var(--rdfy-terracota);
    line-height: 1; margin-bottom: 10px;
    letter-spacing: -0.02em;
}
.readify-page-inicio .rdfy-step-label {
    font-family: var(--rdfy-f-display);
    font-size: 18px; font-weight: 500;
    letter-spacing: -0.015em; margin-bottom: 4px;
}
.readify-page-inicio .rdfy-step-desc {
    font-size: 13px;
    color: var(--rdfy-ink-soft);
    line-height: 1.45;
}

/* ═══════════════ BIBLIOTECA ═══════════════ */
.readify-page-inicio .rdfy-biblio {
    padding: 160px 48px;
    max-width: 1440px; margin: 0 auto;
}
.readify-page-inicio .rdfy-biblio-inner {
    display: grid; grid-template-columns: 1.1fr 1fr;
    gap: 96px; align-items: center;
}
.readify-page-inicio .rdfy-biblio-text h2 {
    font-size: clamp(42px, 5.2vw, 72px);
    font-weight: 600; line-height: 1.0;
    letter-spacing: -0.035em; margin-bottom: 32px;
}
.readify-page-inicio .rdfy-biblio-text p { font-size: 17px; color: var(--rdfy-ink-muted); line-height: 1.6; max-width: 500px; margin-bottom: 16px; }
.readify-page-inicio .rdfy-biblio-features { margin-top: 48px; display: grid; gap: 20px; }
.readify-page-inicio .rdfy-biblio-feat {
    display: flex; align-items: flex-start; gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid var(--rdfy-line-soft);
}
.readify-page-inicio .rdfy-biblio-feat:last-child { border-bottom: none; }
.readify-page-inicio .rdfy-check {
    flex-shrink: 0;
    width: 22px; height: 22px;
    border-radius: 50%;
    background: var(--rdfy-verde);
    color: var(--rdfy-cream);
    display: flex; align-items: center; justify-content: center;
    font-size: 12px; font-weight: 700;
    margin-top: 2px;
}
.readify-page-inicio .rdfy-feat-t {
    font-family: var(--rdfy-f-display);
    font-size: 19px; font-weight: 600;
    letter-spacing: -0.015em; margin-bottom: 2px;
}
.readify-page-inicio .rdfy-feat-d {
    font-size: 14px; color: var(--rdfy-ink-soft);
    line-height: 1.5;
}
.readify-page-inicio .rdfy-biblio-visual { position: relative; height: 600px; }
.readify-page-inicio .rdfy-shelf {
    position: absolute; left: 0; right: 0;
    display: flex; align-items: flex-end; gap: 4px;
    padding: 0 20px;
}
.readify-page-inicio .rdfy-shelf::after {
    content: "";
    position: absolute; left: 0; right: 0; bottom: -8px;
    height: 10px;
    background: linear-gradient(to bottom, #d6c4a1, #a88b5d);
    border-radius: 1px;
    box-shadow: 0 4px 14px rgba(28, 26, 22, 0.12);
}
.readify-page-inicio .rdfy-shelf-1 { top: 60px; }
.readify-page-inicio .rdfy-shelf-2 { top: 270px; }
.readify-page-inicio .rdfy-shelf-3 { top: 480px; }

.readify-page-inicio .rdfy-spine {
    height: 170px;
    border-radius: 2px 2px 0 0;
    display: flex; align-items: center; justify-content: center;
    box-shadow: inset -2px 0 4px rgba(0,0,0,0.15);
    position: relative; cursor: pointer;
    transition: transform 0.3s ease;
}
.readify-page-inicio .rdfy-spine:hover { transform: translateY(-8px); }
.readify-page-inicio .rdfy-spine::before {
    content: "";
    position: absolute;
    top: -2px; left: 2px; right: 2px;
    height: 3px;
    background: linear-gradient(to right, rgba(255,255,255,0.3), #e8ddc7 50%, rgba(255,255,255,0.3));
    border-radius: 2px 2px 0 0;
}
.readify-page-inicio .rdfy-spine-txt {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-family: var(--rdfy-f-display);
    font-size: 12px; font-weight: 600;
    color: rgba(255,255,255,0.92);
    letter-spacing: -0.01em;
    padding: 14px 0;
}
.readify-page-inicio .rdfy-c1  { background: linear-gradient(to right, #3a4e2d, #2d3e22); width: 22px; }
.readify-page-inicio .rdfy-c2  { background: linear-gradient(to right, var(--rdfy-terracota), #a03c20); width: 26px; height: 180px; }
.readify-page-inicio .rdfy-c3  { background: linear-gradient(to right, #4a2d1a, #3a2210); width: 20px; height: 160px; }
.readify-page-inicio .rdfy-c4  { background: linear-gradient(to right, #7a6028, #5a4418); width: 28px; }
.readify-page-inicio .rdfy-c5  { background: linear-gradient(to right, #1e2a3a, #0e1820); width: 22px; height: 175px; }
.readify-page-inicio .rdfy-c6  { background: linear-gradient(to right, #5a3a28, #3a2218); width: 24px; }
.readify-page-inicio .rdfy-c7  { background: linear-gradient(to right, #3a2d4a, #241a30); width: 20px; height: 165px; }
.readify-page-inicio .rdfy-c8  { background: linear-gradient(to right, #6b3826, #4a2416); width: 26px; }
.readify-page-inicio .rdfy-c9  { background: linear-gradient(to right, #2a4a4a, #122828); width: 22px; height: 170px; }
.readify-page-inicio .rdfy-c10 { background: linear-gradient(to right, #8a6410, #5a4008); width: 28px; height: 180px; }
.readify-page-inicio .rdfy-c11 { background: linear-gradient(to right, #3a2818, #1a1208); width: 20px; }
.readify-page-inicio .rdfy-c12 { background: linear-gradient(to right, #4a3d2a, #2a2018); width: 24px; height: 175px; }

.readify-page-inicio .rdfy-biblio-stat {
    position: absolute;
    right: 20px; top: 180px;
    background: var(--rdfy-cream);
    border: 1px solid var(--rdfy-line);
    border-radius: 16px;
    padding: 18px 22px;
    box-shadow: 0 12px 32px -10px rgba(28, 26, 22, 0.18);
    z-index: 10;
    animation: rdfy-bob 6s ease-in-out infinite;
}
.readify-page-inicio .rdfy-biblio-stat-k {
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--rdfy-ink-soft);
    font-weight: 600;
    margin-bottom: 6px;
}
.readify-page-inicio .rdfy-biblio-stat-v {
    font-family: var(--rdfy-f-display);
    font-size: 36px; font-weight: 600;
    letter-spacing: -0.03em; line-height: 1;
}
.readify-page-inicio .rdfy-biblio-stat-d {
    font-size: 12px;
    color: var(--rdfy-ink-soft);
    margin-top: 4px;
}

/* ═══════════════ LUNNAR ═══════════════ */
.readify-page-inicio .rdfy-lunnar {
    padding: 160px 48px;
    background: var(--rdfy-cream-warm);
    border-top: 1px solid var(--rdfy-line);
    border-bottom: 1px solid var(--rdfy-line);
    position: relative;
    overflow: hidden;
}
.readify-page-inicio .rdfy-lunnar::before {
    content: "";
    position: absolute;
    top: -200px; right: -200px;
    width: 600px; height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(190, 74, 44, 0.12) 0%, transparent 70%);
    z-index: 0;
}
.readify-page-inicio .rdfy-lunnar::after {
    content: "";
    position: absolute;
    bottom: -150px; left: -150px;
    width: 500px; height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(138, 96, 21, 0.08) 0%, transparent 70%);
    z-index: 0;
}
.readify-page-inicio .rdfy-lunnar-inner {
    position: relative; z-index: 1;
    max-width: 1440px; margin: 0 auto;
    text-align: center;
}
.readify-page-inicio .rdfy-lunnar .rdfy-chapter-label { justify-content: center; }
.readify-page-inicio .rdfy-lunnar h2 {
    font-size: clamp(44px, 6vw, 84px);
    font-weight: 600; line-height: 1.0;
    letter-spacing: -0.04em;
    margin-bottom: 32px;
    max-width: 1000px;
    margin-left: auto; margin-right: auto;
}
.readify-page-inicio .rdfy-lunnar .rdfy-lead {
    font-size: 20px;
    color: var(--rdfy-ink-muted);
    max-width: 620px;
    margin: 0 auto 80px;
    line-height: 1.55;
}
.readify-page-inicio .rdfy-lunnar-demo { max-width: 640px; margin: 0 auto; text-align: left; }
.readify-page-inicio .rdfy-lunnar-msg {
    padding: 20px 26px;
    border-radius: 22px;
    margin-bottom: 16px;
    max-width: 85%;
    line-height: 1.5;
    opacity: 0;
    transform: translateY(12px);
    animation: rdfy-msg-appear 0.8s ease forwards;
}
@keyframes rdfy-msg-appear {
    to { opacity: 1; transform: translateY(0); }
}
.readify-page-inicio .rdfy-msg-user {
    background: var(--rdfy-cream);
    border: 1px solid var(--rdfy-line);
    color: var(--rdfy-ink);
    margin-left: auto;
    font-size: 15px;
    border-bottom-right-radius: 6px;
    animation-delay: 0.2s;
}
.readify-page-inicio .rdfy-msg-bot {
    background: var(--rdfy-ink);
    color: var(--rdfy-cream);
    border-bottom-left-radius: 6px;
    animation-delay: 1.2s;
}
.readify-page-inicio .rdfy-msg-who {
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--rdfy-ambar-soft);
    margin-bottom: 10px;
    display: flex; align-items: center; gap: 8px;
}
.readify-page-inicio .rdfy-msg-who::before {
    content: "✦";
    font-size: 14px;
    color: var(--rdfy-ambar-soft);
    letter-spacing: 0;
}
.readify-page-inicio .rdfy-chips {
    display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px;
}
.readify-page-inicio .rdfy-chip {
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(212, 167, 106, 0.15);
    color: var(--rdfy-ambar-soft);
    font-size: 13px; font-weight: 500;
    border: 1px solid rgba(212, 167, 106, 0.3);
}

/* ═══════════════ CLUBS ═══════════════ */
.readify-page-inicio .rdfy-clubs {
    padding: 160px 48px;
    max-width: 1440px; margin: 0 auto;
}
.readify-page-inicio .rdfy-clubs-inner {
    display: grid; grid-template-columns: 1fr 1.1fr;
    gap: 96px; align-items: center;
}
.readify-page-inicio .rdfy-clubs-text h2 {
    font-size: clamp(42px, 5.2vw, 72px);
    font-weight: 600; line-height: 1.0;
    letter-spacing: -0.035em; margin-bottom: 32px;
}
.readify-page-inicio .rdfy-clubs-text p { font-size: 17px; color: var(--rdfy-ink-muted); line-height: 1.6; max-width: 480px; }
.readify-page-inicio .rdfy-clubs-visual { position: relative; height: 560px; }
.readify-page-inicio .rdfy-club-card {
    position: absolute;
    width: 300px;
    background: var(--rdfy-cream);
    border: 1px solid var(--rdfy-line);
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 16px 40px -12px rgba(28, 26, 22, 0.15);
    transition: transform 0.4s ease;
}
.readify-page-inicio .rdfy-club-card:hover { transform: translateY(-8px); }
.readify-page-inicio .rdfy-club-cover {
    width: 100%; height: 150px;
    border-radius: 10px; margin-bottom: 18px;
    position: relative; overflow: hidden;
}
.readify-page-inicio .rdfy-club-cover::after {
    content: ""; position: absolute; inset: 0;
    background:
        radial-gradient(circle at 30% 40%, rgba(255,255,255,0.15) 0%, transparent 40%),
        radial-gradient(circle at 70% 70%, rgba(0,0,0,0.15) 0%, transparent 40%);
}
.readify-page-inicio .rdfy-club-title {
    font-family: var(--rdfy-f-display);
    font-size: 22px; font-weight: 600;
    letter-spacing: -0.02em; line-height: 1.15;
    margin-bottom: 6px;
}
.readify-page-inicio .rdfy-club-sub {
    font-size: 12px; color: var(--rdfy-ink-soft);
    margin-bottom: 14px;
}
.readify-page-inicio .rdfy-club-meta {
    display: flex; justify-content: space-between; align-items: center;
    padding-top: 14px;
    border-top: 1px solid var(--rdfy-line-soft);
    font-size: 12px; color: var(--rdfy-ink-muted);
}
.readify-page-inicio .rdfy-club-members { display: flex; align-items: center; }
.readify-page-inicio .rdfy-club-avatars { display: flex; }
.readify-page-inicio .rdfy-av {
    width: 22px; height: 22px;
    border-radius: 50%;
    border: 2px solid var(--rdfy-cream);
    margin-left: -6px;
    font-family: var(--rdfy-f-display);
    font-size: 11px;
    color: var(--rdfy-cream);
    display: flex; align-items: center; justify-content: center;
    font-weight: 600;
}
.readify-page-inicio .rdfy-av:first-child { margin-left: 0; }
.readify-page-inicio .rdfy-av-a1 { background: var(--rdfy-terracota); }
.readify-page-inicio .rdfy-av-a2 { background: var(--rdfy-verde); }
.readify-page-inicio .rdfy-av-a3 { background: var(--rdfy-ambar); }
.readify-page-inicio .rdfy-club-cnt { margin-left: 8px; }
.readify-page-inicio .rdfy-club-progress {
    height: 4px;
    background: var(--rdfy-pergamino);
    border-radius: 2px;
    overflow: hidden;
    margin-top: 14px;
}
.readify-page-inicio .rdfy-club-progress-bar {
    height: 100%; background: var(--rdfy-verde); border-radius: 2px;
}
.readify-page-inicio .rdfy-c-a { top: 0; left: 20px; transform: rotate(-3deg); z-index: 2; }
.readify-page-inicio .rdfy-c-b { top: 80px; left: 180px; transform: rotate(2deg); z-index: 3; }
.readify-page-inicio .rdfy-c-c { top: 280px; left: 50px; transform: rotate(-1deg); z-index: 2; }

.readify-page-inicio .rdfy-clubs-quote {
    position: absolute;
    bottom: 20px; right: 10px;
    font-family: var(--rdfy-f-display);
    font-weight: 500;
    font-size: 18px;
    color: var(--rdfy-ink-muted);
    max-width: 220px;
    text-align: right;
    line-height: 1.35;
    letter-spacing: -0.015em;
    z-index: 1;
}

/* ═══════════════ APP MENTION ═══════════════ */
.readify-page-inicio .rdfy-app-mention {
    padding: 140px 48px;
    background: var(--rdfy-pergamino);
    border-top: 1px solid var(--rdfy-line);
    border-bottom: 1px solid var(--rdfy-line);
}
.readify-page-inicio .rdfy-app-inner {
    max-width: 1280px; margin: 0 auto;
    display: grid; grid-template-columns: 1.2fr 1fr;
    gap: 80px; align-items: center;
}
.readify-page-inicio .rdfy-app-text h2 {
    font-size: clamp(38px, 4.6vw, 60px);
    font-weight: 600; line-height: 1.05;
    letter-spacing: -0.035em; margin-bottom: 28px;
}
.readify-page-inicio .rdfy-app-text p {
    font-size: 17px; color: var(--rdfy-ink-muted); line-height: 1.6;
    max-width: 480px; margin-bottom: 32px;
}
.readify-page-inicio .rdfy-app-badges { display: flex; gap: 12px; margin-top: 32px; }
.readify-page-inicio .rdfy-store-badge {
    display: flex; align-items: center; gap: 12px;
    padding: 12px 20px;
    background: var(--rdfy-ink);
    color: var(--rdfy-cream);
    border-radius: 12px;
    transition: transform 0.2s;
}
.readify-page-inicio .rdfy-store-badge:hover { transform: translateY(-2px); }
.readify-page-inicio .rdfy-store-icon { font-size: 24px; }
.readify-page-inicio .rdfy-store-content { display: flex; flex-direction: column; }
.readify-page-inicio .rdfy-store-small { font-size: 10px; opacity: 0.7; letter-spacing: 0.04em; }
.readify-page-inicio .rdfy-store-big {
    font-size: 15px; font-weight: 600;
    letter-spacing: -0.015em; line-height: 1.1;
}
.readify-page-inicio .rdfy-app-coming {
    display: inline-block;
    margin-top: 16px;
    font-size: 13px;
    color: var(--rdfy-ink-soft);
    font-family: var(--rdfy-f-display);
}

.readify-page-inicio .rdfy-app-phone-wrap { display: flex; justify-content: center; position: relative; }
.readify-page-inicio .rdfy-mini-phone {
    width: 240px; height: 500px;
    background: #0a0907;
    border-radius: 40px;
    padding: 8px;
    box-shadow:
        0 0 0 1px rgba(28, 26, 22, 0.3),
        0 30px 60px -20px rgba(28, 26, 22, 0.4);
    position: relative;
}
.readify-page-inicio .rdfy-mp-screen {
    width: 100%; height: 100%;
    background: var(--rdfy-cream);
    border-radius: 32px;
    overflow: hidden;
    position: relative;
    display: flex; flex-direction: column;
}
.readify-page-inicio .rdfy-mp-notch {
    position: absolute;
    top: 10px; left: 50%;
    transform: translateX(-50%);
    width: 74px; height: 22px;
    background: #0a0907;
    border-radius: 14px;
    z-index: 10;
}
.readify-page-inicio .rdfy-mp-content {
    padding: 46px 18px 12px;
    flex: 1;
    overflow: hidden;
}
.readify-page-inicio .rdfy-mp-hi {
    font-family: var(--rdfy-f-display);
    font-size: 20px; font-weight: 600;
    letter-spacing: -0.03em; line-height: 1.05;
}
.readify-page-inicio .rdfy-mp-sub { font-size: 10px; color: var(--rdfy-ink-soft); margin-top: 4px; }
.readify-page-inicio .rdfy-mp-card {
    margin-top: 14px;
    background: var(--rdfy-ink);
    color: var(--rdfy-cream);
    padding: 14px 16px;
    border-radius: 14px;
}
.readify-page-inicio .rdfy-mp-l {
    font-size: 8px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.6;
    margin-bottom: 6px;
    font-weight: 600;
}
.readify-page-inicio .rdfy-mp-big {
    font-family: var(--rdfy-f-display);
    font-size: 26px; font-weight: 600;
    letter-spacing: -0.03em; line-height: 1;
}
.readify-page-inicio .rdfy-mp-big em { color: var(--rdfy-ambar-soft); font-weight: 600; }
.readify-page-inicio .rdfy-mp-meta { font-size: 10px; opacity: 0.65; margin-top: 4px; }
.readify-page-inicio .rdfy-mp-row {
    display: flex; gap: 10px; align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid var(--rdfy-line-soft);
    margin-top: 12px;
}
.readify-page-inicio .rdfy-mp-row:last-child { border-bottom: none; }
.readify-page-inicio .rdfy-mp-cov {
    width: 30px; height: 44px; border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    flex-shrink: 0;
}
.readify-page-inicio .rdfy-mp-cov-a { background: linear-gradient(150deg, var(--rdfy-terracota), #7d2d14); }
.readify-page-inicio .rdfy-mp-cov-b { background: linear-gradient(150deg, #3a4e2d, #1c2815); }
.readify-page-inicio .rdfy-mp-info { flex: 1; min-width: 0; }
.readify-page-inicio .rdfy-mp-t {
    font-family: var(--rdfy-f-display);
    font-size: 11px; font-weight: 600;
    letter-spacing: -0.02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.readify-page-inicio .rdfy-mp-a { font-size: 9px; color: var(--rdfy-ink-soft); }

/* ═══════════════ TESTIMONIOS ═══════════════ */
.readify-page-inicio .rdfy-testimonials {
    padding: 160px 48px;
    max-width: 1440px; margin: 0 auto;
}
.readify-page-inicio .rdfy-testi-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 80px;
}
.readify-page-inicio .rdfy-testi-header .rdfy-chapter-label { justify-content: center; }
.readify-page-inicio .rdfy-testi-header h2 {
    font-size: clamp(42px, 5.2vw, 68px);
    font-weight: 600; line-height: 1.0;
    letter-spacing: -0.035em; margin-bottom: 20px;
}
.readify-page-inicio .rdfy-testi-header .rdfy-sub {
    font-size: 17px; color: var(--rdfy-ink-muted);
}
.readify-page-inicio .rdfy-testi-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.readify-page-inicio .rdfy-testi-card {
    background: var(--rdfy-cream);
    border: 1px solid var(--rdfy-line);
    border-radius: 18px;
    padding: 36px 32px;
    display: flex; flex-direction: column;
    min-height: 340px;
    position: relative;
    transition: all 0.3s ease;
}
.readify-page-inicio .rdfy-testi-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px -12px rgba(28, 26, 22, 0.1);
    border-color: var(--rdfy-terracota-soft);
}
.readify-page-inicio .rdfy-stars {
    color: var(--rdfy-ambar);
    letter-spacing: 3px;
    font-size: 14px;
    margin-bottom: 24px;
}
.readify-page-inicio .rdfy-quote {
    font-family: var(--rdfy-f-display);
    font-size: 20px; font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: var(--rdfy-ink);
    margin-bottom: 32px;
    flex: 1;
}
.readify-page-inicio .rdfy-quote em { color: var(--rdfy-terracota); font-weight: 500; }
.readify-page-inicio .rdfy-attribution {
    display: flex; align-items: center; gap: 14px;
    padding-top: 24px;
    border-top: 1px solid var(--rdfy-line-soft);
}
.readify-page-inicio .rdfy-avatar {
    width: 44px; height: 44px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-family: var(--rdfy-f-display);
    font-weight: 600;
    color: var(--rdfy-cream);
    font-size: 18px;
}
.readify-page-inicio .rdfy-testi-name {
    font-family: var(--rdfy-f-display);
    font-size: 16px; font-weight: 600;
    letter-spacing: -0.015em;
}
.readify-page-inicio .rdfy-testi-role {
    font-size: 12px;
    color: var(--rdfy-ink-soft);
    margin-top: 2px;
}

/* ═══════════════ FINAL CTA ═══════════════ */
.readify-page-inicio .rdfy-final-cta {
    padding: 180px 48px;
    background: var(--rdfy-ink);
    color: var(--rdfy-cream) !important;
    position: relative; overflow: hidden;
}
.readify-page-inicio .rdfy-final-cta::before {
    content: "";
    position: absolute;
    top: -300px; left: -300px;
    width: 800px; height: 800px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(190, 74, 44, 0.18) 0%, transparent 60%);
}
.readify-page-inicio .rdfy-final-cta::after {
    content: "";
    position: absolute;
    bottom: -200px; right: -200px;
    width: 600px; height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(138, 96, 21, 0.15) 0%, transparent 60%);
}
.readify-page-inicio .rdfy-final-inner {
    position: relative; z-index: 1;
    max-width: 1000px; margin: 0 auto;
    text-align: center;
}
.readify-page-inicio .rdfy-final-label {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--rdfy-ambar-soft) !important;
    font-weight: 600;
    margin-bottom: 32px;
}
.readify-page-inicio .rdfy-final-cta h2 {
    font-size: clamp(52px, 7vw, 108px);
    font-weight: 600;
    line-height: 0.92;
    letter-spacing: -0.04em;
    margin-bottom: 40px;
    color: var(--rdfy-cream) !important;
}
.readify-page-inicio .rdfy-final-cta h2 em { color: var(--rdfy-terracota-soft) !important; }
.readify-page-inicio .rdfy-final-cta p {
    font-size: 20px;
    color: rgba(249, 247, 242, 0.72) !important;
    max-width: 560px;
    margin: 0 auto 56px;
    line-height: 1.55;
}
.readify-page-inicio .rdfy-final-ctas {
    display: flex; gap: 14px;
    justify-content: center; flex-wrap: wrap;
}
.readify-page-inicio .rdfy-btn-cream {
    background: var(--rdfy-cream);
    color: var(--rdfy-ink);
    padding: 16px 32px;
    border-radius: 999px;
    font-family: var(--rdfy-f-ui);
    font-size: 15px; font-weight: 600;
    letter-spacing: -0.005em;
    display: inline-flex; align-items: center; gap: 10px;
    transition: all 0.2s;
}
.readify-page-inicio .rdfy-btn-cream:hover { background: var(--rdfy-pergamino); transform: translateY(-2px); }
.readify-page-inicio .rdfy-btn-outline {
    background: transparent;
    color: var(--rdfy-cream);
    padding: 16px 32px;
    border: 1px solid rgba(249, 247, 242, 0.3);
    border-radius: 999px;
    font-family: var(--rdfy-f-ui);
    font-size: 15px; font-weight: 600;
    letter-spacing: -0.005em;
    transition: all 0.2s;
}
.readify-page-inicio .rdfy-btn-outline:hover {
    border-color: var(--rdfy-cream);
    background: rgba(249,247,242,0.08);
}
.readify-page-inicio .rdfy-final-guarantee {
    margin-top: 64px;
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    font-size: 13px;
    color: rgba(249,247,242,0.5);
}
.readify-page-inicio .rdfy-g {
    display: flex; align-items: center; gap: 8px;
}
.readify-page-inicio .rdfy-g::before {
    content: "✓";
    color: var(--rdfy-ambar-soft);
    font-weight: 700;
}

/* ═══════════════ RESPONSIVE ═══════════════ */
@media (max-width: 960px) {
    .readify-page-inicio .rdfy-hero {
        grid-template-columns: 1fr;
        padding: 140px 24px 80px;
        gap: 60px;
        min-height: auto;
    }
    .readify-page-inicio .rdfy-hero-visual { height: 460px; }
    .readify-page-inicio .rdfy-book-stack { transform: scale(0.85); }
    .readify-page-inicio .rdfy-dos-lineas,
    .readify-page-inicio .rdfy-ritual,
    .readify-page-inicio .rdfy-biblio,
    .readify-page-inicio .rdfy-lunnar,
    .readify-page-inicio .rdfy-clubs,
    .readify-page-inicio .rdfy-app-mention,
    .readify-page-inicio .rdfy-testimonials,
    .readify-page-inicio .rdfy-final-cta {
        padding-left: 24px; padding-right: 24px;
        padding-top: 100px; padding-bottom: 100px;
    }
    .readify-page-inicio .rdfy-lineas-grid { grid-template-columns: 1fr; gap: 24px; }
    .readify-page-inicio .rdfy-linea-card { padding: 40px 32px; }
    .readify-page-inicio .rdfy-linea-card h3 { font-size: 42px; }
    .readify-page-inicio .rdfy-ritual-inner,
    .readify-page-inicio .rdfy-biblio-inner,
    .readify-page-inicio .rdfy-clubs-inner,
    .readify-page-inicio .rdfy-app-inner {
        grid-template-columns: 1fr;
        gap: 64px;
    }
    .readify-page-inicio .rdfy-ritual-visual,
    .readify-page-inicio .rdfy-biblio-visual,
    .readify-page-inicio .rdfy-clubs-visual { height: 460px; }
    .readify-page-inicio .rdfy-testi-grid { grid-template-columns: 1fr; }
    .readify-page-inicio .rdfy-hero-meta { flex-direction: column; gap: 20px; }
}
