/* =====================================================================
   Lumbrera ERP — Tema a medida · main.css
   Marca: verde lima / gradiente nube
   ===================================================================== */

:root {
  --lum-green: #8dc63f;
  --lum-green-2: #6fae26;
  --lum-green-dark: #a8de4f;
  --lum-green-light: #d4ef90;
  --lum-lime: #c4d82e;
  --lum-grad: linear-gradient(135deg, #a7d84f 0%, #73b72d 44%, #4e8d1f 100%);
  --lum-grad-soft: linear-gradient(135deg, #122015 0%, #172a1b 100%);
  --lum-ink: #ecf7e8;
  --lum-text: #cfdccc;
  --lum-muted: #9eb39b;
  --lum-bg: #0d1610;
  --lum-bg-soft: #111d14;
  --lum-border: #2a412d;
  --lum-panel: #16251a;
  --lum-white: #ffffff;
  --lum-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  --lum-shadow-lg: 0 18px 50px rgba(0, 0, 0, 0.32);
  --radius: 16px;
  --radius-sm: 10px;
  --container: 1180px;
  --font: "Noto Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --font-heading: "Helvetica Neue", "Noto Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--lum-text);
  background: var(--lum-bg);
  background-image: radial-gradient(circle at 10% -10%, rgba(141,198,63,.18), transparent 32%), radial-gradient(circle at 88% 0%, rgba(111,174,38,.16), transparent 28%);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--lum-green-dark); text-decoration: none; }
