/* ═══════════════════════════════════════════════════════════
   LANDING HOME — Estilos mínimos para producción
   (extraído de landing-override.css, sólo la parte landing home)
   Se carga DESPUÉS de styles.css
   ═══════════════════════════════════════════════════════════ */

/* Cuando body tiene esta clase → ocultar la plataforma (listado + topbar + cart) */
body.ld-mode-landing #appHeader,
body.ld-mode-landing #subToolbar,
body.ld-mode-landing #titlesBar,
body.ld-mode-landing #appBox,
body.ld-mode-landing #shippingBar,
body.ld-mode-landing #mobSearchBar,
body.ld-mode-landing #mobCatalogBar,
body.ld-mode-landing #mobileMenuPanel,
body.ld-mode-landing #mobileMenuOverlay,
body.ld-mode-landing #floatingPanels,
body.ld-mode-landing #objetivosPanel,
body.ld-mode-landing #modal-filtros-v2,
body.ld-mode-landing #modal-alternativos,
body.ld-mode-landing #lightbox,
body.ld-mode-landing #objModal,
body.ld-mode-landing .site-footer,
body.ld-mode-landing .shipping-bar,
body.ld-mode-landing .subtoolbar,
body.ld-mode-landing .titlesbar,
body.ld-mode-landing .mob-search-bar,
body.ld-mode-landing .mob-catalog-bar {
  display: none !important;
}

/* Fuente para la landing (sin afectar al resto de la app) */
#landingHome {
  font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, sans-serif;
}

/* ═══════════════════════════════════════════════════════════
   LANDING HOME
   ═══════════════════════════════════════════════════════════ */
.ld-home-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ─── Header ─── */
.ld-home-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.9); backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent; transition: all .3s;
}
.ld-home-header.scrolled { border-bottom-color: #e2e8f0; box-shadow: 0 1px 3px rgba(0,0,0,.06); }
.ld-home-header-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 24px;
}
.ld-home-logo { height: 40px; }
.ld-home-logo-big { height: 52px; }
.ld-home-nav { display: flex; align-items: center; gap: 10px; }
.ld-home-greeting { font-size: 13px; color: #64748b; font-weight: 500; }
.ld-home-btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 9px 18px; border-radius: 10px; font-size: 13px;
  font-weight: 700; border: none; cursor: pointer; transition: all .2s;
  font-family: inherit; white-space: nowrap; text-decoration: none;
}
.ld-home-btn-primary { background: linear-gradient(135deg,#ea580c,#f97316,#fb923c); color: #fff; box-shadow: 0 2px 8px rgba(249,115,22,.25); }
.ld-home-btn-primary:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(249,115,22,.25); }
.ld-home-btn-ghost { background: transparent; color: #64748b; border: 1.5px solid #e2e8f0; }
.ld-home-btn-ghost:hover { background: #f8fafc; color: #0f172a; }

/* ─── Hero ─── */
.ld-home-hero {
  position: relative; min-height: 380px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: url('/folleto-covers/pexels-cement-mortar-masonry-construction-p2.jpg') center/cover no-repeat;
  overflow: hidden;
}
.ld-home-hero::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(15,23,42,.8) 0%, rgba(249,115,22,.45) 50%, rgba(59,130,246,.3) 100%);
}
.ld-home-hero-bg { position: absolute; inset: 0; }
.ld-home-hero-content {
  position: relative; z-index: 1; text-align: center; padding: 40px 24px 20px;
  max-width: 700px; animation: ldFadeInUp .7s ease-out;
}
.ld-home-badge {
  display: inline-block; padding: 6px 16px; border-radius: 100px;
  background: rgba(255,255,255,.12); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.2);
  font-size: 12px; font-weight: 700; color: rgba(255,255,255,.9);
  letter-spacing: .5px; text-transform: uppercase; margin-bottom: 20px;
}
.ld-home-hero-title {
  font-size: clamp(32px,5vw,56px); font-weight: 900; color: #fff;
  line-height: 1.1; margin-bottom: 16px; letter-spacing: -.5px;
}
.ld-home-hero-sub {
  font-size: clamp(15px,2.2vw,18px); color: rgba(255,255,255,.82); line-height: 1.6;
  margin-bottom: 32px;
}
.ld-home-hero-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.ld-home-btn-hero {
  padding: 14px 28px; border-radius: 12px; font-size: 15px; font-weight: 800;
  background: linear-gradient(135deg,#ea580c,#f97316,#fb923c); color: #fff;
  border: none; cursor: pointer; transition: all .25s;
  box-shadow: 0 4px 16px rgba(249,115,22,.25);
  display: inline-flex; align-items: center; gap: 8px;
  font-family: inherit; text-decoration: none;
}
.ld-home-btn-hero:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(249,115,22,.45); }
.ld-home-btn-hero-ghost {
  padding: 14px 28px; border-radius: 12px; font-size: 15px; font-weight: 700;
  background: rgba(255,255,255,.12); color: #fff; border: 1.5px solid rgba(255,255,255,.3);
  cursor: pointer; transition: all .25s; backdrop-filter: blur(8px);
  display: inline-flex; align-items: center; gap: 8px; text-decoration: none;
}
.ld-home-btn-hero-ghost:hover { background: rgba(255,255,255,.22); }

