/* Eternal Pics — landing page. Layered on top of app.css.
   Enchanted-garden light theme. Prefixed .lp- to stay out of the system's way. */

/* ---- Hero ---------------------------------------------------------------- */
.lp-hero {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
    padding: clamp(44px, 7vw, 96px) 0 clamp(40px, 6vw, 80px);
}
.lp-hero h1 { margin: 20px 0 22px; }
.lp-hero h1 .foil {
    font-style: italic;
    font-weight: 500;
    background: linear-gradient(96deg, var(--sage-deep), var(--sage) 45%, var(--lavender));
    -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lp-lede { font-size: clamp(17px, 1.6vw, 20px); color: var(--muted); max-width: 36ch; }
.lp-cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; align-items: center; }
.lp-meta { margin-top: 26px; }

/* Hero keepsake — a pressed-flower photo card */
.lp-photo {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 16px 16px 0;
    box-shadow: var(--shadow);
    border: 1px solid var(--line);
    transform: rotate(-1.4deg);
}
.lp-photo .img {
    aspect-ratio: 4 / 5;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(70px 70px at 24% 26%, rgba(230, 188, 190, 0.9), transparent 70%),
        radial-gradient(96px 96px at 78% 22%, rgba(179, 162, 207, 0.85), transparent 72%),
        radial-gradient(150px 150px at 66% 76%, rgba(139, 166, 128, 0.8), transparent 72%),
        radial-gradient(60px 60px at 40% 60%, rgba(255, 255, 255, 0.95), transparent 70%),
        linear-gradient(160deg, #eef1e6, #e4e9dd 70%);
}
.lp-photo .band { padding: 18px 6px 22px; text-align: center; }
.lp-photo .band .quote { font-family: var(--display); font-style: italic; font-size: 25px; color: var(--ink); }
.lp-photo .band .who { font-size: 11px; font-weight: 600; letter-spacing: 0.16em; color: var(--faint); margin-top: 8px; text-transform: uppercase; }
/* botanical corner sprig */
.lp-photo .sprig {
    position: absolute; top: 20px; right: 20px; width: 40px; height: 40px; opacity: 0.85;
    background: no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c6a566' stroke-width='1.1' stroke-linecap='round'%3E%3Cpath d='M4 20C12 18 18 12 20 4'/%3E%3Cpath d='M11 12c-2 .5-3.5-.5-4-2.5 2-.5 3.5.5 4 2.5Z'/%3E%3Cpath d='M15 8c.5-2 2-3 4-3 0 2-1.5 3-4 3Z'/%3E%3Cpath d='M9 16c-.5-2-2-3-4-3 0 2 1.5 3 4 3Z'/%3E%3C/svg%3E");
}

/* ---- Section headers ----------------------------------------------------- */
.lp-head { max-width: 32ch; margin-bottom: 44px; }
.lp-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.lp-head h2 { margin: 14px 0 12px; }
.lp-head p { color: var(--muted); }

/* ---- How it works (steps) ------------------------------------------------ */
.lp-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.lp-frame {
    background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg);
    padding: 32px 28px 34px; position: relative; box-shadow: var(--shadow-soft);
}
.lp-frame .exp { font-family: var(--display); font-style: italic; font-size: 30px; color: var(--sage); line-height: 1; }
.lp-frame h3 { margin: 14px 0 10px; font-size: 26px; }
.lp-frame p { color: var(--muted); margin: 0; font-size: 15.5px; }
.lp-frame .sprig {
    position: absolute; top: 22px; right: 24px; width: 26px; height: 26px; opacity: 0.7;
    background: no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238ba680' stroke-width='1.3' stroke-linecap='round'%3E%3Cpath d='M12 21V7'/%3E%3Cpath d='M12 12c0-3 2-5 5-5 0 3-2 5-5 5Z'/%3E%3Cpath d='M12 15c0-2.5-2-4-4.5-4 0 2.5 2 4 4.5 4Z'/%3E%3C/svg%3E");
}

/* ---- Details grid -------------------------------------------------------- */
.lp-details { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; }
.lp-detail { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow-soft); }
.lp-detail .ic { width: 34px; height: 34px; color: var(--sage); margin-bottom: 16px; }
.lp-detail h3 { font-size: 21px; margin-bottom: 8px; }
.lp-detail p { color: var(--muted); font-size: 15px; margin: 0; }

/* ---- Pricing ------------------------------------------------------------- */
.lp-price-wrap { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; max-width: 760px; margin: 0 auto; }
.lp-price { padding: 32px; border-radius: var(--radius-lg); border: 1px solid var(--line); background: var(--surface); box-shadow: var(--shadow-soft); }
.lp-price.feature { border-color: color-mix(in srgb, var(--sage) 55%, transparent); box-shadow: 0 0 0 1px color-mix(in srgb, var(--sage) 25%, transparent), var(--shadow-soft); }
.lp-price .amount { font-family: var(--display); font-size: 58px; line-height: 1; margin: 12px 0 4px; font-weight: 500; }
.lp-price .amount small { font-size: 16px; color: var(--muted); font-family: var(--body); }
.lp-price ul { list-style: none; padding: 0; margin: 22px 0 26px; }
.lp-price li { display: flex; gap: 10px; padding: 9px 0; border-top: 1px solid var(--line-soft); color: var(--muted); font-size: 15px; }
.lp-price li:first-child { border-top: none; }
.lp-price li svg { color: var(--sage); flex-shrink: 0; margin-top: 3px; }

/* ---- Closing / footer ---------------------------------------------------- */
.lp-closer { text-align: center; padding: clamp(60px,9vw,120px) 0; }
.lp-closer h2 { max-width: 20ch; margin: 0 auto 24px; }
.lp-footer { border-top: 1px solid var(--line-soft); padding: 40px var(--gutter); color: var(--faint); font-size: 13.5px; }
.lp-footer .edge { color: var(--faint); }

/* ---- Floating CTA (mobile) ----------------------------------------------- */
.lp-fab {
    position: fixed; z-index: 60;
    right: 16px; bottom: calc(env(safe-area-inset-bottom, 0px) + 16px);
    display: none; align-items: center; gap: 8px;
    background: var(--sage); color: #fff; text-decoration: none;
    font-family: var(--body); font-weight: 600; font-size: 15px;
    padding: 14px 22px; border-radius: 999px;
    box-shadow: 0 16px 34px -12px rgba(95, 122, 88, 0.95);
    transition: filter .12s ease, transform .1s ease;
}
.lp-fab::before { content: "🌿"; font-size: 15px; }
.lp-fab:hover { color: #fff; filter: brightness(1.04); }
.lp-fab:active { transform: translateY(1px); }

/* ---- Responsive ---------------------------------------------------------- */
@media (max-width: 860px) {
    .lp-hero { grid-template-columns: 1fr; }
    .lp-photo { transform: none; max-width: 420px; margin: 8px auto 0; }
    .lp-strip { grid-template-columns: 1fr; }
    .lp-lede { max-width: none; }
}

/* On phones: declutter the top bar (brand + "Iniciar sesión" only) and float the CTA */
@media (max-width: 720px) {
    .topbar nav { gap: 16px; }
    .topbar nav .lp-navlink,
    .topbar nav .lp-navcta { display: none; }
    .lp-fab { display: inline-flex; }
    .lp-closer { padding-bottom: 96px; } /* room so the FAB doesn't cover the final button */
}
