.elementor-2047 .elementor-element.elementor-element-9cf3bd8{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2047 .elementor-element.elementor-element-bd46998{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-bd46998 */.lmag *,
.lmag *::before,
.lmag *::after { box-sizing: border-box; margin: 0; padding: 0; }

.lmag {
  --cr100: #F5F0E8;
  --cr200: #EDE7D8;
  --crsoft: #F9F6F0;
  --burg: #3D1F1F;
  --ink: #1A1410;
  --inkm: #4A3F35;
  --line: rgba(26,20,16,.12);
  --lines: rgba(26,20,16,.22);
  --mono: 'Courier New', Courier, monospace;
  font-family: Georgia, 'Times New Roman', serif;
  color: var(--ink);
  line-height: 1.6;
}

/* ── Utility ── */
.lmag .wrap { max-width: 1240px; margin: 0 auto; padding: 0 40px; }
.lmag .lbl-tag {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--inkm);
}

/* ── Reveal ── */
.lmag .rv { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.lmag .rv.in { opacity: 1; transform: none; }

/* ════════════════ HERO ════════════════ */
.lmag .hero {
  position: relative;
  height: 100svh;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--ink);
}
.lmag .hero-img {
  position: absolute; inset: 0;
}
.lmag .hero-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: .52;
  display: block;
}
.lmag .hero-inner {
  position: relative; z-index: 2;
  display: flex; flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 48px 64px 56px;
  color: var(--cr100);
}
.lmag .hero-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}
.lmag .hero-sup {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(245,240,232,.65);
}
.lmag .hero-issue {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(245,240,232,.65);
  text-align: right;
  line-height: 1.6;
}
.lmag .hero-bottom h1 {
  font-size: clamp(44px, 7vw, 96px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.03em;
  color: var(--cr100);
  max-width: 20ch;
  margin-bottom: 20px;
}
.lmag .hero-bottom h1 em { font-style: italic; }
.lmag .hero-bottom .lead-hero {
  font-size: clamp(18px, 2vw, 26px);
  color: rgba(245,240,232,.78);
  max-width: 44ch;
  margin-bottom: 40px;
  line-height: 1.5;
  font-style: italic;
  letter-spacing: -.01em;
}
.lmag .hero-actions {
  display: flex; align-items: center; gap: 32px; flex-wrap: wrap;
}
.lmag .scroll-hint {
  position: absolute;
  bottom: 24px; left: 50%;
  transform: translateX(-50%);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: rgba(245,240,232,.4);
  z-index: 3;
  white-space: nowrap;
}

/* ── Buttons ── */
.lmag .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: var(--cr100);
  color: var(--ink);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background .2s, color .2s;
  line-height: 1;
}
.lmag .btn:hover { background: #fff; }
.lmag .btn.ghost {
  background: transparent;
  border: 1px solid var(--cr100);
  color: var(--cr100);
}
.lmag .btn.ghost:hover { background: rgba(245,240,232,.12); }
.lmag .btn-dark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: var(--ink);
  color: var(--cr100);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background .2s;
  line-height: 1;
}
.lmag .btn-dark:hover { background: var(--inkm); }
.lmag .btn-anchor {
  color: var(--cr100);
  text-decoration: none;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--cr100);
  padding-bottom: 4px;
}

