/* =====================================================================
   ACOREP — Landing público (rediseño completo).
   Diseño propio alineado al shell del admin (navy + cian + Poppins).
   Se carga después de styles.css. Conserva contenido, form y logos.
   ===================================================================== */

:root {
  --lp-navy: #0b3d5c;
  --lp-navy-2: #0a2c43;
  --lp-cyan: #94e4ff;
  --lp-cyan-mid: #1488b8;
  --lp-green: #1cc88a;
  --lp-title: #0b3d5c;
  --lp-text: #4a5663;
  --lp-bg: #f4f9fc;
  --lp-radius: 16px;
  --lp-shadow: 0 .8rem 2rem rgba(11,61,92,.12);
}

html { scroll-behavior: smooth; }
body.acorep-lp {
  font-family: "Open Sans", sans-serif;
  color: var(--lp-text);
  background: #fff;
  margin: 0;
}
.acorep-lp h1, .acorep-lp h2, .acorep-lp h3, .acorep-lp h4, .acorep-lp h5, .acorep-lp h6 {
  font-family: "Poppins", sans-serif; color: var(--lp-title);
}
.acorep-lp .lp-container { max-width: 1180px; margin: 0 auto; padding: 0 1.25rem; }
.acorep-lp section { padding: 5rem 0; }
.acorep-lp .lp-eyebrow {
  display: inline-block; font-family: "Poppins",sans-serif; font-weight: 600;
  font-size: .8rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--lp-cyan-mid); background: #e8f6fd; padding: .35rem .9rem; border-radius: 30px; margin-bottom: 1rem;
}
.acorep-lp .lp-heading { font-size: 2rem; font-weight: 700; position: relative; margin-bottom: 1.4rem; }
.acorep-lp .lp-heading::after {
  content:""; display:block; width: 64px; height: 4px; border-radius: 4px; margin-top: .8rem;
  background: linear-gradient(90deg, var(--lp-cyan), var(--lp-cyan-mid));
}
.acorep-lp .lp-heading.text-center::after { margin-left:auto; margin-right:auto; }
.acorep-lp p { line-height: 1.85; }