h1, h2, h3, h4 { color: var(--lum-ink); line-height: 1.2; margin: 0 0 .5em; font-weight: 800; }
h1, h2, h3, h4 { font-family: var(--font-heading); letter-spacing: .01em; }
p { margin: 0 0 1rem; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.section { padding: 84px 0; }
.section--soft { background: var(--lum-bg-soft); }
.section__head { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.section__eyebrow {
  display: inline-block; font-weight: 700; font-size: .8rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--lum-green-dark);
  background: #1a2a1a; padding: 6px 14px; border-radius: 999px; margin-bottom: 14px;
}
.section__title { font-size: clamp(1.7rem, 3vw, 2.5rem); }
.section__subtitle { color: var(--lum-muted); font-size: 1.08rem; }

/* ---------- i18n ---------- */
html[data-lang="es"] .i18n-en { display: none !important; }
html[data-lang="en"] .i18n-es { display: none !important; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .5rem; cursor: pointer;
  font-weight: 700; font-size: 1rem; padding: 13px 26px; border-radius: 999px;
  border: 2px solid transparent; transition: .2s ease; text-align: center;
  line-height: 1;
}
.btn--primary { background: var(--lum-grad); color: #10210f; box-shadow: var(--lum-shadow); border-color: #b9e56a; }
.btn--primary:hover { transform: translateY(-2px); box-shadow: var(--lum-shadow-lg); color: #0c1a0c; }
.btn--ghost { background: #1a2c1c; color: var(--lum-green-light); border-color: #36543a; }
.btn--ghost:hover { border-color: var(--lum-green); color: #f0f9e8; background: #203424; }
.btn--wa { background: #25d366; color: #fff; box-shadow: 0 8px 24px rgba(37,211,102,.3); }
.btn--wa:hover { background: #1ebe5a; color: #fff; transform: translateY(-2px); }
.btn--lg { padding: 16px 32px; font-size: 1.05rem; }
.btn--block { width: 100%; justify-content: center; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50; background: rgba(13,22,16,.86);
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--lum-border);
}
.site-header .container { display: flex; align-items: center; gap: 20px; height: 78px; }
.site-logo { display: inline-flex; align-items: center; height: 100%; }
.site-logo img { height: 44px; width: auto; filter: drop-shadow(0 2px 8px rgba(0,0,0,.2)); }
.main-nav { margin-left: auto; }
.nav-mobile-only { display: none; }
.nav-mobile-lang { border-bottom: 0; }
.main-nav > ul { display: flex; gap: 16px; list-style: none; margin: 0; padding: 0; }
.main-nav a { color: var(--lum-ink); font-weight: 600; font-size: .96rem; }
.main-nav a:hover { color: var(--lum-green-dark); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.has-dropdown { position: relative; }
.nav-dd-toggle {
  border: 1px solid #355238;
  background: #17281b;
  color: var(--lum-ink);
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
  font-size: .9rem;
  padding: 8px 13px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.nav-dd-toggle:hover { border-color: var(--lum-green); color: var(--lum-green-light); }
.nav-dd-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 250px;
  border: 1px solid #3a5a3d;
  background: #17281b;
  border-radius: 12px;
  box-shadow: var(--lum-shadow-lg);
  padding: 10px;
  display: none;
  z-index: 30;
}
.nav-dd-menu li { list-style: none; }
.nav-dd-menu a {
  display: block;
  border-radius: 8px;
  padding: 10px 12px;
  color: var(--lum-text);
  font-size: .92rem;
}
.nav-dd-menu a:hover { background: #1f3020; color: var(--lum-green-light); }
.nav-dd-menu a.is-current {
  background: #223524;
  color: var(--lum-green-light);
  border-left: 3px solid var(--lum-green);
  padding-left: 9px;
}
.has-dropdown.is-open .nav-dd-menu { display: block; }
.has-dropdown:focus-within .nav-dd-menu { display: block; }
.has-dropdown:hover .nav-dd-menu { display: block; }
.lang-switch { display: inline-flex; border: 1px solid #3a5a3d; border-radius: 999px; overflow: hidden; }
.lang-switch button {
  border: 0; background: #17281b; color: var(--lum-muted); font-weight: 700; cursor: pointer;
  padding: 7px 12px; font-size: .82rem;
}
.lang-switch button.is-active { background: var(--lum-grad); color: #fff; }
.nav-toggle { display: none; border: 0; background: transparent; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--lum-ink); margin: 5px 0; transition: .2s; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; padding: 74px 0 96px; background: var(--lum-grad-soft); border-bottom: 1px solid var(--lum-border); }
.hero::after {
  content: ""; position: absolute; right: -160px; top: -160px; width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(141,198,63,.35), transparent 70%); border-radius: 50%;
}
.hero .container { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: center; }
.hero h1 { font-size: clamp(2.1rem, 4.5vw, 3.4rem); }
.hero h1 .grad { background: var(--lum-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero p.lead { font-size: 1.12rem; color: var(--lum-text); max-width: 560px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 18px 26px; margin-top: 34px; }
.hero-badge { display: flex; align-items: center; gap: 8px; font-weight: 600; color: var(--lum-ink); font-size: .95rem; }
.hero-badge svg { color: var(--lum-green-dark); flex: none; }
.hero-visual { position: relative; }
.hero-visual .card-float {
  background: var(--lum-panel); border: 1px solid var(--lum-border); border-radius: var(--radius);
  box-shadow: var(--lum-shadow-lg); padding: 22px;
}
.hero-visual .mock-bar { height: 10px; border-radius: 6px; background: #324531; margin: 8px 0; }
.hero-visual .mock-bar.w70 { width: 70%; }
.hero-visual .mock-bar.w50 { width: 50%; background: #3e563e; }
.hero-visual .mock-row { display: flex; gap: 12px; align-items: center; margin-bottom: 16px; }
.hero-visual .mock-dot { width: 38px; height: 38px; border-radius: 10px; background: var(--lum-grad); flex: none; }
.hero-visual .mock-kpi { display: flex; gap: 12px; margin-top: 6px; }
.hero-visual .kpi { flex: 1; background: #1a2a1a; border-radius: 12px; padding: 12px; text-align: center; }
.hero-visual .kpi b { display: block; font-size: 1.3rem; color: var(--lum-green-dark); }
.hero-visual .kpi span { font-size: .72rem; color: var(--lum-muted); }

/* ---------- Trust strip ---------- */
.trust { padding: 26px 0; border-bottom: 1px solid var(--lum-border); background: rgba(20,32,22,.55); }
.trust .container { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px 40px; }
.trust span { color: var(--lum-muted); font-weight: 600; font-size: .92rem; }

/* ---------- Feature / modules grid ---------- */
.grid { display: grid; gap: 22px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.card {
  background: var(--lum-panel); border: 1px solid var(--lum-border); border-radius: var(--radius);
  padding: 26px; transition: .2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--lum-shadow); border-color: #d7e8bf; }
.card .ic {
  width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center;
  background: var(--lum-grad-soft); color: var(--lum-green-dark); margin-bottom: 16px;
}
.card h3 { font-size: 1.12rem; margin-bottom: 6px; }
.card p { color: var(--lum-muted); margin: 0; font-size: .96rem; }

.module-chip {
  display: flex; align-items: center; gap: 10px; padding: 12px 16px; background: var(--lum-panel);
  border: 1px solid var(--lum-border); border-radius: 12px; font-weight: 600; color: var(--lum-ink);
  font-size: .95rem;
}
.module-chip:hover { border-color: #4a724f; transform: translateY(-2px); }
.module-chip .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--lum-grad); flex: none; }

/* ---------- Benefits ---------- */
.benefit { display: flex; gap: 14px; align-items: flex-start; }
.benefit .ic { width: 42px; height: 42px; border-radius: 12px; flex: none; background: var(--lum-grad-soft); color: var(--lum-green-dark); display: grid; place-items: center; }
.benefit h4 { font-size: 1.02rem; margin-bottom: 4px; }
.benefit p { font-size: .92rem; color: var(--lum-muted); margin: 0; }

/* ---------- Pricing ---------- */
.seg-tabs { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 38px; }
.seg-tab {
  border: 1px solid var(--lum-border); background: #162316; color: var(--lum-ink); font-weight: 700;
  padding: 11px 22px; border-radius: 999px; cursor: pointer; transition: .2s;
}
.seg-tab.is-active { background: var(--lum-grad); color: #fff; border-color: transparent; box-shadow: var(--lum-shadow); }
.plans { display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); align-items: stretch; }
.plans[data-count="2"] { grid-template-columns: repeat(2, 1fr); max-width: 760px; margin: 0 auto; }
.plan {
  background: var(--lum-panel); border: 1px solid var(--lum-border); border-radius: var(--radius);
  padding: 30px 26px; display: flex; flex-direction: column; position: relative;
}
.plan.is-featured { border-color: var(--lum-green); box-shadow: var(--lum-shadow-lg); }
.plan .tag-pop {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--lum-grad); color: #fff; font-size: .72rem; font-weight: 800;
  padding: 6px 14px; border-radius: 999px; letter-spacing: .05em; text-transform: uppercase;
}
.plan h3 { font-size: 1.3rem; margin-bottom: 2px; }
.plan .price { font-size: 2.3rem; font-weight: 800; color: #f0fae9; margin: 10px 0 0; }
.plan .price small { font-size: .95rem; font-weight: 600; color: var(--lum-muted); }
.plan .note { font-size: .8rem; color: var(--lum-muted); margin-bottom: 18px; }
.plan ul { list-style: none; margin: 0 0 24px; padding: 0; flex: 1; }
.plan ul li { display: flex; gap: 9px; padding: 7px 0; font-size: .93rem; color: var(--lum-text); border-bottom: 1px dashed var(--lum-border); }
.plan ul li:last-child { border-bottom: 0; }
.plan ul li svg { color: var(--lum-green-dark); flex: none; margin-top: 3px; }
.plan-x { color: #d16767; font-weight: 800; font-size: 1rem; line-height: 1; margin-top: 2px; }
.plan-no-item { color: #c98f8f !important; }
.plan-tax { text-align: center; color: var(--lum-muted); font-size: .9rem; margin-top: 30px; }
.seg-panel { display: none; }
.seg-panel.is-active { display: block; animation: fade .3s ease; }
@keyframes fade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

/* comparison table */
.cmp-wrap { overflow-x: auto; margin-top: 46px; }
.cmp { width: 100%; border-collapse: collapse; min-width: 640px; background: var(--lum-panel); border-radius: var(--radius); overflow: hidden; box-shadow: var(--lum-shadow); }
.cmp th, .cmp td { padding: 14px 16px; text-align: center; border-bottom: 1px solid var(--lum-border); font-size: .92rem; }
.cmp thead th { background: var(--lum-grad); color: #fff; font-weight: 700; }
.cmp tbody tr:nth-child(even) { background: #1a2b1d; }
.cmp td:first-child, .cmp th:first-child { text-align: left; font-weight: 600; }
.cmp .yes { color: var(--lum-green-dark); font-weight: 800; }
.cmp .no { color: #c44; }

/* ---------- Training ---------- */
.train { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; }
.train ul { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 12px; }
.train ul li { display: flex; gap: 10px; align-items: flex-start; }
.train ul li svg { color: var(--lum-green-dark); flex: none; margin-top: 3px; }
.train-card { background: var(--lum-grad); border-radius: var(--radius); padding: 38px; color: #0e1f0f; box-shadow: var(--lum-shadow-lg); }
.train-card .big { font-size: 2.6rem; font-weight: 800; }
.train-card p { color: rgba(255,255,255,.9); }

/* ---------- Testimonials ---------- */
.quote { background: var(--lum-panel); border: 1px solid var(--lum-border); border-radius: var(--radius); padding: 28px; }
.quote p { font-style: italic; color: var(--lum-text); }
.quote .who { display: flex; align-items: center; gap: 12px; margin-top: 14px; }
.quote .av { width: 44px; height: 44px; border-radius: 50%; background: var(--lum-grad); color: #fff; display: grid; place-items: center; font-weight: 800; flex: none; }
.quote .av img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.quote .who b { display: block; color: #f0faea; }
.quote .who span { font-size: .85rem; color: var(--lum-muted); }
.quote .stars { color: #f5b50a; margin-bottom: 10px; letter-spacing: 2px; }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 0 auto; }
.faq-item { background: var(--lum-panel); border: 1px solid var(--lum-border); border-radius: var(--radius-sm); margin-bottom: 12px; overflow: hidden; }
.faq-q { display: flex; justify-content: space-between; align-items: center; gap: 14px; width: 100%; text-align: left; border: 0; background: var(--lum-panel); cursor: pointer; padding: 18px 20px; font-weight: 700; color: var(--lum-ink); font-size: 1rem; }
.faq-q .chev { transition: .25s; color: var(--lum-green-dark); flex: none; }
.faq-item.is-open .faq-q .chev { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a div { padding: 0 20px 18px; color: var(--lum-muted); }

/* ---------- Contact ---------- */
.contact { display: grid; grid-template-columns: 1fr 1.1fr; gap: 44px; align-items: start; }
.contact-info .ci-item { display: flex; gap: 14px; align-items: center; margin-bottom: 18px; }
.contact-info .ic { width: 46px; height: 46px; border-radius: 12px; background: var(--lum-grad-soft); color: var(--lum-green-dark); display: grid; place-items: center; flex: none; }
.contact-info b { color: var(--lum-ink); display: block; }
.contact-info span { color: var(--lum-muted); font-size: .94rem; }
.form-card { background: #fff; border: 1px solid var(--lum-border); border-radius: var(--radius); padding: 30px; box-shadow: var(--lum-shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-weight: 600; font-size: .9rem; color: var(--lum-ink); margin-bottom: 6px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 14px; border: 1px solid var(--lum-border); border-radius: 10px;
  font: inherit; color: var(--lum-text); background: #fcfdfa; transition: .15s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: var(--lum-green); box-shadow: 0 0 0 3px rgba(141,198,63,.18); }
.field textarea { resize: vertical; min-height: 110px; }
.form-msg { margin-top: 12px; font-weight: 600; font-size: .92rem; }
.form-msg.ok { color: var(--lum-green-dark); }
.form-msg.err { color: #c44; }

/* ---------- Footer ---------- */
.site-footer { background: #080f09; color: #cdd8c4; padding: 56px 0 26px; border-top: 1px solid #1c2b1d; }
.site-footer .container { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 34px; }
.site-footer img { height: 38px; margin-bottom: 14px; }
.site-footer h5 { color: #fff; font-size: .95rem; letter-spacing: .04em; text-transform: uppercase; margin: 0 0 14px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer ul li { margin-bottom: 9px; }
.site-footer a { color: #cdd8c4; font-size: .94rem; }
.site-footer a:hover { color: var(--lum-green-light); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 40px; padding-top: 20px; text-align: center; color: #9bab90; font-size: .86rem; }

/* ---------- Floating WhatsApp ---------- */
.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 60; width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: #fff; display: grid; place-items: center; box-shadow: 0 10px 30px rgba(37,211,102,.45); transition: .2s; }
.wa-float:hover { transform: scale(1.08); color: #fff; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero .container, .train, .contact { grid-template-columns: 1fr; }
  .grid--3, .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .plans, .plans[data-count="2"] { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .site-footer .container { grid-template-columns: 1fr 1fr; }
  .hero-visual { order: -1; }
}
@media (max-width: 980px) {
  .site-header .container { height: 74px; min-height: 74px; flex-wrap: nowrap; align-items: center; padding-top: 0; padding-bottom: 0; }
  .main-nav { margin-left: 0; }

  /* Menú móvil: oculto por defecto, se abre con hamburguesa */
  .main-nav {
    position: fixed;
    inset: 74px 0 auto 0;
    max-height: calc(100vh - 74px);
    overflow-y: auto;
    background: linear-gradient(180deg, rgba(14,25,15,.98) 0%, rgba(10,18,11,.98) 100%);
    border-bottom: 1px solid var(--lum-border);
    transform: translateY(-14px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .25s;
    padding: 16px 20px;
    z-index: 55;
    width: auto;
    order: initial;
    box-shadow: 0 16px 36px rgba(0, 0, 0, .45);
  }
  .main-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .main-nav > ul { flex-direction: column; gap: 8px; }
  .main-nav a { display: block; padding: 11px 0; border-bottom: 1px solid var(--lum-border); }
  .nav-mobile-only { display: list-item; }
  .nav-mobile-only a { font-weight: 700; color: var(--lum-green-light); }
  .nav-mobile-lang { padding-top: 8px; }
  .nav-mobile-lang .lang-switch { display: inline-flex; }
  .nav-dd-toggle { width: 100%; justify-content: space-between; border-radius: 10px; }
  .nav-dd-menu { position: static; min-width: 0; box-shadow: none; margin-top: 8px; display: none; }
  .main-nav .has-dropdown.is-open .nav-dd-menu { display: block; }
  .nav-toggle { display: block; margin-left: auto; }
  .header-actions { gap: 8px; margin-left: auto; }
  .header-actions .account-menu,
  .header-actions .btn--login,
  .header-actions .lang-switch { display: none !important; }
}

@media (max-width: 760px) {
  .section { padding: 60px 0; }
  .site-header .container {
    position: relative;
    justify-content: space-between;
  }
  .site-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 56;
  }
  .site-logo img { height: 36px; }
  .main-nav { inset: 74px 0 auto 0; max-height: calc(100vh - 74px); }

  .header-actions {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0;
    gap: 6px;
    z-index: 57;
  }
  .header-actions .btn,
  .header-actions .account-menu,
  .header-actions .btn--login,
  .header-actions .lang-switch { display: none !important; }

  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    border: 1px solid var(--lum-border);
    background: #16251a;
  }
  .nav-toggle { margin-left: 0; }
  .nav-toggle span {
    width: 22px;
    height: 2px;
    background: var(--lum-ink);
    margin: 3px 0;
    transition: .2s ease;
  }
  .nav-toggle.is-open span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
  .nav-toggle.is-open span:nth-child(2) { opacity: 0; }
  .nav-toggle.is-open span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

  .form-row { grid-template-columns: 1fr; }
  .grid--3, .grid--4 { grid-template-columns: 1fr; }
  .site-footer .container { grid-template-columns: 1fr; }
}

/* ---------- Botón Iniciar sesión (header) ---------- */
.btn--login { gap: 7px; }
.btn--login svg { flex: 0 0 auto; }
.account-menu .nav-dd-toggle { padding: 10px 14px; }
.nav-dd-menu--right { left: auto; right: 0; min-width: 210px; }

/* ---------- Inteligencia de Negocios (reusa .benefit) ---------- */

/* ---------- App móvil ---------- */
.app-cta { text-align: center; margin: 8px 0 34px; }
.app-cta .btn--lg { box-shadow: 0 10px 26px rgba(91,155,31,.28); }
.app-cta__hint { display: block; margin-top: 12px; color: var(--lum-muted, #6b7a5e); font-size: .9rem; font-weight: 600; }
.app-shots { display: flex; gap: 16px; overflow-x: auto; padding: 6px 2px 22px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
.app-shots img { height: 380px; flex: 0 0 auto; border-radius: 14px; box-shadow: 0 8px 26px rgba(20,40,10,.16); scroll-snap-align: center; background: #f4fae7; }
.app-shots::-webkit-scrollbar { height: 8px; }
.app-shots::-webkit-scrollbar-thumb { background: var(--lum-green); border-radius: 8px; }
.app-subtitle { text-align: center; font-size: 1.5rem; margin: 14px 0 24px; }
.app-feats { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-bottom: 44px; }
.app-feat { padding: 22px; background: var(--lum-grad-soft); border-radius: 12px; border-left: 4px solid var(--lum-green); }
.app-feat h4 { margin: 0 0 8px; color: var(--lum-green-dark); font-size: 1.06rem; }
.app-feat p { margin: 0; color: var(--lum-ink, #2a3322); line-height: 1.55; opacity: .85; }
.app-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 30px; }
.app-box { padding: 26px; border: 1px solid var(--lum-border); border-radius: 12px; background: #16251a; box-shadow: var(--lum-shadow); }
.app-box--soft { background: #1b2c1d; border-color: var(--lum-border); }
.app-box h3 { margin: 0 0 14px; font-size: 1.2rem; color: var(--lum-green-dark); }
.app-box ol, .app-box ul { margin: 0; padding-left: 20px; line-height: 1.9; color: var(--lum-text); }
.app-warn { background: #1a2a1c; border-left: 5px solid var(--lum-green); padding: 22px 24px; border-radius: 10px; margin: 8px 0 24px; }
.app-warn h4 { margin: 0 0 8px; color: var(--lum-green-light); font-size: 1.08rem; }
.app-warn p { margin: 0; color: var(--lum-text); line-height: 1.7; }
.app-ios { text-align: center; color: var(--lum-muted, #6b7a5e); font-size: .94rem; line-height: 1.7; max-width: 720px; margin: 0 auto; }

@media (max-width: 980px) {
  .app-grid2 { grid-template-columns: 1fr; }
  .app-shots img { height: 320px; }
}
@media (max-width: 760px) {
  .app-shots img { height: 280px; }
}

/* ---------- Terminos y condiciones ---------- */
.tc-wrap { max-width: 980px; }
.tc-head { margin-bottom: 26px; }
.tc-card {
  background: var(--lum-panel);
  border: 1px solid var(--lum-border);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--lum-shadow);
}
.tc-card h2,
.tc-card h3 {
  color: #f2fbe9;
  margin-top: 0;
}
.tc-card h2 { font-size: 1.2rem; margin-bottom: 14px; }
.tc-card h3 {
  font-size: 1.02rem;
  margin: 24px 0 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.tc-card p,
.tc-card li {
  color: var(--lum-muted);
  line-height: 1.75;
}
.tc-card ul { margin: 8px 0 16px; padding-left: 20px; }