.ld-home-hero-stats {
  position: relative; z-index: 1; display: flex; gap: 40px;
  justify-content: center; padding: 16px 24px 28px;
}
.ld-home-hero-stats > div { text-align: center; color: #fff; }
.ld-home-hero-stats span {
  display: block; font-size: 30px; font-weight: 900; letter-spacing: -.5px;
}
.ld-home-hero-stats > div {
  font-size: 11px; font-weight: 600; color: rgba(255,255,255,.55);
  text-transform: uppercase; letter-spacing: .5px;
}

/* ─── Secciones ─── */
.ld-home-section { padding: 36px 0; }
.ld-home-section-alt { background: #fff; }
.ld-home-section-title {
  font-size: 24px; font-weight: 800; color: #0f172a; letter-spacing: -.3px;
}
.ld-home-section-sub {
  font-size: 14px; color: #64748b; margin-top: 4px;
}

/* Loading */
.ld-home-loading { display: flex; align-items: center; gap: 12px; justify-content: center; padding: 80px; color: #64748b; }
.ld-home-spinner { width: 28px; height: 28px; border: 3px solid #e2e8f0; border-top-color: #f97316; border-radius: 50%; animation: ldSpin .7s linear infinite; }
@keyframes ldSpin { to { transform: rotate(360deg); } }
@keyframes ldFadeInUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ─── Categorías con foto ─── */
.ld-home-cat-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 32px; }
.ld-home-cat-card {
  position: relative; border-radius: 16px; overflow: hidden;
  aspect-ratio: 3/2; cursor: pointer; transition: all .3s;
}
.ld-home-cat-card:hover { transform: translateY(-4px); box-shadow: 0 20px 60px rgba(0,0,0,.18); }
.ld-home-cat-card:hover img { transform: scale(1.08); }
.ld-home-cat-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.ld-home-cat-card.no-img { background: linear-gradient(135deg, #475569, #1e293b); }
.ld-home-cat-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.7) 0%, rgba(0,0,0,.1) 60%, transparent 100%);
  display: flex; align-items: flex-end; padding: 18px;
}
.ld-home-cat-name { color: #fff; font-size: 15px; font-weight: 800; text-shadow: 0 1px 4px rgba(0,0,0,.3); }

/* ─── Showcase: familias + fotos ─── */
.ld-home-fam-block { margin-bottom: 48px; }
.ld-home-fam-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.ld-home-fam-header h3 { font-size: 18px; font-weight: 800; color: #0f172a; }
.ld-home-fam-link {
  background: none; border: none; font-size: 13px; font-weight: 600;
  color: #f97316; cursor: pointer; font-family: inherit; transition: color .2s;
}
.ld-home-fam-link:hover { color: #ea580c; }

.ld-home-photo-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.ld-home-photo-card {
  position: relative; border-radius: 12px; overflow: hidden;
  aspect-ratio: 1; cursor: pointer; background: #f1f5f9; transition: all .3s;
}
.ld-home-photo-card:hover { transform: translateY(-3px); box-shadow: 0 12px 40px rgba(0,0,0,.12); }
.ld-home-photo-card:hover img { transform: scale(1.06); }
.ld-home-photo-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.ld-home-photo-info {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.65) 0%, transparent 50%);
  display: flex; flex-direction: column; justify-content: flex-end; padding: 12px;
  opacity: 0; transition: opacity .3s;
}
.ld-home-photo-card:hover .ld-home-photo-info { opacity: 1; }
.ld-home-photo-name { color: #fff; font-size: 12px; font-weight: 700; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.ld-home-photo-code { color: rgba(255,255,255,.7); font-size: 10px; font-weight: 600; margin-top: 2px; }
.ld-clickable { cursor: pointer; }
.ld-clickable::after {
  content: 'Ver producto \2192'; position: absolute; top: 8px; right: 8px;
  padding: 3px 8px; border-radius: 6px;
  background: rgba(249,115,22,.9); color: #fff;
  font-size: 9px; font-weight: 700; letter-spacing: .3px;
  opacity: 0; transition: opacity .25s; pointer-events: none;
}
.ld-clickable:hover::after { opacity: 1; }

/* ─── Scroll horizontal: habituales + novedades ─── */
.ld-hscroll-section { margin: 28px 0; }
.ld-hscroll-section .ld-home-section-title { margin-bottom: 14px; }
.ld-hscroll {
  display: flex; gap: 14px;
  overflow-x: auto; overflow-y: hidden;
  padding: 4px 0 12px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.ld-hscroll::-webkit-scrollbar { height: 5px; }
.ld-hscroll::-webkit-scrollbar-track { background: transparent; }
.ld-hscroll::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 4px; }
.ld-hscroll-card {
  flex: 0 0 220px;
  border-radius: 12px; overflow: hidden;
  border: 1.5px solid #e2e8f0; background: #fff;
  cursor: pointer; transition: all .25s;
  scroll-snap-align: start;
  position: relative;
}
.ld-hscroll-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0,0,0,.1);
  border-color: #f97316;
}
.ld-hscroll-img { width: 100%; height: 150px; overflow: hidden; background: #f8fafc; }
.ld-hscroll-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.ld-hscroll-card:hover .ld-hscroll-img img { transform: scale(1.06); }
.ld-hscroll-body { padding: 8px 12px 10px; }
.ld-hscroll-name {
  font-size: 12px; font-weight: 700; color: #0f172a; line-height: 1.3;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden; min-height: 31px;
}
.ld-hscroll-code { font-size: 9px; font-weight: 600; color: #94a3b8; margin-top: 2px; }

/* ─── Promociones en landing ─── */
.ld-promo-section { margin-bottom: 48px; }
.ld-promo-header { text-align: center; margin-bottom: 28px; }
.ld-promo-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 18px;
}
.ld-promo-card {
  position: relative; background: #fff; border-radius: 16px; overflow: hidden;
  border: 1.5px solid #fecaca; transition: all .3s; cursor: pointer;
}
.ld-promo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(220,38,38,.15);
  border-color: #dc2626;
}
.ld-promo-badge {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  padding: 5px 12px; border-radius: 8px;
  background: #dc2626; color: #fff;
  font-size: 13px; font-weight: 900; letter-spacing: .3px;
  box-shadow: 0 4px 12px rgba(220,38,38,.3);
}
.ld-promo-img {
  width: 100%; aspect-ratio: 4/3; overflow: hidden; background: #f8fafc;
}
.ld-promo-img img {
  width: 100%; height: 100%; object-fit: cover; transition: transform .4s;
}
.ld-promo-card:hover .ld-promo-img img { transform: scale(1.06); }
.ld-promo-body { padding: 14px 16px 16px; }
.ld-promo-fam {
  font-size: 9px; font-weight: 700; color: #f97316;
  text-transform: uppercase; letter-spacing: .6px; margin-bottom: 3px;
}
.ld-promo-name {
  font-size: 13px; font-weight: 700; color: #0f172a; line-height: 1.3;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden; min-height: 34px;
}
.ld-promo-code {
  font-size: 9px; font-weight: 600; color: #94a3b8;
  letter-spacing: .5px; margin-top: 2px; margin-bottom: 8px;
}
.ld-promo-prices {
  display: flex; align-items: baseline; gap: 10px;
}
.ld-promo-old {
  font-size: 14px; font-weight: 600; color: #94a3b8;
  text-decoration: line-through;
}
.ld-promo-new {
  font-size: 22px; font-weight: 900; color: #dc2626;
  letter-spacing: -.5px;
}

/* ─── CTA ─── */
.ld-home-cta {
  padding: 36px 0;
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
  color: #fff;
}
.ld-home-cta h2 { font-size: 28px; font-weight: 900; margin-bottom: 10px; }
.ld-home-cta p { font-size: 16px; opacity: .88; margin-bottom: 24px; }
.ld-home-cta .ld-home-btn-hero {
  background: rgba(255,255,255,.2); border: 2px solid rgba(255,255,255,.4);
  backdrop-filter: blur(8px); box-shadow: none;
}
.ld-home-cta .ld-home-btn-hero:hover { background: rgba(255,255,255,.35); }

/* ─── Somos Matteria ─── */
.ld-home-somos { padding: 40px 0; background: #f8fafc; }
.ld-home-somos-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.ld-home-somos-img { border-radius: 20px; overflow: hidden; aspect-ratio: 4/3; }
.ld-home-somos-img img { width: 100%; height: 100%; object-fit: cover; }
.ld-home-somos-text h2 { font-size: 32px; font-weight: 900; color: #0f172a; margin-bottom: 16px; }
.ld-home-somos-text h2 span {
  background: linear-gradient(135deg,#ea580c,#f97316,#fb923c);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.ld-home-somos-text p { font-size: 15px; color: #64748b; line-height: 1.7; margin-bottom: 12px; }

/* ─── Marcas ─── */
.ld-home-marcas { padding: 36px 0; background: #fff; border-top: 1px solid #f1f5f9; }
.ld-home-marcas-label { font-size: 13px; font-weight: 700; color: #94a3b8; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px; }
.ld-home-marcas-img { max-width: 900px; margin: 0 auto; opacity: .55; transition: opacity .3s; }
.ld-home-marcas-img:hover { opacity: .8; }

/* ─── Footer landing ─── */
.ld-home-footer { background: #0f172a; color: rgba(255,255,255,.6); padding: 36px 0; }
.ld-home-footer-inner { display: flex; justify-content: space-between; gap: 24px; font-size: 13px; line-height: 1.6; }
.ld-home-footer-inner p { margin: 2px 0; }
.ld-home-footer-inner strong { color: rgba(255,255,255,.8); }

/* ─── Lightbox landing ─── */
.ld-lightbox { display: none; position: fixed; inset: 0; z-index: 1000; background: rgba(0,0,0,.88); backdrop-filter: blur(8px); align-items: center; justify-content: center; flex-direction: column; padding: 24px; cursor: pointer; }
.ld-lightbox.open { display: flex; }
.ld-lightbox-close { position: absolute; top: 16px; right: 20px; background: none; border: none; color: #fff; font-size: 36px; cursor: pointer; opacity: .7; transition: opacity .2s; }
.ld-lightbox-close:hover { opacity: 1; }
.ld-lightbox img { max-width: 90vw; max-height: 75vh; object-fit: contain; border-radius: 12px; cursor: default; }
.ld-lightbox-info { color: #fff; text-align: center; margin-top: 16px; font-size: 14px; font-weight: 600; }
.ld-lightbox-info small { display: block; color: rgba(255,255,255,.5); font-size: 11px; margin-top: 4px; }

/* ─── Banner de categoría activa (sobre el listado al volver de la landing) ─── */
.ld-cat-banner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; flex-wrap: wrap;
  background: linear-gradient(135deg, #fff7ed, #fffbeb);
  border: 1.5px solid #fed7aa;
  border-radius: 8px;
  padding: 8px 14px;
  margin-bottom: 6px;
  box-sizing: border-box;
}
.ld-cat-banner-left {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; color: #78350f;
}
.ld-cat-banner-left svg { color: #f97316; flex-shrink: 0; }
.ld-cat-banner-left strong { font-weight: 800; }
.ld-cat-banner-right { display: flex; gap: 8px; flex-wrap: wrap; }
.ld-cat-btn {
  padding: 7px 14px; border-radius: 8px; font-size: 12px; font-weight: 700;
  border: none; cursor: pointer; font-family: inherit; transition: all .2s;
  display: inline-flex; align-items: center; gap: 5px; white-space: nowrap;
}
.ld-cat-btn-refine { background: #f97316; color: #fff; }
.ld-cat-btn-refine:hover { background: #ea580c; }
.ld-cat-btn-clear { background: #fff; color: #64748b; border: 1.5px solid #e2e8f0 !important; }
.ld-cat-btn-clear:hover { background: #f8fafc; color: #0f172a; }
.ld-cat-btn-back { background: #0f172a; color: #fff; }
.ld-cat-btn-back:hover { background: #1e293b; }

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .ld-home-photo-grid { grid-template-columns: repeat(3,1fr); }
  .ld-home-cat-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 768px) {
  /* En móvil el HOME vive en la hamburguesa como "Inicio (portada)" */
  #btnTopbarHome { display: none !important; }

  .ld-home-container { padding: 0 16px; }
  .ld-home-section { padding: 40px 0; }

  .ld-home-header-inner { padding: 10px 16px; }
  .ld-home-logo-big { height: 36px; }
  .ld-home-nav { gap: 6px; }
  .ld-home-btn { padding: 8px 14px; font-size: 12px; }
  .ld-home-greeting { display: none; }

  .ld-home-hero { min-height: 380px; }
  .ld-home-hero-content { padding: 32px 16px 20px; }
  .ld-home-badge { font-size: 10px; padding: 5px 12px; margin-bottom: 14px; }
  .ld-home-hero-sub { font-size: 14px; margin-bottom: 24px; }
  .ld-home-hero-stats { gap: 16px; padding: 16px 16px 28px; }
  .ld-home-hero-stats span { font-size: 22px; }
  .ld-home-hero-stats > div { font-size: 10px; }

  .ld-home-cat-grid { grid-template-columns: repeat(2,1fr); gap: 10px; }
  .ld-home-cat-card { aspect-ratio: 4/3; border-radius: 12px; }
  .ld-home-cat-name { font-size: 13px; }
  .ld-home-cat-overlay { padding: 14px; }

  .ld-home-photo-grid { grid-template-columns: repeat(2,1fr); gap: 10px; }
  .ld-home-photo-info { opacity: 1; }
  .ld-home-fam-header { flex-direction: column; align-items: flex-start; gap: 6px; }
  .ld-home-fam-header h3 { font-size: 16px; }

  .ld-home-somos { padding: 40px 0; }
  .ld-home-somos-inner { grid-template-columns: 1fr; gap: 24px; }
  .ld-home-somos-text h2 { font-size: 26px; }
  .ld-home-somos-img { aspect-ratio: 16/9; border-radius: 14px; }

  .ld-home-cta { padding: 40px 0; }
  .ld-home-cta h2 { font-size: 22px; }
  .ld-home-cta p { font-size: 14px; }

  .ld-home-footer { padding: 28px 0; }
  .ld-home-footer-inner {
    flex-direction: column; text-align: center; gap: 16px;
  }
  .ld-home-footer-inner > div:last-child { text-align: center !important; }

  .ld-hscroll-card { flex: 0 0 170px; }
  .ld-hscroll-img { height: 115px; }
  .ld-hscroll-name { font-size: 11px; }
  .ld-hscroll { gap: 10px; }

  .ld-promo-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .ld-promo-name { font-size: 12px; min-height: 30px; }
  .ld-promo-new { font-size: 18px; }
  .ld-promo-badge { font-size: 11px; padding: 4px 9px; }

  .ld-cat-banner {
    padding: 10px 12px;
  }
  .ld-cat-banner-right { justify-content: center; }
}

@media (max-width: 480px) {
  .ld-home-cat-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .ld-home-photo-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .ld-home-hero { min-height: 340px; }
  .ld-home-hero-stats { flex-wrap: wrap; gap: 12px; }
  .ld-home-hero-stats > div { flex: 0 0 calc(50% - 6px); }
  .ld-home-btn-hero, .ld-home-btn-hero-ghost { width: 100%; justify-content: center; }
  .ld-home-somos-text h2 { font-size: 22px; }

  .ld-home-header-inner { flex-wrap: wrap; gap: 8px; justify-content: center; }
  .ld-home-logo-big { height: 30px; }
  .ld-home-nav { width: 100%; justify-content: center; }

  .ld-cat-banner-left { font-size: 12px; }
}

/* ═══════════════════════════════════════════════════════════
   LOGIN REDISEÑADO (panel izquierdo con logo+stats)
   ═══════════════════════════════════════════════════════════ */
.ld-login .ld-login-wrapper {
  position: relative; z-index: 2;
  display: flex; align-items: center; justify-content: center; gap: 60px;
  max-width: 1000px; margin: 0 auto; padding: 40px 24px;
  min-height: 100vh;
}
.ld-login .ld-login-left {
  flex: 1; color: #fff; max-width: 420px;
  animation: ldFadeInUp .7s ease-out;
}
.ld-login .ld-login-logo { height: 52px; filter: brightness(0) invert(1); margin-bottom: 24px; }
.ld-login .ld-login-title {
  font-size: 36px; font-weight: 900; line-height: 1.1;
  margin-bottom: 14px; letter-spacing: -.5px;
}
.ld-login .ld-login-title span {
  background: linear-gradient(135deg, #fb923c, #fbbf24);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.ld-login .ld-login-sub {
  font-size: 15px; color: rgba(255,255,255,.75); line-height: 1.6;
  margin-bottom: 28px;
}
.ld-login .ld-login-stats { display: flex; gap: 28px; }
.ld-login .ld-login-stats div { text-align: center; }
.ld-login .ld-login-stats strong {
  display: block; font-size: 26px; font-weight: 900; color: #fff;
  letter-spacing: -.5px;
}
.ld-login .ld-login-stats span {
  font-size: 11px; font-weight: 600; color: rgba(255,255,255,.5);
  text-transform: uppercase; letter-spacing: .5px;
}
.ld-login .login-card { animation: ldFadeInUp .8s ease-out .1s both; }

@keyframes ldFadeInUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

@media (max-width: 768px) {
  .ld-login .ld-login-wrapper { flex-direction: column; gap: 20px; padding: 20px 16px; }
  .ld-login .ld-login-left { display: none; }
}