/* ---------- Navbar ---------- */
.acorep-lp .lp-nav {
  position: sticky; top: 0; z-index: 1030;
  background: linear-gradient(135deg, var(--lp-navy), var(--lp-navy-2));
  box-shadow: 0 .3rem 1rem rgba(11,61,92,.25);
}
.acorep-lp .lp-nav .lp-container { display: flex; align-items: center; justify-content: space-between; padding-top:.7rem; padding-bottom:.7rem; }
.acorep-lp .lp-nav .lp-brand { display:flex; align-items:center; gap:.6rem; color:#fff; font-family:"Poppins"; font-weight:700; font-size:1.2rem; text-decoration:none; }
.acorep-lp .lp-nav .lp-brand img { height: 38px; background:#fff; border-radius:8px; padding:3px 5px; }
.acorep-lp .lp-nav .lp-links { display:flex; align-items:center; gap:1.5rem; }
.acorep-lp .lp-nav .lp-links a { color: rgba(255,255,255,.85); text-decoration:none; font-weight:600; font-size:.92rem; transition: color .2s; }
.acorep-lp .lp-nav .lp-links a:hover { color: var(--lp-cyan); }
.acorep-lp .lp-btn-login {
  background: var(--lp-cyan); color: var(--lp-navy) !important; font-weight:700;
  padding: .55rem 1.4rem; border-radius: 30px; box-shadow: 0 .3rem .8rem rgba(148,228,255,.4);
  transition: transform .18s ease, box-shadow .18s ease;
}
.acorep-lp .lp-btn-login:hover { transform: translateY(-2px); box-shadow: 0 .5rem 1.1rem rgba(148,228,255,.55); color: var(--lp-navy) !important; }
@media (max-width: 767px) { .acorep-lp .lp-nav .lp-links a:not(.lp-btn-login) { display:none; } }

/* ---------- Hero ---------- */
.acorep-lp .lp-hero {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--lp-navy) 0%, var(--lp-navy-2) 55%, #06202f 100%);
  color: #fff; padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(3rem, 7vw, 5.5rem);
}
.acorep-lp .lp-hero::before, .acorep-lp .lp-hero::after {
  content:""; position:absolute; border-radius:50%; filter: blur(10px); opacity:.18; z-index:0;
}
.acorep-lp .lp-hero::before { width: 420px; height:420px; background: var(--lp-cyan); top:-160px; right:-120px; }
.acorep-lp .lp-hero::after { width: 320px; height:320px; background: var(--lp-cyan-mid); bottom:-160px; left:-100px; }
.acorep-lp .lp-hero .lp-container { position: relative; z-index: 1; }
.acorep-lp .lp-hero .lp-eyebrow {
  background: rgba(148,228,255,.14); color: var(--lp-cyan);
  max-width: 540px; line-height: 1.5; border-radius: 16px; letter-spacing: .08em;
}
.acorep-lp .lp-hero h1 {
  color:#fff; font-size: clamp(1.9rem, 1rem + 2.6vw, 2.9rem); font-weight: 800; line-height: 1.15; margin-bottom: 1.2rem;
}
.acorep-lp .lp-hero h1 .hl { color: var(--lp-cyan); }
.acorep-lp .lp-hero p.lp-sub { color: rgba(255,255,255,.82); font-size: 1.1rem; max-width: 560px; margin: 0 auto 2rem; }
.acorep-lp .lp-cta { display:flex; gap:1rem; flex-wrap:wrap; justify-content:center; }
.acorep-lp .lp-btn {
  display:inline-flex; align-items:center; gap:.5rem; font-weight:700; font-family:"Poppins";
  padding:.85rem 1.8rem; border-radius:30px; text-decoration:none; transition: all .2s ease; border:0; cursor:pointer;
}
.acorep-lp .lp-btn-primary { background: var(--lp-cyan); color: var(--lp-navy); box-shadow: 0 .5rem 1.2rem rgba(148,228,255,.4); }
.acorep-lp .lp-btn-primary:hover { transform: translateY(-3px); box-shadow: 0 .7rem 1.6rem rgba(148,228,255,.55); color: var(--lp-navy); }
.acorep-lp .lp-btn-ghost { background: transparent; color:#fff; border: 2px solid rgba(255,255,255,.35); }
.acorep-lp .lp-btn-ghost:hover { border-color: var(--lp-cyan); color: var(--lp-cyan); }
.acorep-lp .lp-hero-media {
  border-radius: var(--lp-radius); overflow: hidden;
  box-shadow: 0 1.5rem 3.5rem rgba(0,0,0,.45); border: 1px solid rgba(148,228,255,.2);
}
.acorep-lp .lp-hero-media iframe, .acorep-lp .lp-hero-media video, .acorep-lp .lp-hero-media img { display:block; width:100%; height: clamp(220px, 32vw, 380px); border:0; }
.acorep-lp .lp-hero-media video { object-fit: cover; background: #000; }

/* Hero en 2 columnas (texto / video) */
.acorep-lp .lp-hero-row { align-items: center; gap: 2.5rem; }
.acorep-lp .lp-hero-text { text-align: left; }
.acorep-lp .lp-hero .lp-hero-text h1 { margin-top: 0; }
.acorep-lp .lp-hero .lp-hero-text p.lp-sub { margin: 0 0 2rem; max-width: 540px; }
.acorep-lp .lp-hero .lp-hero-text .lp-cta { justify-content: flex-start; }
.acorep-lp .lp-hero-mediacol .lp-hero-media {
  margin: 0; max-width: none; width: 100%;
}

/* Proporcion de columnas: texto col-5 / video col-7 */
.acorep-lp .lp-hero-row .lp-hero-text { flex: 5 1 300px; }
.acorep-lp .lp-hero-row .lp-hero-mediacol { flex: 7 1 360px; }
@media (max-width: 767px) {
  .acorep-lp .lp-hero-text { text-align: center; }
  .acorep-lp .lp-hero .lp-hero-text p.lp-sub { margin-left: auto; margin-right: auto; }
  .acorep-lp .lp-hero .lp-hero-text .lp-cta { justify-content: center; }
  /* En movil el video no se desborda ni se difumina */
  .acorep-lp .lp-hero-mediacol .lp-hero-media {
    width: 100%; border-radius: var(--lp-radius);
    -webkit-mask-image: none; mask-image: none;
  }
  .acorep-lp .lp-hero-mediacol::before { display: none; }
}

/* ---------- Wave divider ---------- */
.acorep-lp .lp-wave { display:block; width:100%; height: 60px; margin-top:-1px; }

/* ---------- Secciones alternas ---------- */
.acorep-lp .lp-row { display:flex; flex-wrap:wrap; align-items:center; gap: 2.5rem; }
.acorep-lp .lp-row > div { flex: 1 1 360px; min-width: 0; }
.acorep-lp .lp-figure { border-radius: var(--lp-radius); overflow:hidden; box-shadow: var(--lp-shadow); }
.acorep-lp .lp-figure img { display:block; width:100%; height:100%; object-fit: cover; transition: transform .5s ease; }
.acorep-lp .lp-figure:hover img { transform: scale(1.06); }
.acorep-lp .lp-alt { background: var(--lp-bg); }

/* ---------- Sello "plan colectivo de ACOPLÁSTICOS" ---------- */
.acorep-lp .lp-acoplasticos {
  display: inline-flex; align-items: center; justify-content: center; flex-wrap: wrap;
  gap: .25rem .85rem; margin: 1.2rem auto 0; padding: .6rem 1.4rem;
  background: #fff; border: 1px solid #e2eaf1; border-radius: 40px;
  box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.06); text-decoration: none;
  transition: box-shadow .2s ease, transform .2s ease;
}
.acorep-lp .lp-acoplasticos:hover { box-shadow: 0 .8rem 2rem rgba(0,0,0,.12); transform: translateY(-2px); }
.acorep-lp .lp-acoplasticos span {
  font-family: "Poppins",sans-serif; font-weight: 600; font-size: .95rem; color: var(--lp-title); white-space: nowrap;
}
.acorep-lp .lp-acoplasticos img { display: block; height: 30px; width: auto; }

/* ---------- Cards "por qué elegirnos" ---------- */
.acorep-lp .lp-cards { display:grid; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); gap:1.5rem; margin-top:1.5rem; }
.acorep-lp .lp-card {
  background:#fff; border:1px solid #e3eef5; border-radius: var(--lp-radius); padding: 1.8rem 1.5rem;
  box-shadow: var(--lp-shadow); transition: transform .25s ease, box-shadow .25s ease;
}
.acorep-lp .lp-card:hover { transform: translateY(-6px); box-shadow: 0 1.2rem 2.6rem rgba(11,61,92,.18); }
.acorep-lp .lp-card .lp-card-ico {
  width: 56px; height:56px; border-radius: 14px; display:flex; align-items:center; justify-content:center;
  background: linear-gradient(135deg, var(--lp-navy), var(--lp-cyan-mid)); color:#fff; font-size:1.5rem; margin-bottom:1rem;
}
.acorep-lp .lp-card h5 { font-size:1.05rem; margin-bottom:.5rem; }
.acorep-lp .lp-card p { font-size:.92rem; margin:0; }

/* ---------- Pasos ---------- */
.acorep-lp .lp-steps { display:grid; grid-template-columns: repeat(auto-fit, minmax(180px,1fr)); gap:1.5rem; margin-top:2.5rem; }
.acorep-lp .lp-step { text-align:center; background:#fff; border-radius: var(--lp-radius); padding: 2rem 1rem 1.5rem; box-shadow: var(--lp-shadow); border:1px solid #e3eef5; transition: transform .25s ease; position:relative; }
.acorep-lp .lp-step:hover { transform: translateY(-6px); }
.acorep-lp .lp-step .lp-step-num {
  position:absolute; top:-18px; left:50%; transform:translateX(-50%);
  width:40px; height:40px; border-radius:50%; background: linear-gradient(135deg, var(--lp-navy), var(--lp-cyan-mid));
  color:#fff; font-weight:800; font-family:"Poppins"; display:flex; align-items:center; justify-content:center; box-shadow:0 .4rem 1rem rgba(11,61,92,.3);
}
.acorep-lp .lp-step img { width:80px; height:80px; object-fit:contain; margin: 1rem auto .8rem; }
.acorep-lp .lp-step p { font-size:.88rem; margin:0; }

/* ---------- Contacto ---------- */
.acorep-lp .lp-contact { background: linear-gradient(135deg, var(--lp-navy), var(--lp-navy-2)); color:#fff; }
.acorep-lp .lp-contact .lp-heading, .acorep-lp .lp-contact h3 { color:#fff; }
.acorep-lp .lp-contact .lp-eyebrow { background: rgba(148,228,255,.14); color: var(--lp-cyan); }
.acorep-lp .lp-form-card { background:#fff; border-radius: var(--lp-radius); padding: 2rem; box-shadow: 0 1rem 2.5rem rgba(0,0,0,.3); }
.acorep-lp .lp-form-card label { font-weight:600; color: var(--lp-title); font-size:.9rem; }
.acorep-lp .lp-form-card .form-control {
  border:1px solid #dbe4ec; border-radius:10px; padding:.7rem .9rem; margin-bottom:.2rem; width:100%;
}
.acorep-lp .lp-form-card .form-control:focus { border-color: var(--lp-cyan-mid); box-shadow: 0 0 0 .2rem rgba(148,228,255,.4); outline:none; }
.acorep-lp .lp-form-card .lp-btn-send {
  width:100%; background: linear-gradient(135deg, var(--lp-green), #16a877); color:#fff; border:0;
  padding:.85rem; border-radius:30px; font-weight:700; font-family:"Poppins"; margin-top:.6rem;
  box-shadow:0 .5rem 1.2rem rgba(28,200,138,.4); transition: all .2s ease;
}
.acorep-lp .lp-form-card .lp-btn-send:hover { transform: translateY(-2px); filter:brightness(1.05); }
.acorep-lp .lp-contact-info { display:flex; flex-direction:column; gap:1.1rem; }
.acorep-lp .lp-contact-info .lp-ci { display:flex; align-items:center; gap:.9rem; color: rgba(255,255,255,.9); }
.acorep-lp .lp-contact-info .lp-ci i { width:44px; height:44px; border-radius:12px; background: rgba(148,228,255,.15); color: var(--lp-cyan); display:flex; align-items:center; justify-content:center; font-size:1.2rem; flex:0 0 auto; }
.acorep-lp .lp-wa { display:inline-flex; align-items:center; gap:.6rem; background:#25d366; color:#fff; font-weight:700; padding:.75rem 1.4rem; border-radius:30px; text-decoration:none; margin-top:.5rem; transition: transform .2s ease; }
.acorep-lp .lp-wa:hover { transform: translateY(-2px); color:#fff; }

/* ---------- Footer ---------- */
.acorep-lp .lp-footer { background: var(--lp-navy-2); color: rgba(255,255,255,.8); padding: 1.5rem 0; text-align:center; font-size:.9rem; }
.acorep-lp .lp-footer a { color: var(--lp-cyan); font-weight:700; text-decoration:none; }
.acorep-lp .lp-footer img { height: 22px; vertical-align: middle; }

/* ---------- Responsive ---------- */
@media (max-width: 767px) {
  .acorep-lp section { padding: 3.2rem 0; }
  .acorep-lp .lp-hero h1 { font-size: 2rem; }
  .acorep-lp .lp-hero-media iframe, .acorep-lp .lp-hero-media video, .acorep-lp .lp-hero-media img { height: 240px; }
  .acorep-lp .lp-heading { font-size: 1.6rem; }
}