/* ── Section wrappers ── */
.lmag .s-crsoft { background: #F9F6F0; padding: 100px 0; }
.lmag .s-cr    { background: #F5F0E8; padding: 100px 0; }
.lmag .s-burg  { background: #3D1F1F; padding: 100px 0; color: var(--cr100); }
.lmag .s-burg .lbl-tag { color: rgba(245,240,232,.5); }
.lmag .s-burg h2, .lmag .s-burg h3 { color: var(--cr100); }
.lmag .s-burg p { color: rgba(245,240,232,.82); }

/* ── Magazine layout ── */
.lmag .mag {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 80px;
  align-items: start;
}
.lmag .mag-meta { position: sticky; top: 40px; }
.lmag .mag-meta .pg {
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.04em;
  color: var(--ink);
  margin-bottom: 16px;
}
.lmag .s-burg .mag-meta .pg { color: var(--cr100); }
.lmag .mag-meta hr {
  border: none;
  border-top: 1px solid var(--lines);
  margin: 12px 0;
}
.lmag .s-burg .mag-meta hr { border-color: rgba(245,240,232,.2); }
.lmag .mag-meta .mrow {
  display: flex; flex-direction: column; gap: 2px; padding: 4px 0;
}
.lmag .mag-meta .mrow .mk {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--inkm);
}
.lmag .s-burg .mag-meta .mrow .mk { color: rgba(245,240,232,.5); }
.lmag .mag-meta .mrow .mv { font-size: 12px; color: var(--ink); line-height: 1.4; }
.lmag .s-burg .mag-meta .mrow .mv { color: var(--cr100); }

/* ── Headings & text ── */
.lmag h2 {
  font-size: clamp(30px, 3.2vw, 52px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: var(--ink);
}
.lmag h2.pq { line-height: 1.2; }
.lmag h2.pq em { font-style: italic; }
.lmag h3 { font-weight: 400; color: var(--ink); line-height: 1.25; }
.lmag .lead { font-size: clamp(15px, 1.4vw, 19px); line-height: 1.65; color: var(--inkm); max-width: 58ch; }
.lmag p { line-height: 1.65; color: var(--inkm); }

/* ── Three cols ── */
.lmag .three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 56px;
  border-top: 1px solid var(--lines);
  padding-top: 40px;
}
.lmag .three .it .n {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .18em;
  color: var(--inkm);
  margin-bottom: 12px;
}
.lmag .three .it h3 { font-size: 18px; margin-bottom: 10px; }
.lmag .three .it p { font-size: 14px; color: var(--inkm); line-height: 1.6; }

/* ── Duel ── */
.lmag .duel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(245,240,232,.2);
  margin-top: 48px;
}
.lmag .duel-col { padding: 40px; }
.lmag .duel-col.yes { background: rgba(245,240,232,.06); }
.lmag .duel-col.no  { background: rgba(26,20,16,.12); }
.lmag .duel-col .dhead {
  display: flex; align-items: center; gap: 12px; margin-bottom: 24px;
}
.lmag .duel-col .dhead .sym { font-size: 28px; font-weight: 300; color: var(--cr100); opacity: .6; }
.lmag .duel-col .dhead h3  { font-size: 18px; color: var(--cr100); }
.lmag .duel-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.lmag .duel-col ul li {
  font-size: 14px; color: rgba(245,240,232,.75);
  padding-left: 18px; position: relative; line-height: 1.5;
}
.lmag .duel-col ul li::before { content: '—'; position: absolute; left: 0; color: rgba(245,240,232,.35); }

/* ── Phases ── */
.lmag .phases { display: flex; flex-direction: column; margin-top: 56px; border-top: 1px solid var(--lines); }
.lmag .phase {
  display: grid;
  grid-template-columns: 80px 220px 1fr;
  gap: 32px;
  align-items: start;
  padding: 40px 0;
  border-bottom: 1px solid var(--line);
}
.lmag .phase-n {
  font-size: clamp(40px, 4vw, 60px);
  font-weight: 400;
  letter-spacing: -.04em;
  color: var(--lines);
  line-height: 1;
}
.lmag .phase-title .lbl-tag { margin-bottom: 8px; display: block; font-size: 12px; letter-spacing: .2em; }
.lmag .phase-title h3 { font-size: clamp(19px, 2vw, 26px); }
.lmag .phase-body p { font-size: 15px; color: var(--inkm); line-height: 1.65; margin-bottom: 16px; }
.lmag .gain { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; color: var(--inkm); }
.lmag .gain .tag {
  font-family: var(--mono); font-size: 9px; letter-spacing: .18em;
  text-transform: uppercase; padding: 3px 8px; border: 1px solid var(--lines); color: var(--inkm);
}

/* ── Before/After ── */
.lmag .ba {
  position: relative; overflow: hidden; margin-top: 24px;
  user-select: none; touch-action: none;
}
.lmag .ba img { display: block; width: 100%; height: 440px; object-fit: cover; }
.lmag .ba .ba-after { position: absolute; inset: 0; clip-path: inset(0 50% 0 0); }
.lmag .ba .ba-lbl {
  position: absolute; bottom: 16px;
  font-family: var(--mono); font-size: 9px; letter-spacing: .2em;
  text-transform: uppercase; color: #fff; background: rgba(0,0,0,.45); padding: 4px 10px;
}
.lmag .ba .ba-lbl.l { left: 16px; }
.lmag .ba .ba-lbl.r { right: 16px; }
.lmag .ba .ba-handle {
  position: absolute; top: 0; bottom: 0; width: 2px;
  background: rgba(255,255,255,.8); left: 50%; cursor: ew-resize;
}
.lmag .ba .ba-handle::before {
  content: ''; position: absolute; left: 50%; top: 50%;
  transform: translate(-50%,-50%);
  width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.85);
}
.lmag .ba input[type=range] {
  position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize;
}

/* ── CTA box ── */
.lmag .cta-box {
  margin-top: 80px; padding: 56px;
  border: 1px solid var(--lines);
  display: grid; grid-template-columns: 1fr auto;
  gap: 40px; align-items: center;
}
.lmag .cta-box h3 { font-size: clamp(24px, 2.4vw, 38px); max-width: 22ch; font-weight: 400; }

/* ── Bio ── */
.lmag .bio { display: grid; grid-template-columns: 280px 1fr; gap: 64px; margin-top: 48px; align-items: start; }
.lmag .bio-img img { width: 100%; aspect-ratio: 3/4; object-fit: cover; display: block; }
.lmag .bio-text p { font-size: 16px; color: var(--inkm); line-height: 1.7; margin-bottom: 20px; }
.lmag .bio-text blockquote {
  border-left: 2px solid var(--lines); padding-left: 20px; margin-top: 32px;
  font-size: 18px; font-style: italic; line-height: 1.5; color: var(--ink);
}
.lmag .bio-text blockquote cite {
  display: block; margin-top: 10px;
  font-family: var(--mono); font-size: 12px; font-style: normal;
  letter-spacing: .12em; text-transform: uppercase; color: var(--inkm);
}

/* ── Stats ── */
.lmag .stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: var(--lines); border: 1px solid var(--lines); margin-top: 64px;
}
.lmag .stat { padding: 32px 24px; background: #F9F6F0; text-align: center; }
.lmag .stat .snum {
  font-size: clamp(32px, 4vw, 52px); font-weight: 400;
  letter-spacing: -.04em; color: var(--ink); line-height: 1;
}
.lmag .stat .snum sup { font-size: 50%; vertical-align: super; }
.lmag .stat .slbl {
  font-family: var(--mono); font-size: 9px; letter-spacing: .18em;
  text-transform: uppercase; color: var(--inkm); margin-top: 8px;
}

/* ── Testimonials ── */
.lmag .testi { margin-top: 72px; border-top: 1px solid var(--lines); padding-top: 40px; }
.lmag .testi .lbl-tag { margin-bottom: 24px; display: block; }
.lmag .testi-frame { overflow: hidden; }
.lmag .testi-track { display: flex; transition: transform .45s ease; }
.lmag .testi-slide { min-width: 100%; padding-right: 40px; }
.lmag .testi-slide blockquote {
  font-size: clamp(18px, 2.2vw, 28px); font-weight: 400;
  line-height: 1.35; letter-spacing: -.01em; color: var(--ink); margin-bottom: 32px;
}
.lmag .testi-slide blockquote em { font-style: italic; }
.lmag .testi-foot { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; }
.lmag .testi-who .tn { font-size: 14px; font-weight: 600; color: var(--ink); }
.lmag .testi-who .tr {
  font-family: var(--mono); font-size: 9px; letter-spacing: .15em;
  text-transform: uppercase; color: var(--inkm); display: block; margin-top: 4px;
}
.lmag .testi-pager { display: flex; align-items: center; gap: 8px; }
.lmag .pager-count { font-family: var(--mono); font-size: 10px; letter-spacing: .15em; color: var(--inkm); }
.lmag .pager-btn {
  background: none; border: 1px solid var(--lines);
  width: 36px; height: 36px; cursor: pointer; font-size: 14px; color: var(--ink);
  display: flex; align-items: center; justify-content: center; transition: background .15s;
}
.lmag .pager-btn:hover { background: var(--cr200); }

/* ── Urgency ── */
.lmag .urgency p { font-size: 16px; color: rgba(245,240,232,.75); max-width: 50ch; margin-bottom: 16px; line-height: 1.65; }

/* ── FAQ ── */
.lmag .faq-list { margin-top: 48px; border-top: 1px solid var(--lines); }
.lmag .faq-item { border-bottom: 1px solid var(--line); }
.lmag .faq-item button {
  width: 100%; background: none; border: none;
  display: grid; grid-template-columns: 64px 1fr 24px;
  align-items: center; gap: 24px; padding: 28px 0; cursor: pointer; text-align: left;
}
.lmag .faq-item button .qn {
  font-family: var(--mono); font-size: 10px; letter-spacing: .2em;
  text-transform: uppercase; color: var(--inkm);
}
.lmag .faq-item button h3 { font-size: clamp(14px, 1.3vw, 17px); font-weight: 400; color: var(--ink); line-height: 1.35; }
.lmag .faq-item button .ico { font-size: 20px; color: var(--inkm); font-weight: 300; transition: transform .25s; font-family: monospace; }
.lmag .faq-item.open button .ico { transform: rotate(45deg); }
.lmag .faq-body { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.lmag .faq-body-inner { padding: 0 0 32px 88px; font-size: 15px; color: var(--inkm); line-height: 1.7; }

/* ── Final contact ── */
.lmag .final-note {
  margin-top: 32px; font-family: var(--mono); font-size: 11px;
  letter-spacing: .15em; text-transform: uppercase; color: var(--inkm);
}
.lmag .form { margin-top: 56px; }
.lmag .form-row { display: grid; gap: 20px; margin-bottom: 20px; }
.lmag .form-row.two { grid-template-columns: 1fr 1fr; }
.lmag .form-field { display: flex; flex-direction: column; gap: 6px; }
.lmag .form-field label {
  font-family: var(--mono); font-size: 9px; letter-spacing: .2em;
  text-transform: uppercase; color: var(--inkm);
}
.lmag .form-field input,
.lmag .form-field select,
.lmag .form-field textarea {
  background: transparent; border: 1px solid var(--lines);
  padding: 12px 16px; font-family: Georgia, serif; font-size: 15px;
  color: var(--ink); outline: none; transition: border-color .2s; width: 100%;
  appearance: none; -webkit-appearance: none;
}
.lmag .form-field input:focus,
.lmag .form-field select:focus,
.lmag .form-field textarea:focus { border-color: var(--ink); }
.lmag .form-field textarea { min-height: 120px; resize: vertical; }
.lmag .form-submit { display: flex; align-items: center; gap: 24px; margin-top: 24px; flex-wrap: wrap; }
.lmag .form-status {
  font-family: var(--mono); font-size: 10px;
  letter-spacing: .18em; text-transform: uppercase; color: var(--inkm);
}

/* ══════════════════════════════════════════
   RESPONSIVE — TABLET (max 900px)
═══════════════════════════════════════════ */
@media (max-width: 900px) {
  .lmag .wrap { padding: 0 32px; }
  .lmag .s-crsoft, .lmag .s-cr, .lmag .s-burg { padding: 72px 0; }
  .lmag .mag { grid-template-columns: 1fr; gap: 32px; }
  .lmag .mag-meta { position: static; }
  .lmag .mag-meta .pg { font-size: 48px; margin-bottom: 8px; }
  .lmag .three { grid-template-columns: 1fr 1fr; gap: 28px; }
  .lmag .bio { grid-template-columns: 220px 1fr; gap: 40px; }
  .lmag .stats { grid-template-columns: repeat(2, 1fr); }
  .lmag .phase { grid-template-columns: 60px 1fr; gap: 20px; }
  .lmag .phase-title { grid-column: 2; }
  .lmag .phase-body { grid-column: 1 / -1; padding-left: 80px; }
  .lmag .cta-box { grid-template-columns: 1fr; gap: 24px; padding: 40px; }
  .lmag .hero-inner { padding: 36px 40px 48px; }
}

/* ══════════════════════════════════════════
   RESPONSIVE — MOBILE (max 640px)
═══════════════════════════════════════════ */
@media (max-width: 640px) {
  .lmag .wrap { padding: 0 20px; }
  .lmag .s-crsoft, .lmag .s-cr, .lmag .s-burg { padding: 56px 0; }
  .lmag .hero-inner { padding: 24px 20px 36px; }
  .lmag .hero-top { flex-direction: column; gap: 8px; }
  .lmag .hero-issue { text-align: left; }
  .lmag .hero-bottom h1 { font-size: clamp(36px, 10vw, 52px); margin-bottom: 14px; }
  .lmag .hero-bottom .lead-hero { font-size: 17px; margin-bottom: 28px; }
  .lmag .hero-actions { flex-direction: column; align-items: flex-start; gap: 16px; }
  .lmag .three { grid-template-columns: 1fr; gap: 28px; }
  .lmag .duel { grid-template-columns: 1fr; gap: 0; background: none; }
  .lmag .duel-col { padding: 28px 20px; }
  .lmag .duel-col.no { margin-top: 2px; }
  .lmag .phase { grid-template-columns: 1fr; gap: 10px; }
  .lmag .phase-n { font-size: 36px; }
  .lmag .phase-body { padding-left: 0 !important; }
  .lmag .ba img { height: 260px; }
  .lmag .cta-box { padding: 32px 20px; grid-template-columns: 1fr; gap: 20px; }
  .lmag .bio { grid-template-columns: 1fr; gap: 28px; }
  .lmag .bio-img img { aspect-ratio: 4/3; }
  .lmag .stats { grid-template-columns: repeat(2, 1fr); }
  .lmag .stat { padding: 24px 16px; }
  .lmag .testi-slide { padding-right: 0; }
  .lmag .testi-foot { flex-direction: column; align-items: flex-start; gap: 16px; }
  .lmag .faq-item button { grid-template-columns: 48px 1fr 20px; gap: 12px; padding: 22px 0; }
  .lmag .faq-body-inner { padding-left: 60px; }
  .lmag .form-row.two { grid-template-columns: 1fr; }
  .lmag .form-submit { flex-direction: column; align-items: flex-start; }
  .lmag .btn, .lmag .btn-dark, .lmag .btn.ghost { font-size: 10px; padding: 13px 22px; }
}


/* =========================================================
   AJUSTES FINALES · RESTAURANTES · ELEMENTOR RESPONSIVE
   ========================================================= */

.lmag{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
  background:var(--cr100);
}

.lmag img{
  max-width:100%;
  height:auto;
}

.lmag .wrap{
  max-width:1240px;
}

.lmag p,
.lmag li,
.lmag .lead,
.lmag .phase-body p,
.lmag .bio-text p,
.lmag .faq-body-inner,
.lmag .urgency p{
  font-size:17px;
  line-height:1.75;
}

.lmag .btn,
.lmag .btn-dark,
.lmag .btn.ghost{
  justify-content:center;
  text-align:center;
  min-height:48px;
}

.lmag .btn:hover,
.lmag .btn-dark:hover,
.lmag .btn.ghost:hover{
  background:#4e2719 !important;
  color:#f0ece0 !important;
  border-color:#4e2719 !important;
}

.lmag .hero{
  min-height:86vh;
  height:auto;
}

.lmag .hero-img img{
  object-position:center center;
}

.lmag .hero-inner{
  justify-content:space-between;
  padding-left:clamp(42px, 7vw, 110px);
  padding-right:clamp(32px, 6vw, 90px);
}

.lmag .s-burg h2{
  max-width:100% !important;
}

@media (min-width:901px){
  .lmag .phase{
    grid-template-columns:80px minmax(220px,280px) minmax(0,640px);
    gap:34px;
  }

  .lmag .phase-body{
    max-width:640px;
  }

  .lmag .phase-body p{
    max-width:640px;
  }

  .lmag .gain{
    display:grid;
    grid-template-columns:auto 1fr;
    gap:12px;
    align-items:start;
    max-width:640px;
  }

  .lmag .gain .tag{
    white-space:nowrap;
  }
}

.lmag .faq-item button{
  grid-template-columns:64px minmax(0,1fr) 34px !important;
  align-items:flex-start !important;
}

.lmag .faq-item button h3{
  font-size:clamp(24px, 2.2vw, 34px) !important;
  line-height:1.15 !important;
  overflow-wrap:anywhere !important;
  white-space:normal !important;
}

.lmag .faq-item button:hover,
.lmag .faq-item.open button{
  background:#4e2719 !important;
  color:#f0ece0 !important;
  padding-left:20px !important;
  padding-right:20px !important;
}

.lmag .faq-item button:hover .qn,
.lmag .faq-item button:hover h3,
.lmag .faq-item button:hover .ico,
.lmag .faq-item.open button .qn,
.lmag .faq-item.open button h3,
.lmag .faq-item.open button .ico{
  color:#f0ece0 !important;
}

.lmag .faq-item button .ico{
  width:34px;
  height:34px;
  border:1px solid var(--lines);
  display:flex;
  align-items:center;
  justify-content:center;
}

.lmag .ba{
  max-width:100%;
}

.lmag .ba input[type=range]{
  z-index:5;
}

.lmag .testi-frame{
  overflow:hidden;
}

.lmag .testi-track{
  display:flex;
  will-change:transform;
}

.lmag .testi-slide{
  flex:0 0 100%;
  min-width:100%;
}

.lmag .pager-btn{
  position:relative;
  z-index:5;
  pointer-events:auto;
}

.lmag .form-submit{
  margin-top:34px;
}

/* TABLET */
@media (max-width:900px){
  .lmag .wrap{
    padding-left:32px !important;
    padding-right:32px !important;
  }

  .lmag .hero{
    min-height:74vh;
  }

  .lmag .hero-inner{
    padding:36px 40px 48px !important;
  }

  .lmag .mag{
    grid-template-columns:1fr !important;
    gap:32px !important;
  }

  .lmag .mag-meta{
    position:static !important;
  }

  .lmag .three{
    grid-template-columns:1fr 1fr !important;
  }

  .lmag .duel{
    grid-template-columns:1fr !important;
  }

  .lmag .bio{
    grid-template-columns:220px 1fr !important;
  }

  .lmag .stats{
    grid-template-columns:repeat(2,1fr) !important;
  }

  .lmag .cta-box{
    grid-template-columns:1fr !important;
  }
}

/* MÓVIL */
@media (max-width:640px){
  html, body{
    max-width:100%;
    overflow-x:hidden;
  }

  .lmag{
    overflow-x:hidden;
  }

  .lmag .wrap{
    padding-left:18px !important;
    padding-right:18px !important;
  }

  .lmag .s-crsoft,
  .lmag .s-cr,
  .lmag .s-burg{
    padding:56px 0 !important;
  }

  .lmag .hero{
    height:auto !important;
    min-height:auto !important;
  }

  .lmag .hero-img img{
    object-position:center top !important;
  }

  .lmag .hero-img::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
      180deg,
      rgba(26,20,16,.18) 0%,
      rgba(26,20,16,.36) 38%,
      rgba(26,20,16,.82) 100%
    ) !important;
  }

  .lmag .hero-inner{
    min-height:620px !important;
    padding:120px 20px 42px !important;
    justify-content:flex-end !important;
  }

  .lmag .hero-top{
    position:absolute;
    top:24px;
    left:20px;
    right:20px;
  }

  .lmag .hero-bottom h1{
    font-size:clamp(42px, 13vw, 62px) !important;
    line-height:.98 !important;
    margin-bottom:16px !important;
  }

  .lmag .hero-bottom .lead-hero{
    font-size:17px !important;
    line-height:1.45 !important;
    margin-bottom:24px !important;
  }

  .lmag .hero-actions{
    flex-direction:column !important;
    align-items:stretch !important;
    gap:14px !important;
  }

  .lmag .btn,
  .lmag .btn-dark,
  .lmag .btn.ghost,
  .lmag .btn-anchor{
    width:100%;
    min-height:48px;
    padding:14px 18px !important;
    font-size:10px !important;
    text-align:center;
    justify-content:center;
  }

  .lmag .scroll-hint{
    display:none !important;
  }

  .lmag h2{
    font-size:clamp(34px,10vw,48px) !important;
    line-height:1.04 !important;
  }

  .lmag h3{
    font-size:clamp(22px,7vw,30px) !important;
    line-height:1.15 !important;
  }

  .lmag p,
  .lmag li,
  .lmag .lead,
  .lmag .phase-body p,
  .lmag .bio-text p,
  .lmag .faq-body-inner,
  .lmag .urgency p{
    font-size:16px !important;
    line-height:1.65 !important;
  }

  .lmag .three{
    grid-template-columns:1fr !important;
    gap:28px !important;
  }

  .lmag .duel-col{
    padding:28px 20px !important;
  }

  .lmag .phase{
    grid-template-columns:1fr !important;
    gap:12px !important;
    padding:30px 0 !important;
  }

  .lmag .phase-title,
  .lmag .phase-body{
    grid-column:auto !important;
    padding-left:0 !important;
  }

  .lmag .gain{
    display:block !important;
    padding:15px !important;
    background:var(--crsoft);
    border-left:2px solid var(--burg);
  }

  .lmag .gain .tag{
    display:inline-block;
    margin-bottom:8px;
  }

  .lmag .ba img{
    height:280px !important;
  }

  .lmag .cta-box{
    padding:30px 20px !important;
    grid-template-columns:1fr !important;
    margin-top:56px !important;
  }

  .lmag .bio{
    grid-template-columns:1fr !important;
  }

  .lmag .bio-img img{
    aspect-ratio:4/5 !important;
    max-height:420px;
  }

  .lmag .stats{
    grid-template-columns:1fr 1fr !important;
  }

  .lmag .testi-foot{
    flex-direction:column !important;
    align-items:flex-start !important;
  }

  .lmag .faq-item button{
    grid-template-columns:1fr 34px !important;
    gap:14px !important;
    padding:24px 0 !important;
  }

  .lmag .faq-item button .qn{
    grid-column:1 / -1;
  }

  .lmag .faq-item button h3{
    font-size:24px !important;
  }

  .lmag .faq-body-inner{
    padding:0 0 26px 0 !important;
  }

  .lmag .form-submit{
    flex-direction:column !important;
    align-items:stretch !important;
  }
}

@media (max-width:420px){
  .lmag .wrap{
    padding-left:15px !important;
    padding-right:15px !important;
  }

  .lmag .hero-inner{
    min-height:580px !important;
    padding-top:110px !important;
  }

  .lmag .hero-bottom h1{
    font-size:40px !important;
  }

  .lmag .stats{
    grid-template-columns:1fr !important;
  }
}/* End custom CSS */