:root{
      --bg:#ffffff;
      --text:#0f172a;
      --muted:#475569;
      --muted2:#64748b;
      --border:#e2e8f0;
      --soft:#f8fafc;
      --soft2:#f1f5f9;
      --blue:#1d4ed8;
      --blue2:#1e40af;
      --green:#16a34a;
      --shadow: 0 18px 40px rgba(2,6,23,.10);
      --shadow2: 0 10px 25px rgba(2,6,23,.08);
      --radius:0px;
    }
    *{box-sizing:border-box}
    body{margin:0;font-family: "Epilogue", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Helvetica Neue", sans-serif; color:var(--text); background:var(--bg); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
    a{color:inherit;text-decoration:none}
    p{font-family:inherit}
    .container{max-width:1180px;margin:0 auto;padding:0 16px}
    .mt-18{margin-top:18px}
    .mt-16{margin-top:16px}
    .mt-14{margin-top:14px}
    .mt-12{margin-top:12px}
    .mt-10{margin-top:10px}
    .p-sm{color:var(--muted2);font-size:13px;line-height:1.7}
    .w-full{width:100%}
    .text-center{text-align:center}
    .p-0{padding:0}
    .panel-soft{background:var(--soft);border-style:dashed}
    .plus-blue{color:var(--blue)}
    .msg-box{display:block;margin:12px 14px;border:1px solid var(--border);background:white;padding:14px;color:var(--muted);line-height:1.7}
    .faq-chevron{color:var(--blue)}
    .stack-24{display:grid;gap:24px}
    .stack-16{display:grid;gap:16px}

/* Sistema global de botones */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:54px;
  padding:12px 18px;
  border:1px solid transparent;
  border-radius:0;
  font-family:inherit;
  font-size:13px;
  line-height:1;
  font-weight:900;
  text-align:center;
  text-decoration:none;
  cursor:pointer;
  transition:background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn:focus-visible{outline:3px solid rgba(147,197,253,.9);outline-offset:3px}
.btn-primary{
  background:var(--blue);
  border-color:var(--blue);
  color:#fff;
  box-shadow:0 14px 30px rgba(29,78,216,.22);
}
.btn-primary:hover{background:var(--blue2);border-color:var(--blue2);color:#fff}
.btn-secondary{
  background:#0b1220;
  border-color:#0b1220;
  color:#fff;
}
.btn-secondary:hover{background:#111827;border-color:#111827;color:#fff}
.btn-ghost{
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.44);
  color:#fff;
}
.btn-ghost:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.68);color:#fff}
.cta-row,.hero-actions{display:flex;flex-wrap:wrap;gap:14px;align-items:center;justify-content:center}
.cta-row .btn,.hero-actions .btn{flex:0 0 auto;margin-left:0;margin-right:0}
@media (max-width:520px){
  .cta-row .btn,.hero-actions .btn{width:100%;max-width:340px}
}

    /* Regla global: bordes cuadrados */
    .pill, .check i,
    .reason .ico, .file-note, .file-note .badge, .card,
    .info, .info .head .ico, .list i, .pill2,
    .banner, .banner .ico, .step, .step .num, .step .ico,
    .panel, .data-pill, .data-pill .dot, .data-card, .data-card .top .ico, .data-card .hint,
    .panel details, .faq-q .qico, .cta-box, .foot .ico{
      border-radius: 0px !important;
    }

    /* Hero */
    .hero{border-bottom:1px solid var(--border);position:relative;overflow:hidden;min-height:620px;min-height:88svh;background:#0b1220}
    .hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(37,99,235,.26),transparent 34%),linear-gradient(135deg,#07111f 0%,#0b1220 48%,#111827 100%);opacity:1;z-index:0}
    .hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,6,23,.42),rgba(2,6,23,.68));z-index:1}

    .hero-grid{position:relative;z-index:2;display:grid;gap:26px;min-height:620px;min-height:88svh;padding:96px 0 64px;justify-items:center}
    .hero-copy{max-width:680px;margin:0 auto;text-align:center}

    .pill{display:inline-flex;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:rgba(255,255,255,.92);padding:8px 12px;font-weight:700;font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;white-space:nowrap}

    h1{margin:14px 0 0;font-size:40px;line-height:1.05;letter-spacing:-.035em;text-wrap:balance;color:white}

    /* Hero copy coherente y legible */
    .lead{margin:32px 0 0;font-size:17px;line-height:1.85;color:rgba(255,255,255,.90);font-weight:400;letter-spacing:0}
    .sublead{margin:26px 0 0;font-size:17px;line-height:1.85;color:rgba(255,255,255,.86);font-weight:400;letter-spacing:0}

    .cta-row{margin-top:38px;display:flex;flex-direction:column;gap:14px;align-items:center;justify-content:center}
    .cta-row .btn{margin-left:0;margin-right:0}

    .trust-row{margin-top:56px;display:flex;flex-wrap:wrap;gap:12px 12px;align-items:center;justify-content:center;text-align:center}
    .trust-label{font-size:12px;font-weight:600;color:rgba(255,255,255,.78);letter-spacing:.02em;margin-right:4px}
    .trust-pill{font-size:12px;font-weight:600;color:rgba(255,255,255,.92);border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.06);padding:10px 14px;line-height:1;min-height:36px;display:inline-flex;align-items:center}

    /* Sections */
    section{padding:54px 0}
    .section-title{text-align:center;max-width:760px;margin:0 auto;padding-top:14px}
    .section-title h2{margin:0;font-size:26px;letter-spacing:-.02em}
    .section-title p{margin:10px 0 0;color:var(--text);opacity:.9;line-height:1.75}

    .reasons{background:var(--soft)}
    .reason-grid{margin-top:26px;display:grid;gap:16px}
    .reason{padding:6px 0;text-align:center}
    .reason .ico{width:56px;height:56px;background:white;border:1px solid var(--border);margin:0 auto 10px;display:grid;place-items:center;color:var(--blue);font-weight:900;font-size:18px}
    .reason h3{margin:0;font-size:14px}
    .reason p{display:none}
    .reason .reason-line{display:block;margin:6px auto 0;max-width:220px;font-size:12.5px;line-height:1.45;color:var(--text);opacity:.9}

    .file-note{margin:18px auto 0;max-width:860px;display:flex;gap:12px;align-items:flex-start;background:white;border:1px solid var(--border);padding:12px 14px}
    .file-note .badge{width:36px;height:36px;background:#eff6ff;color:var(--blue);display:grid;place-items:center;font-weight:900}
    .file-note p{margin:0;color:var(--text);opacity:.9;line-height:1.6;font-size:13px}

    /* Services (layout tipo boceto) */
    .services-head{max-width:900px;margin:0 auto;text-align:center}
    .services-head .eyebrow{font-size:12px;letter-spacing:.22em;text-transform:uppercase;color:var(--blue);font-weight:900}
    .services-head h2{margin:10px 0 0;font-size:34px;letter-spacing:-.03em}
    .services-head p{margin:12px auto 0;max-width:720px;color:var(--text);opacity:.9;font-size:16px;line-height:1.75}

    .services-stack{margin-top:22px;display:grid;gap:16px}
    .service-card{border:1px solid var(--border);background:white;box-shadow:0 10px 24px rgba(2,6,23,.05);overflow:hidden}
    .service-inner{display:grid;gap:14px;padding:16px}
    /* Mobile-first: imagen arriba, texto abajo */
    .service-inner{grid-template-columns:1fr}
    .service-media{order:1}
    .service-copy{order:2}

    .service-tag{display:inline-flex;align-items:center;gap:10px;border:1px solid #dbeafe;background:#eff6ff;padding:9px 12px;font-size:12px;font-weight:800;color:#1e3a8a;width:max-content}
    .service-tag i{font-style:normal;font-weight:900}
    .service-title{margin:10px 0 0;font-size:28px;letter-spacing:-.03em}
    .service-line{width:46px;height:2px;background:var(--blue);margin:12px 0}
    .service-desc{margin:0;color:var(--text);opacity:.9;font-size:16px;line-height:1.8}

    .service-cta{margin-top:16px;display:inline-flex;align-items:center;gap:10px;padding:12px 16px;border:1px solid rgba(29,78,216,.25);background:white;color:var(--blue2);font-weight:900}
    .service-cta:hover{background:#eff6ff}

    .service-media{background:#f8fafc;border:1px solid rgba(15,23,42,.06);overflow:hidden}
    .service-media img{width:100%;aspect-ratio:16/9;object-fit:cover;object-position:center;display:block}

    @media (min-width:840px){
      .services-head h2{font-size:42px}
      .services-head p{font-size:16px}
      .service-inner{grid-template-columns:1fr 1fr;align-items:center;gap:22px;padding:22px}
      /* En desktop sí alternamos */
      .service-card.alt .service-media{order:1}
      .service-card.alt .service-copy{order:2}
      .service-card:not(.alt) .service-copy{order:1}
      .service-card:not(.alt) .service-media{order:2}
      .service-title{font-size:34px}
      .service-media img{aspect-ratio:auto;height:100%;min-height:320px}
    }

    /* Antes de cotizar */
    .prequote{padding-top:0}
    .prequote .eyebrow{margin:0 auto 10px;text-align:center;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--blue);font-weight:800}
    .prequote .eyebrow-line{width:44px;height:2px;background:var(--blue);margin:10px auto 0}
    .prequote .title{max-width:820px;margin:0 auto;text-align:center}
    .prequote .title h2{margin:0;font-size:34px;letter-spacing:-.03em}
    .prequote .title h2 .accent{color:var(--blue)}
    .prequote .title p{margin:12px auto 0;max-width:760px;color:var(--text);line-height:1.7;font-size:16px;opacity:.9}

    .prequote-list{margin-top:22px;display:grid;gap:14px}
    .prequote-item{border:1px solid var(--border);background:white;box-shadow:0 10px 24px rgba(2,6,23,.05);padding:16px}
    .prequote-row{display:grid;grid-template-columns:84px 1fr;gap:14px;align-items:start}
    .prequote-ico{width:72px;height:72px;background:#eff6ff;border:1px solid rgba(29,78,216,.18);display:grid;place-items:center;color:var(--blue);font-weight:900;font-size:22px;border-radius:999px}

    .pq-num{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:999px;background:var(--blue);color:white;font-weight:900;font-size:13px;margin-right:10px;vertical-align:middle}

    .prequote-main h3{margin:0;font-size:18px;letter-spacing:-.01em;color:var(--text);font-weight:800}
    .prequote-main p{margin:8px 0 0;color:var(--text);opacity:.9;font-size:15px;line-height:1.8}

    .prequote-tags{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}
    .prequote-tags span{border:1px solid #dbeafe;background:#eff6ff;padding:7px 10px;font-size:11px;font-weight:700;color:#1e3a8a}

    .prequote-footer{margin-top:14px;display:flex;gap:10px;align-items:flex-start;color:var(--muted2);font-size:13px;line-height:1.6}
    .prequote-footer .q{width:28px;height:28px;display:grid;place-items:center;border:1px solid var(--border);background:white;color:var(--muted);font-weight:900}

    @media (min-width:840px){
      .prequote .title h2{font-size:46px}
      .prequote-list{gap:16px}
      .prequote-item{padding:18px}
      .prequote-row{grid-template-columns:110px 1fr;gap:18px}
      .prequote-ico{width:86px;height:86px;font-size:26px}
      .pq-num{width:32px;height:32px;font-size:14px}
      .prequote-main h3{font-size:20px}
      .service-desc{font-size:17px}
      .prequote-main p{font-size:16px}
      .panel p{font-size:16px}
      .prequote-tags span{font-size:11.5px;padding:8px 12px}
    }

    /* How works */
    .how{background:var(--soft)}
    .steps{margin-top:26px;display:grid;gap:16px}
    .step{position:relative;border:1px solid var(--border);background:white;padding:16px;text-align:center;box-shadow:0 10px 24px rgba(2,6,23,.05);font-family:"Epilogue", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Helvetica Neue", sans-serif}
    .step .num{position:absolute;left:14px;top:-12px;width:28px;height:28px;background:var(--blue);color:white;font-weight:900;display:grid;place-items:center;font-size:13px}
    .step .ico{width:62px;height:62px;margin:0 auto 10px;background:#eff6ff;color:var(--blue);display:grid;place-items:center;font-weight:900}
    .step h3{margin:0;font-size:14px;color:var(--text);font-weight:800}
    .step p{margin:8px 0 0;color:var(--text);opacity:.9;font-size:14px;line-height:1.7}

    /* Datos para cotizar */
    .two{display:grid;gap:16px}
    .panel{border:1px solid var(--border);border-radius:22px;background:white;padding:18px;box-shadow:0 10px 24px rgba(2,6,23,.05)}
    .panel h3{margin:0;font-size:18px}
    .panel p{margin:8px 0 0;color:var(--text);opacity:.9;font-size:15px;line-height:1.8}

    .data-wrap{margin-top:16px;display:grid;gap:12px}
    .data-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
    .data-pill{display:flex;align-items:center;gap:10px;border:1px solid #dbeafe;background:#ffffff;border-radius:16px;padding:12px 12px;font-weight:900;font-size:13px;color:var(--muted)}
    .data-pill .dot{width:26px;height:26px;border-radius:10px;background:#eff6ff;color:var(--blue);display:grid;place-items:center;font-weight:900}

    .data-card{border-radius:22px;border:1px solid var(--border);background:linear-gradient(135deg,#eff6ff 0%, #ffffff 38%, #f8fafc 100%);
      padding:16px;box-shadow:0 10px 24px rgba(2,6,23,.05)}
    .data-card .top{display:flex;gap:12px;align-items:flex-start}
    .data-card .top .ico{width:44px;height:44px;border-radius:16px;background:white;border:1px solid var(--border);display:grid;place-items:center;color:var(--blue);font-weight:900}
    .data-card .hint{margin-top:10px;border-radius:16px;background:rgba(255,255,255,.75);border:1px dashed rgba(29,78,216,.25);padding:12px;color:var(--muted2);font-size:13px;line-height:1.7}


    /* Nosotros */
    .about{background:white;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
    .about-grid{display:grid;gap:18px;align-items:start}
    .about-copy{max-width:760px;margin:0 auto;text-align:center}
    .about-copy .eyebrow{font-size:12px;letter-spacing:.22em;text-transform:uppercase;color:var(--blue);font-weight:900;margin:0 0 10px}
    .about-copy h2{margin:0;font-size:34px;line-height:1.12;letter-spacing:-.03em;color:var(--text)}
    .about-copy p{margin:12px auto 0;max-width:720px;color:var(--text);opacity:.9;font-size:16px;line-height:1.75}
    .about-cards{display:grid;gap:12px;margin-top:22px}
    .about-card{border:1px solid var(--border);background:var(--soft);padding:16px;text-align:left}
    .about-card h3{margin:0;font-size:16px;color:var(--text)}
    .about-card p{margin:8px 0 0;color:var(--text);opacity:.85;font-size:14px;line-height:1.65}
    .about-actions{margin-top:20px;display:flex;justify-content:center}
    @media (min-width:840px){
      .about-copy h2{font-size:46px}
      .about-cards{grid-template-columns:repeat(3,1fr)}
      .about-card{padding:20px}
    }

    /* FAQ (acordeón) */
    .faq-list{margin-top:16px;display:grid;gap:10px}
    .panel details{border:1px solid var(--border);border-radius:16px;background:white;overflow:hidden;box-shadow:0 10px 24px rgba(2,6,23,.04)}
    .panel details summary{cursor:pointer;list-style:none;padding:12px 14px;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:space-between;gap:12px}
    .panel details summary::-webkit-details-marker{display:none}
    .faq-q{display:flex;align-items:center;gap:10px}
    .faq-q .qico{width:26px;height:26px;border-radius:10px;background:#eff6ff;color:var(--blue);display:grid;place-items:center;font-weight:900}
    .panel details[open] summary{border-bottom:1px solid var(--soft2)}
    .panel details p{margin:0;padding:12px 14px;color:var(--text);opacity:.9;font-size:14px;line-height:1.75}

    /* CTA final */
    .final{padding:0 0 26px}
    .cta-box{border:1px solid var(--border);background:white;box-shadow:0 10px 24px rgba(2,6,23,.05);overflow:hidden}
    .cta-box .inner{padding:18px}
    .cta-inline{display:flex;justify-content:center}
    .cta-inline h2{margin:0;font-size:26px;letter-spacing:-.02em;color:var(--text);line-height:1.15;font-weight:800;text-align:center}
    .cta-inline h2 a{color:var(--blue2);text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:6px;font-weight:800;white-space:nowrap}
    @media (min-width:840px){
      .cta-inline h2{font-size:34px}
    }

    .footer{background:#0b1220;color:white;padding:52px 0 28px}
    .footer-grid{display:grid;grid-template-columns:1fr;gap:30px;padding-bottom:34px;border-bottom:1px solid rgba(255,255,255,.16)}
    .footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:14px}
    .footer-mark{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.26);background:rgba(255,255,255,.07);color:#93c5fd;font-weight:900}
    .footer-brand-text{color:#fff;font-weight:900;letter-spacing:-.02em}
    .footer p,.footer a{display:block;margin:0 0 8px;color:rgba(255,255,255,.74);font-size:14px;line-height:1.55}
    .footer h4{margin:0 0 14px;color:#fff;font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:900}
    .footer a:hover{color:#fff}
    .copyright{margin-top:22px;text-align:center;color:rgba(255,255,255,.56);font-size:13px}



    /* Escala tipográfica y FAQ */
    h1{font-size:38px}
    .lead,.sublead{font-size:16px;line-height:1.72}
    .section-title h2{font-size:26px;line-height:1.14}
    .section-title p,.services-head p,.about-copy p{font-size:15px;line-height:1.68}
    .services-head h2,.about-copy h2,.prequote .title h2{font-size:32px}
    .service-title{font-size:26px}
    .service-desc,.prequote-main p,.panel p{font-size:15px;line-height:1.68}
    .faq-list{gap:0;border-top:1px solid var(--border)}
    .faq-item{border-left:1px solid var(--border);border-right:1px solid var(--border);border-bottom:1px solid var(--border);background:#fff;box-shadow:0 10px 24px rgba(2,6,23,.04)}
    .faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 20px;border:0;background:transparent;color:var(--text);font-weight:800;text-align:left;cursor:pointer}
    .faq-plus{width:36px;height:36px;min-width:36px;display:grid;place-items:center;border-left:1px solid var(--border);color:var(--blue);font-size:20px;font-weight:400;transition:transform .22s ease}
    .faq-answer{display:block;padding:0 20px 20px;color:var(--muted);font-size:14px;line-height:1.65}
    .faq-answer[hidden]{display:none!important}
    .faq-item.open .faq-plus{transform:rotate(45deg)}


    @media (max-width: 740px){
      .hero::before{opacity:1}
      .hero::after{background:rgba(0,0,0,.72)}
    }

    /* Responsive */
    @media (min-width: 840px){
      section{padding:64px 0}
      nav{display:flex}
      .brand{font-size:20px}

      .hero{min-height:720px;min-height:88vh}
      .hero-grid{min-height:720px;min-height:88vh;padding:140px 0 90px}
      .hero-copy{max-width:680px;margin:0 auto;text-align:center}
      h1{font-size:56px}
      .lead{font-size:17px}
      .sublead{font-size:17px}
      .btn{min-height:56px}

      .cta-row{flex-direction:row}
      .checks{grid-template-columns:repeat(3,1fr)}
      .reason-grid{grid-template-columns:repeat(4,1fr)}
      .services-grid{grid-template-columns:repeat(4,1fr)}
      .triple{grid-template-columns:repeat(3,1fr)}
      .banner{align-items:center;justify-content:space-between}
      .steps{grid-template-columns:repeat(4,1fr);position:relative}
      .two{grid-template-columns:1fr 1fr}
      .cta-box .inner{padding:22px 26px;flex-direction:row;align-items:center;justify-content:space-between}
      .cta-box .btn{width:auto;min-width:280px}
      .footer-grid{grid-template-columns:1.4fr repeat(2,1fr)}
    }
    @media (min-width: 980px){
      .footer-grid{grid-template-columns:1.5fr repeat(3,1fr)}
    }

/* Sistema compartido para páginas de servicio y landing Tesis */
.service-hero{
  position:relative;
  overflow:hidden;
  min-height:580px;
  min-height:78svh;
  background:#0b1220;
  color:#fff;
  border-bottom:1px solid var(--border);
}
.service-hero::before,
.service-hero::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
}
.service-hero::before{
  background:radial-gradient(circle at 20% 18%,rgba(37,99,235,.24),transparent 34%),linear-gradient(135deg,#07111f 0%,#0b1220 50%,#111827 100%);
  opacity:1;
  z-index:0;
}
.service-hero::after{
  background:linear-gradient(180deg,rgba(2,6,23,.46),rgba(2,6,23,.72));
  z-index:1;
}





.service-hero .hero-grid{
  position:relative;
  z-index:2;
  display:grid;
  justify-items:center;
  align-content:center;
  min-height:580px;
  min-height:78svh;
  padding:92px 0 64px;
  text-align:center;
}
.service-hero .hero-copy{
  width:100%;
  max-width:960px;
  margin:0 auto;
  text-align:center;
}
.service-hero h1{
  max-width:920px;
  margin:0 auto;
  color:#fff;
  font-size:clamp(40px,4.1vw,54px);
  line-height:1.07;
  letter-spacing:-.035em;
  font-weight:700;
  text-wrap:balance;
}
.service-hero .lead,
.service-hero .sublead{
  max-width:760px;
  margin-left:auto;
  margin-right:auto;
  color:rgba(255,255,255,.9);
  font-size:17px;
  line-height:1.78;
  font-weight:400;
  text-align:center;
  text-wrap:pretty;
}
.service-hero .lead{margin-top:30px}
.service-hero .sublead{margin-top:22px;color:rgba(255,255,255,.84)}
.service-hero .trust-row{
  max-width:900px;
  margin:42px auto 0;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  gap:10px;
  text-align:center;
}
.service-hero .trust-label{color:rgba(255,255,255,.78);font-size:12px;font-weight:700}
.service-hero .trust-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:10px 14px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.06);
  color:rgba(255,255,255,.92);
  font-size:12px;
  font-weight:700;
  line-height:1;
  border-radius:0;
}
.service-hero .cta-row{
  width:100%;
  margin:34px auto 0;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  gap:14px;
}
.service-hero .cta-row .btn{
  margin-left:0;
  margin-right:0;
}
.service-hero .hero-checks,
.service-hero .hero-support,
.service-hero .hero-visual,
.service-hero .thesis-hero-inner{display:none!important}

.section{padding:68px 0;border-bottom:1px solid var(--border);background:#fff}
.section.alt{background:var(--soft)}
.section.sand{background:#f1f0ec}
.split{display:grid;grid-template-columns:1fr;gap:34px;align-items:start}
.grid-3,.grid-4,.validation-grid,.faq-list{display:grid;grid-template-columns:1fr;gap:12px}
.card,.step-card,.time-card,.validation-item,.info-item,.faq-item{
  background:#fff;
  border:1px solid var(--border);
  box-shadow:0 10px 24px rgba(2,6,23,.05);
  border-radius:0;
}
.card{min-height:210px;padding:28px}
.card-icon{width:48px;height:48px;display:grid;place-items:center;margin-bottom:22px;color:var(--blue);border:2px solid currentColor;font-size:24px;font-weight:800}
.card h3,.step-card h3,.time-card h3{margin:0 0 12px;font-size:clamp(16px,2vw,20px);line-height:1.25;font-weight:800;color:var(--text)}
.card p,.step-card p,.validation-text,.faq-answer,.under-note,.arrow-note,.note-bar{margin:0;color:var(--text);opacity:.9;font-size:15px;line-height:1.7}
.arrow-note,.note-bar{margin-top:18px;padding:14px 18px;border:1px solid var(--border);background:#edf3ff;color:#24405f}
.arrow-note{background:transparent;border:0;padding-left:0}
.arrow-note::before{content:"→";margin-right:12px;color:var(--blue);font-size:22px}
.note-bar{font-weight:900;font-size:1.05rem}
.step-card{min-height:230px;padding:24px}
.step-top{display:flex;align-items:center;gap:18px;margin-bottom:24px}
.step-num{color:var(--blue);font-size:2.8rem;line-height:1;letter-spacing:-.05em;font-weight:400}
.step-icon{font-size:28px;color:#333}
.time-card{min-height:160px;padding:26px;position:relative;overflow:hidden}
.time-card::before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,var(--blue),#2c63d8)}
.time-card .time-value{margin:0;color:#091a39;font-size:1.24rem;font-weight:900;letter-spacing:-.02em;line-height:1.25;opacity:1}
.time-card .time-value span{display:block;margin-top:8px;color:#4b5f80;font-size:.77rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.info-grid{display:grid;grid-template-columns:1fr;border-top:1px solid var(--border);border-left:1px solid var(--border);background:#fff}
.info-item{min-height:88px;display:flex;align-items:center;gap:18px;padding:18px 22px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);font-weight:800;line-height:1.25;color:var(--text);opacity:.9}
.info-icon{width:32px;min-width:32px;height:32px;display:grid;place-items:center;color:#222;font-size:22px}
.validation-grid{grid-template-columns:1fr;gap:10px}
.validation-item{display:flex;align-items:center;gap:12px;min-height:72px;padding:14px 16px}
.validation-check{width:26px;min-width:26px;height:26px;display:grid;place-items:center;color:var(--blue);background:#eef3ff;border:1px solid #b8c9ec;font-size:14px;font-weight:900;line-height:1}
.under-note{display:flex;gap:10px;align-items:center;margin-top:16px;color:var(--text);opacity:.75}
.faq-list{gap:0;border-top:1px solid var(--border);margin-top:16px}
.faq-item{border-left:1px solid var(--border);border-right:1px solid var(--border);border-bottom:1px solid var(--border);box-shadow:none}
.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 20px;border:0;background:transparent;color:var(--text);font-weight:800;text-align:left;cursor:pointer}
.faq-plus{width:36px;height:36px;min-width:36px;display:grid;place-items:center;border-left:1px solid var(--border);color:var(--blue);font-size:20px;font-weight:400;transition:transform .22s ease}
.faq-answer{display:block;padding:0 20px 20px}
.faq-answer[hidden]{display:none!important}
.faq-item.open .faq-plus{transform:rotate(45deg)}
@media (min-width:740px){
  .grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
  .grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}
  .validation-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (min-width:840px){
  .service-hero{min-height:640px;min-height:80vh}
  .service-hero::after{background:rgba(0,0,0,.64)}
  .service-hero .hero-grid{min-height:640px;min-height:80vh;padding:118px 24px 84px}
  .service-hero h1{font-size:clamp(44px,3.8vw,54px)}
  .service-hero .lead,.service-hero .sublead{font-size:18px;line-height:1.82}
  .service-hero .cta-row{flex-direction:row;justify-content:center;gap:16px}
  .split{grid-template-columns:330px 1fr;gap:96px}
  .grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
  .validation-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .info-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:740px){
  .section{padding:44px 0}
  .service-hero{min-height:560px;min-height:78svh}
  .service-hero::before{opacity:1}
  .service-hero::after{background:rgba(0,0,0,.76)}
  .service-hero .hero-grid{min-height:560px;min-height:78svh;padding:86px 0 58px}
  .service-hero h1{max-width:100%;font-size:clamp(34px,8.7vw,40px);line-height:1.1}
  .service-hero .lead,.service-hero .sublead{max-width:100%;font-size:16px;line-height:1.72}
  .service-hero .lead{margin-top:24px}
  .service-hero .sublead{margin-top:16px}
  .service-hero .trust-row{margin-top:30px;gap:8px}
  .service-hero .trust-pill{padding:9px 11px}
  .service-hero .cta-row{flex-direction:column;gap:12px}
  .service-hero .cta-row .btn{width:100%;max-width:340px}
  .card,.step-card,.time-card{padding:18px;min-height:auto}
  .faq-question{padding:14px;font-size:.95rem}
  .faq-answer{padding:0 14px 14px;font-size:.92rem}
}

/* Ajustes responsive de cierre visual */
section[id]{scroll-margin-top:84px}
@media (max-width:899px){
  section[id]{scroll-margin-top:76px}
}
@media (max-width:979px){
  .has-wa-sticky .footer{padding-bottom:96px}
}

/* Pulido visual final Bloque 31 */
.card h3,
.step-card h3,
.time-card h3,
.section-card h3,
.feature-card h3,
.panel h3,
.data-card h3,
.validation-text{
  font-weight:700;
}
.card strong,
.section-card strong,
.feature-card strong{
  font-weight:700;
}
.time-card .time-value{
  color:var(--blue);
  font-weight:700;
}
.time-card .time-value span{
  color:var(--text);
  opacity:.72;
  font-weight:600;
}
.note-bar{
  font-weight:700;
}
.hero .cta-row,
.service-hero .cta-row,
.hero-actions{
  justify-content:center;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}
.hero .cta-row .btn,
.service-hero .cta-row .btn,
.hero-actions .btn{
  flex:0 0 auto;
  margin-left:0;
  margin-right:0;
}
.wa-sticky{
  position:fixed;
  right:20px;
  bottom:calc(20px + env(safe-area-inset-bottom));
  z-index:1300;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:58px;
  height:58px;
  min-width:58px;
  min-height:58px;
  padding:0;
  color:#fff;
  background:transparent;
  border:none;
  border-radius:0;
  box-shadow:none;
  filter:drop-shadow(0 10px 16px rgba(2,6,23,.22));
  line-height:1;
  text-decoration:none;
  cursor:pointer;
  overflow:visible;
  transition:transform .18s ease, filter .18s ease;
}
.wa-sticky-icon{
  display:block;
  width:58px;
  height:58px;
  max-width:58px;
  object-fit:contain;
  object-position:center;
  pointer-events:none;
}
.wa-sticky:hover{
  background:transparent;
  box-shadow:none;
  transform:translateY(-1px);
  filter:drop-shadow(0 12px 18px rgba(2,6,23,.26));
}
.wa-sticky:focus-visible{
  outline:3px solid rgba(147,197,253,.9);
  outline-offset:4px;
}
@media (min-width:741px){
  .hero .cta-row,
  .service-hero .cta-row{
    flex-direction:row;
  }
}
@media (max-width:520px){
  .hero .cta-row .btn,
  .service-hero .cta-row .btn,
  .hero-actions .btn{
    width:100%;
    max-width:340px;
  }
  .wa-sticky{
    right:14px;
    bottom:calc(14px + env(safe-area-inset-bottom));
    width:56px;
    height:56px;
    min-width:56px;
    min-height:56px;
  }
  .wa-sticky-icon{
    width:56px;
    height:56px;
    max-width:56px;
  }
}
@media (min-width:900px){
  section[id]{scroll-margin-top:98px}
}


/* Pulido landing empaste de tesis Bloque 39 */
.price-section .split{
  align-items:center;
}
.price-panel{
  display:grid;
  gap:18px;
  background:#fff;
  border:1px solid var(--border);
  box-shadow:0 10px 24px rgba(2,6,23,.05);
  padding:22px;
  border-radius:0;
}
.price-panel p{
  margin:0;
  max-width:720px;
  color:var(--text);
  opacity:.9;
  font-size:15px;
  line-height:1.75;
}
.price-actions{
  display:flex;
  justify-content:flex-start;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}
.price-actions .btn{
  margin:0;
}
@media (min-width:840px){
  .price-panel{
    padding:26px;
  }
  .price-panel p{
    font-size:16px;
    line-height:1.8;
  }
}
@media (max-width:520px){
  .price-actions .btn{
    width:100%;
  }
}

/* Landing final empaste tesis Bloque 40 */
.landing-final .section-title.left-title{
  text-align:left;
  max-width:none;
  margin:0;
}
.landing-final .section-title.left-title::before{
  margin-left:0;
}
.compact-card{
  min-height:auto;
}
.benefit-grid .card h3,
.compact-card h3,
.service-feature strong,
.quote-message-card h3{
  font-weight:700;
}
.landing-media-split{
  display:grid;
  grid-template-columns:1fr;
  gap:24px;
  align-items:center;
}
.landing-media-card{
  border:1px solid var(--border);
  background:#fff;
  box-shadow:0 10px 24px rgba(2,6,23,.05);
  overflow:hidden;
  border-radius:0;
}
.landing-media-card img{
  display:block;
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
  object-position:center;
}
.landing-copy-panel{
  display:grid;
  gap:18px;
}
.service-feature-list{
  display:grid;
  gap:10px;
}
.service-feature{
  display:grid;
  gap:5px;
  padding:14px 16px;
  border:1px solid var(--border);
  background:#fff;
  box-shadow:0 8px 18px rgba(2,6,23,.04);
  border-radius:0;
}
.service-feature strong{
  color:var(--text);
  font-size:15px;
  line-height:1.3;
}
.service-feature span{
  color:var(--text);
  opacity:.85;
  font-size:14px;
  line-height:1.6;
}
.quote-info-grid{
  margin-bottom:16px;
}
.quote-message-card{
  display:grid;
  gap:14px;
  padding:18px;
  border:1px solid var(--border);
  background:#fff;
  box-shadow:0 10px 24px rgba(2,6,23,.05);
  border-radius:0;
}
.quote-message-card h3{
  margin:0;
  color:var(--text);
  font-size:18px;
  line-height:1.3;
}
.quote-message-card p{
  margin:0;
  padding:14px;
  border:1px dashed rgba(29,78,216,.28);
  background:#f8fafc;
  color:var(--text);
  opacity:.9;
  font-size:14px;
  line-height:1.8;
}
.quote-message-card .btn{
  justify-self:start;
}
.price-factor-grid{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.price-factor-grid span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:8px 10px;
  border:1px solid #dbeafe;
  background:#eff6ff;
  color:#1e3a8a;
  font-size:12px;
  font-weight:700;
  line-height:1.2;
}
.final-cta-grid{
  display:grid;
  gap:18px;
  align-items:center;
}
.final-cta-grid h2{
  margin:0;
  color:var(--text);
  font-size:clamp(26px,3vw,34px);
  line-height:1.14;
  letter-spacing:-.02em;
  font-weight:800;
}
.final-cta-grid p{
  margin:8px 0 0;
  max-width:620px;
  color:var(--text);
  opacity:.86;
  font-size:15px;
  line-height:1.7;
}
.final-cta-grid .btn{
  justify-self:start;
}
@media (min-width:840px){
  .landing-media-split{
    grid-template-columns:.92fr 1.08fr;
    gap:48px;
  }
  .landing-media-card img{
    min-height:420px;
    height:100%;
  }
  .quote-message-card{
    padding:22px;
  }
  .final-cta-grid{
    grid-template-columns:1.1fr auto;
  }
  .final-cta-grid .btn{
    justify-self:end;
    min-width:260px;
  }
}
@media (max-width:520px){
  .quote-message-card .btn,
  .final-cta-grid .btn{
    width:100%;
    justify-self:stretch;
  }
  .price-factor-grid span{
    width:100%;
    justify-content:center;
  }
}


/* Bloque 41 - ajustes visuales finales puntuales */
.panel details p.p-0{
  padding:14px;
}
.panel .msg-box{
  margin:0;
  padding:16px;
  border:1px dashed rgba(29,78,216,.28);
  background:#f8fafc;
  color:var(--text);
  opacity:.92;
  font-size:14px;
  line-height:1.85;
}

.landing-final .final{
  padding:48px 0 64px;
  background:var(--soft);
}
.landing-final .final .cta-box{
  border:1px solid var(--border);
  background:linear-gradient(135deg,#ffffff 0%,#f8fafc 100%);
  box-shadow:0 16px 34px rgba(2,6,23,.08);
}
.landing-final .final .cta-box .inner.final-cta-grid{
  padding:24px;
  gap:20px;
}
.landing-final .final-cta-grid .btn{
  align-self:center;
}
@media (min-width:840px){
  .landing-final .final{
    padding:56px 0 76px;
  }
  .landing-final .final .cta-box .inner.final-cta-grid{
    padding:34px 38px;
    gap:34px;
  }
}
@media (max-width:520px){
  .landing-final .final{
    padding:40px 0 60px;
  }
}

/* Bloque 48 - proceso empaste tesis corregido */
.process-section{
  background:#f8fafc;
}
.process-section .section-title{
  max-width:760px;
  margin:0 auto 32px;
  text-align:center;
}
.process-section .section-title::before{
  margin-left:auto;
  margin-right:auto;
}
.process-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
}
.process-card{
  background:#fff;
  border:1px solid var(--border,#dbe3ef);
  box-shadow:0 18px 45px rgba(15,23,42,.06);
  padding:28px;
  min-height:220px;
  border-radius:0;
}
.process-card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:18px;
}
.process-number{
  display:inline-block;
  color:var(--blue,#1d4ed8);
  font-size:clamp(34px,4vw,52px);
  line-height:1;
  letter-spacing:-.04em;
  font-weight:700;
}
.process-icon{
  width:42px;
  height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(29,78,216,.22);
  color:var(--blue,#1d4ed8);
  background:rgba(29,78,216,.04);
  font-size:18px;
  border-radius:0;
}
.process-card h3{
  margin:0 0 10px;
  color:var(--text,#0f172a);
  font-size:clamp(20px,2vw,24px);
  line-height:1.15;
  font-weight:700;
}
.process-card p{
  margin:0;
  color:var(--muted,#475569);
  font-size:16px;
  line-height:1.65;
}
@media (min-width:740px){
  .process-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (min-width:1100px){
  .process-grid{
    max-width:920px;
    margin:0 auto;
  }
}
@media (max-width:520px){
  .process-card{
    padding:22px;
    min-height:auto;
  }
  .process-card-top{
    margin-bottom:14px;
  }
  .process-number{
    font-size:38px;
  }
}

/* Bloque 51 - lectura visual real para libros contables */
.contables-page .contables-stack{
  display:grid;
  gap:28px;
}
.contables-page .contables-stack .section-title{
  max-width:780px;
  margin:0 auto;
  text-align:center;
}
.contables-page .contables-stack .section-title p{
  max-width:660px;
  margin-left:auto;
  margin-right:auto;
}
.horizontal-card-list{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}
.horizontal-card{
  display:flex;
  align-items:flex-start;
  gap:16px;
  min-height:auto;
  padding:20px;
  background:#fff;
  border:1px solid var(--border);
  box-shadow:0 12px 28px rgba(2,6,23,.05);
}
.horizontal-card-icon,
.wide-card-icon{
  width:40px;
  min-width:40px;
  height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:var(--blue);
  background:#eff6ff;
  border:1px solid rgba(29,78,216,.18);
  font-size:17px;
  line-height:1;
}
.horizontal-card h3,
.wide-card h3{
  margin:0 0 8px;
  color:var(--text);
  font-size:17px;
  line-height:1.25;
  font-weight:700;
}
.horizontal-card p,
.wide-card p{
  margin:0;
  color:var(--text);
  opacity:.86;
  font-size:14px;
  line-height:1.62;
}
.document-list-card{
  background:#fff;
  border:1px solid var(--border);
  box-shadow:0 12px 28px rgba(2,6,23,.05);
  padding:18px;
  border-radius:0;
}
.document-list-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
}
.document-list-item{
  min-height:46px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  background:#f8fafc;
  border:1px solid #e2e8f0;
  color:var(--text);
  font-size:14px;
  line-height:1.35;
  font-weight:600;
}
.document-list-item span{
  width:24px;
  min-width:24px;
  height:24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:var(--blue);
  background:#eff6ff;
  border:1px solid rgba(29,78,216,.18);
  font-size:13px;
  line-height:1;
}
.wide-card-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
}
.wide-card{
  min-height:auto;
  display:grid;
  gap:10px;
  padding:22px;
  background:#fff;
  border:1px solid var(--border);
  box-shadow:0 12px 28px rgba(2,6,23,.05);
}
.contables-data-layout{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
  align-items:start;
}
.compact-list-card{
  margin:0;
}
.compact-list .document-list-item{
  min-height:44px;
}
.contables-page .quote-message-card{
  margin-top:0;
}
@media (min-width:740px){
  .horizontal-card-list{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .quote-card-grid{
    grid-template-columns:1fr;
  }
  .document-list-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .wide-card-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .contables-data-layout{
    grid-template-columns:1.1fr .9fr;
  }
}
@media (min-width:1100px){
  .contables-page .contables-stack{
    gap:32px;
  }
  .horizontal-card-list{
    max-width:980px;
    margin:0 auto;
  }
  .horizontal-card-list:not(.quote-card-grid){
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .horizontal-card-list:not(.quote-card-grid) .horizontal-card:last-child{
    grid-column:1 / -1;
    max-width:640px;
    justify-self:center;
  }
  .quote-card-grid{
    max-width:980px;
    margin:0 auto;
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .accounting-documents .document-list-card,
  .contables-data-layout{
    max-width:980px;
    margin-left:auto;
    margin-right:auto;
  }
  .accounting-documents .document-list-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .wide-card-grid{
    max-width:980px;
    margin:0 auto;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:520px){
  .contables-page .contables-stack{
    gap:22px;
  }
  .horizontal-card,
  .wide-card{
    padding:18px;
  }
  .document-list-card{
    padding:14px;
  }
  .document-list-item{
    min-height:42px;
    font-size:13px;
  }
  .horizontal-card-icon,
  .wide-card-icon{
    width:36px;
    min-width:36px;
    height:36px;
    font-size:15px;
  }
}

/* Bloque 52 - placeholders visuales para libros contables */
.accounting-media-layout{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
  align-items:stretch;
  max-width:980px;
  margin:0 auto;
}
.accounting-media-layout .wide-card-grid{
  margin:0;
  max-width:none;
}
.accounting-visual-placeholder{
  min-height:260px;
  display:flex;
  align-items:stretch;
}
.placeholder-frame{
  width:100%;
  min-height:100%;
  aspect-ratio:4 / 3;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:14px;
  padding:24px;
  border:1px solid var(--border);
  background:
    linear-gradient(135deg,rgba(29,78,216,.10),rgba(248,250,252,.96) 52%,rgba(15,23,42,.06)),
    repeating-linear-gradient(45deg,rgba(15,23,42,.035) 0 1px,transparent 1px 18px);
  box-shadow:0 12px 28px rgba(2,6,23,.05);
  color:var(--text);
  text-align:center;
  font-size:13px;
  line-height:1.5;
  font-weight:700;
  opacity:.88;
}
.placeholder-mark{
  width:56px;
  height:56px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(29,78,216,.22);
  background:rgba(255,255,255,.72);
  color:var(--blue);
  font-size:26px;
  line-height:1;
  opacity:1;
}
@media (min-width:900px){
  .accounting-media-layout{
    grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);
  }
}
@media (max-width:520px){
  .accounting-visual-placeholder{
    min-height:210px;
  }
  .placeholder-frame{
    padding:20px;
  }
  .placeholder-mark{
    width:48px;
    height:48px;
    font-size:22px;
  }
}

/* Bloque 56 - ajustes finales libros contables */
.contables-page #para-quien .horizontal-card-list{
  max-width:960px;
  margin-left:auto;
  margin-right:auto;
  grid-template-columns:1fr;
}
.contables-page #para-quien .horizontal-card{
  width:100%;
}
.contables-page #para-quien .horizontal-card:last-child{
  grid-column:auto;
  max-width:none;
  justify-self:stretch;
}
.contables-page .accounting-documents .document-list-grid{
  grid-template-columns:1fr;
}
.accounting-abstract{
  position:relative;
  min-height:280px;
  overflow:hidden;
  isolation:isolate;
}
.accounting-abstract::before,
.accounting-abstract::after{
  content:"";
  position:absolute;
  inset:auto 26px 26px 26px;
  height:56px;
  border:1px solid rgba(29,78,216,.18);
  background:rgba(255,255,255,.62);
  z-index:-1;
}
.accounting-abstract::after{
  inset:auto 46px 46px 46px;
  height:52px;
  opacity:.75;
}
.accounting-abstract-book{
  width:min(72%,260px);
  height:52px;
  display:block;
  border:1px solid rgba(29,78,216,.24);
  background:linear-gradient(90deg,rgba(29,78,216,.16),rgba(255,255,255,.76));
  box-shadow:0 10px 22px rgba(2,6,23,.06);
}
.accounting-abstract-book + .accounting-abstract-book{
  margin-top:10px;
}
.accounting-abstract-book:nth-child(2){
  width:min(64%,230px);
  transform:translateX(18px);
}
.accounting-abstract-book:nth-child(3){
  width:min(58%,210px);
  transform:translateX(-10px);
}
@media (min-width:740px){
  .contables-page .accounting-documents .document-list-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (min-width:1100px){
  .contables-page .accounting-documents .document-list-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:520px){
  .accounting-abstract{
    min-height:220px;
  }
  .accounting-abstract-book{
    height:46px;
  }
}


/* Bloque 57 - imagen real para referencia visual de libros contables */
.accounting-visual-media{
  margin:0;
  min-height:260px;
  border:1px solid var(--border);
  background:var(--soft);
  box-shadow:0 12px 28px rgba(2,6,23,.05);
  overflow:hidden;
}
.accounting-visual-media img{
  display:block;
  width:100%;
  height:100%;
  min-height:260px;
  object-fit:cover;
}
@media (max-width:520px){
  .accounting-visual-media,
  .accounting-visual-media img{
    min-height:220px;
  }
}




/* Bloque 62 - cierre visual, eyebrows y lectura final libros contables */
.section-title .eyebrow{
  margin:0 0 10px;
  color:var(--blue);
  font-size:12px;
  line-height:1;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
  opacity:1;
}
.contables-page #cotizacion .section-title p,
.contables-page #datos .section-title p,
.contables-page #trabajos .section-title p,
.contables-page #acabados .section-title p{
  max-width:620px;
}
.contables-page #para-quien .horizontal-card-list{
  max-width:960px;
  margin-left:auto;
  margin-right:auto;
  grid-template-columns:1fr;
}
.contables-page #para-quien .horizontal-card{
  width:100%;
  align-items:flex-start;
  min-height:auto;
}
.contables-page #para-quien .horizontal-card:last-child{
  grid-column:auto;
  max-width:none;
  justify-self:stretch;
}
.contables-page .accounting-documents .document-list-card{
  max-width:900px;
  margin-left:auto;
  margin-right:auto;
}
.contables-page .accounting-documents .document-list-grid{
  grid-template-columns:1fr;
  gap:10px 14px;
}
.contables-page .wide-card h3,
.contables-page .horizontal-card h3,
.contables-page .process-card h3{
  font-weight:700;
}
@media (min-width:740px){
  .contables-page .accounting-documents .document-list-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (min-width:1100px){
  .contables-page #para-quien .horizontal-card-list{
    max-width:1120px;
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .contables-page .accounting-documents .document-list-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

/* Bloque 66 - proceso libros contables compacto horizontal */
.contables-page .process-section{
  background:var(--soft,#f8fafc);
  padding:56px 0;
}
.contables-page .process-section .section-title{
  max-width:760px;
  margin:0 auto 28px;
  text-align:center;
}
.contables-page .process-title .eyebrow{
  color:var(--blue,#1d4ed8);
  font-size:11px;
  font-weight:800;
  letter-spacing:.18em;
  line-height:1;
  text-transform:uppercase;
  opacity:1;
}
.contables-page .process-compact-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
  max-width:920px;
  margin:0 auto;
}
.contables-page .process-compact-card{
  display:flex;
  align-items:flex-start;
  gap:16px;
  background:#fff;
  border:1px solid var(--border,#dbe3ef);
  padding:20px 22px;
  box-shadow:0 10px 24px rgba(15,23,42,.035);
  border-radius:0;
  min-height:auto;
}
.contables-page .process-compact-number{
  flex:0 0 auto;
  width:42px;
  height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(29,78,216,.22);
  background:rgba(29,78,216,.05);
  color:var(--blue,#1d4ed8);
  font-size:16px;
  line-height:1;
  font-weight:800;
  letter-spacing:-.02em;
}
.contables-page .process-compact-card h3{
  margin:0 0 6px;
  color:var(--text,#0f172a);
  font-size:18px;
  line-height:1.2;
  font-weight:700;
}
.contables-page .process-compact-card p{
  margin:0;
  color:var(--muted,#475569);
  font-size:15px;
  line-height:1.55;
}
@media (min-width:760px){
  .contables-page .process-compact-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:520px){
  .contables-page .process-section{
    padding:42px 0;
  }
  .contables-page .process-section .section-title{
    margin-bottom:24px;
  }
  .contables-page .process-compact-card{
    padding:18px;
    gap:14px;
  }
  .contables-page .process-compact-number{
    width:38px;
    height:38px;
    font-size:15px;
  }
  .contables-page .process-compact-card h3{
    font-size:17px;
    line-height:1.22;
  }
  .contables-page .process-compact-card p{
    font-size:14.8px;
    line-height:1.5;
  }
}

/* Bloque 68 - layout compacto empaste tesis */
.tesis-page .thesis-benefits-layout,
.tesis-page .thesis-prequote-layout{
  gap:42px;
}
.tesis-page .thesis-compact-grid{
  gap:14px;
}
.tesis-page .thesis-benefit-card,
.tesis-page .thesis-info-card{
  display:grid;
  grid-template-columns:auto 1fr;
  column-gap:14px;
  align-items:start;
  padding:20px;
  min-height:auto;
  box-shadow:0 10px 24px rgba(2,6,23,.035);
}
.tesis-page .thesis-benefit-card .card-icon,
.tesis-page .thesis-info-card .card-icon{
  width:38px;
  height:38px;
  margin:0;
  border-width:1px;
  font-size:17px;
}
.tesis-page .thesis-benefit-card h3,
.tesis-page .thesis-info-card h3{
  margin:0 0 6px;
  font-size:18px;
  line-height:1.22;
  font-weight:700;
}
.tesis-page .thesis-benefit-card p,
.tesis-page .thesis-info-card p{
  grid-column:2;
  font-size:15px;
  line-height:1.55;
  opacity:.86;
}
.tesis-page .thesis-service-layout{
  gap:32px;
}
.tesis-page .thesis-feature-list{
  grid-template-columns:1fr;
  gap:10px;
}
.tesis-page .thesis-feature-list .service-feature{
  grid-template-columns:minmax(132px,.42fr) 1fr;
  align-items:start;
  gap:14px;
  padding:15px 16px;
  min-height:auto;
  box-shadow:0 8px 18px rgba(2,6,23,.035);
}
.tesis-page .thesis-feature-list .service-feature strong{
  font-size:15px;
  line-height:1.25;
  font-weight:700;
}
.tesis-page .thesis-feature-list .service-feature span{
  font-size:14.5px;
  line-height:1.5;
}
.tesis-page .thesis-prequote-grid{
  gap:14px;
}
.tesis-page .process-section{
  padding:56px 0;
  background:var(--soft,#f8fafc);
}
.tesis-page .process-title .eyebrow{
  color:var(--blue,#1d4ed8);
  font-size:11px;
  font-weight:800;
  letter-spacing:.18em;
  line-height:1;
  text-transform:uppercase;
  opacity:1;
}
.tesis-page .thesis-process-compact-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
  max-width:920px;
  margin:0 auto;
}
.tesis-page .thesis-process-compact-card{
  display:flex;
  align-items:flex-start;
  gap:16px;
  background:#fff;
  border:1px solid var(--border,#dbe3ef);
  padding:20px 22px;
  box-shadow:0 10px 24px rgba(15,23,42,.035);
  border-radius:0;
  min-height:auto;
}
.tesis-page .thesis-process-compact-number{
  flex:0 0 auto;
  width:42px;
  height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(29,78,216,.22);
  background:rgba(29,78,216,.05);
  color:var(--blue,#1d4ed8);
  font-size:16px;
  line-height:1;
  font-weight:800;
  letter-spacing:-.02em;
}
.tesis-page .thesis-process-compact-card h3{
  margin:0 0 6px;
  color:var(--text,#0f172a);
  font-size:18px;
  line-height:1.2;
  font-weight:700;
}
.tesis-page .thesis-process-compact-card p{
  margin:0;
  color:var(--muted,#475569);
  font-size:15px;
  line-height:1.55;
}
.tesis-page .thesis-quote-layout{
  align-items:start;
}
.tesis-page .thesis-quote-info-grid{
  border:0;
  gap:10px;
  background:transparent;
}
.tesis-page .thesis-quote-info-grid .info-item{
  min-height:62px;
  border:1px solid var(--border);
  padding:14px 16px;
  box-shadow:0 8px 18px rgba(2,6,23,.03);
  font-size:15px;
  font-weight:700;
}
.tesis-page .thesis-quote-info-grid .info-icon{
  width:28px;
  min-width:28px;
  height:28px;
  color:var(--blue,#1d4ed8);
  font-size:18px;
}
.tesis-page .thesis-quote-message-card{
  padding:20px;
  box-shadow:0 10px 24px rgba(2,6,23,.04);
}
.tesis-page .thesis-quote-message-card p{
  line-height:1.7;
  background:#f8fafc;
}
.tesis-page .thesis-price-panel{
  padding:22px;
  box-shadow:0 10px 24px rgba(2,6,23,.04);
}
.tesis-page .thesis-price-factor-grid{
  gap:8px;
}
.tesis-page .thesis-price-factor-grid span{
  min-height:32px;
  font-weight:700;
}
@media (min-width:740px){
  .tesis-page .thesis-compact-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .tesis-page .thesis-prequote-grid{
    grid-template-columns:1fr;
  }
  .tesis-page .thesis-info-card{
    grid-template-columns:auto 1fr;
  }
  .tesis-page .thesis-quote-info-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .tesis-page .thesis-process-compact-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (min-width:840px){
  .tesis-page .thesis-benefits-layout,
  .tesis-page .thesis-prequote-layout,
  .tesis-page .thesis-quote-layout{
    grid-template-columns:330px 1fr;
    gap:72px;
  }
  .tesis-page .thesis-service-layout{
    grid-template-columns:.95fr 1.05fr;
    gap:42px;
  }
  .tesis-page .thesis-prequote-grid{
    grid-template-columns:1fr;
  }
  .tesis-page .thesis-prequote-grid .thesis-info-card{
    padding:18px 20px;
  }
  .tesis-page .thesis-quote-message-card{
    margin-top:16px;
  }
}
@media (min-width:1180px){
  .tesis-page .thesis-prequote-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .tesis-page .thesis-info-card{
    grid-template-columns:auto 1fr;
  }
}
@media (max-width:520px){
  .tesis-page .thesis-benefits-layout,
  .tesis-page .thesis-prequote-layout,
  .tesis-page .thesis-quote-layout{
    gap:26px;
  }
  .tesis-page .thesis-benefit-card,
  .tesis-page .thesis-info-card{
    padding:18px;
    column-gap:12px;
  }
  .tesis-page .thesis-benefit-card .card-icon,
  .tesis-page .thesis-info-card .card-icon{
    width:34px;
    height:34px;
    font-size:15px;
  }
  .tesis-page .thesis-benefit-card h3,
  .tesis-page .thesis-info-card h3{
    font-size:17px;
  }
  .tesis-page .thesis-benefit-card p,
  .tesis-page .thesis-info-card p{
    font-size:14.8px;
    line-height:1.5;
  }
  .tesis-page .thesis-feature-list .service-feature{
    grid-template-columns:1fr;
    gap:5px;
    padding:14px 16px;
  }
  .tesis-page .process-section{
    padding:42px 0;
  }
  .tesis-page .process-section .section-title{
    margin-bottom:24px;
  }
  .tesis-page .thesis-process-compact-card{
    padding:18px;
    gap:14px;
  }
  .tesis-page .thesis-process-compact-number{
    width:38px;
    height:38px;
    font-size:15px;
  }
  .tesis-page .thesis-process-compact-card h3{
    font-size:17px;
    line-height:1.22;
  }
  .tesis-page .thesis-process-compact-card p{
    font-size:14.8px;
    line-height:1.5;
  }
  .tesis-page .thesis-quote-info-grid .info-item{
    min-height:auto;
    padding:13px 14px;
  }
}

/* Bloque 69 - landing archivo físico */
.archivo-page .archive-stack{
  display:grid;
  gap:28px;
}
.archivo-page .archive-stack .section-title{
  max-width:780px;
  margin:0 auto;
  text-align:center;
}
.archivo-page .archive-stack .section-title p{
  max-width:660px;
  margin-left:auto;
  margin-right:auto;
}
.archivo-page .archive-compact-list,
.archivo-page .archive-prequote-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}
.archivo-page .archive-compact-card{
  display:flex;
  align-items:flex-start;
  gap:16px;
  min-height:auto;
  padding:20px;
  background:#fff;
  border:1px solid var(--border,#dbe3ef);
  box-shadow:0 10px 24px rgba(2,6,23,.035);
}
.archivo-page .archive-card-icon{
  flex:0 0 auto;
  width:40px;
  height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:var(--blue,#1d4ed8);
  background:#eff6ff;
  border:1px solid rgba(29,78,216,.18);
  font-size:17px;
  line-height:1;
}
.archivo-page .archive-compact-card h3,
.archivo-page .archive-wide-card h3{
  margin:0 0 8px;
  color:var(--text,#0f172a);
  font-size:17px;
  line-height:1.25;
  font-weight:700;
}
.archivo-page .archive-compact-card p,
.archivo-page .archive-wide-card p{
  margin:0;
  color:var(--text,#0f172a);
  opacity:.86;
  font-size:14px;
  line-height:1.62;
}
.archivo-page .archive-document-list-card{
  max-width:980px;
  margin:0 auto;
  background:#fff;
  border:1px solid var(--border,#dbe3ef);
  box-shadow:0 10px 24px rgba(2,6,23,.035);
  padding:18px;
}
.archivo-page .archive-documents-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
}
.archivo-page .archive-document-item{
  min-height:46px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  background:#f8fafc;
  border:1px solid #e2e8f0;
  color:var(--text,#0f172a);
  font-size:14px;
  line-height:1.35;
  font-weight:600;
}
.archivo-page .archive-document-item span{
  flex:0 0 auto;
  width:24px;
  height:24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:var(--blue,#1d4ed8);
  background:#eff6ff;
  border:1px solid rgba(29,78,216,.18);
  font-size:13px;
  line-height:1;
}
.archivo-page .archive-wide-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
  max-width:980px;
  margin:0 auto;
}
.archivo-page .archive-wide-card{
  min-height:auto;
  display:grid;
  gap:10px;
  padding:22px;
  background:#fff;
  border:1px solid var(--border,#dbe3ef);
  box-shadow:0 10px 24px rgba(2,6,23,.035);
}
.archivo-page .archive-wide-card .archive-card-icon{
  margin:0;
}
.archivo-page .archive-data-layout{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
  align-items:start;
  max-width:980px;
  margin:0 auto;
}
.archivo-page .archive-prequote-grid{
  margin:0;
}
.archivo-page .archive-quote-message-card{
  margin-top:0;
  padding:20px;
  box-shadow:0 10px 24px rgba(2,6,23,.04);
}
.archivo-page .archive-quote-message-card p{
  line-height:1.7;
  background:#f8fafc;
}
.archivo-page .archive-process-section{
  background:var(--soft,#f8fafc);
  padding:56px 0;
}
.archivo-page .archive-process-section .section-title{
  max-width:760px;
  margin:0 auto 28px;
  text-align:center;
}
.archivo-page .archive-process-title .eyebrow{
  color:var(--blue,#1d4ed8);
  font-size:11px;
  font-weight:800;
  letter-spacing:.18em;
  line-height:1;
  text-transform:uppercase;
  opacity:1;
}
.archivo-page .archive-process-compact-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
  max-width:920px;
  margin:0 auto;
}
.archivo-page .archive-process-compact-card{
  display:flex;
  align-items:flex-start;
  gap:16px;
  background:#fff;
  border:1px solid var(--border,#dbe3ef);
  padding:20px 22px;
  box-shadow:0 10px 24px rgba(15,23,42,.035);
  border-radius:0;
  min-height:auto;
}
.archivo-page .archive-process-compact-number{
  flex:0 0 auto;
  width:42px;
  height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(29,78,216,.22);
  background:rgba(29,78,216,.05);
  color:var(--blue,#1d4ed8);
  font-size:16px;
  line-height:1;
  font-weight:800;
  letter-spacing:-.02em;
}
.archivo-page .archive-process-compact-card h3{
  margin:0 0 6px;
  color:var(--text,#0f172a);
  font-size:18px;
  line-height:1.2;
  font-weight:700;
}
.archivo-page .archive-process-compact-card p{
  margin:0;
  color:var(--muted,#475569);
  font-size:15px;
  line-height:1.55;
}
@media (min-width:740px){
  .archivo-page .archive-compact-list,
  .archivo-page .archive-prequote-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .archivo-page .archive-documents-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .archivo-page .archive-wide-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .archivo-page .archive-data-layout{
    grid-template-columns:1.05fr .95fr;
  }
  .archivo-page .archive-process-compact-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (min-width:1100px){
  .archivo-page .archive-stack{
    gap:32px;
  }
  .archivo-page .archive-compact-list{
    max-width:1120px;
    margin:0 auto;
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .archivo-page .archive-prequote-grid{
    grid-template-columns:1fr;
  }
  .archivo-page .archive-documents-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:520px){
  .archivo-page .archive-stack{
    gap:22px;
  }
  .archivo-page .archive-compact-card,
  .archivo-page .archive-wide-card{
    padding:18px;
    gap:14px;
  }
  .archivo-page .archive-document-list-card{
    padding:14px;
  }
  .archivo-page .archive-document-item{
    min-height:42px;
    font-size:13px;
  }
  .archivo-page .archive-card-icon{
    width:36px;
    height:36px;
    font-size:15px;
  }
  .archivo-page .archive-process-section{
    padding:42px 0;
  }
  .archivo-page .archive-process-section .section-title{
    margin-bottom:24px;
  }
  .archivo-page .archive-process-compact-card{
    padding:18px;
    gap:14px;
  }
  .archivo-page .archive-process-compact-number{
    width:38px;
    height:38px;
    font-size:15px;
  }
  .archivo-page .archive-process-compact-card h3{
    font-size:17px;
    line-height:1.22;
  }
  .archivo-page .archive-process-compact-card p{
    font-size:14.8px;
    line-height:1.5;
  }
}

/* Bloque 70 - pulido visual mobile-first de /archivo/ */
.archivo-page .service-hero .lead{
  max-width:620px;
}
.archivo-page .archive-block{
  overflow:hidden;
}
.archivo-page .archive-stack{
  gap:24px;
}
.archivo-page .archive-stack .section-title{
  max-width:720px;
}
.archivo-page .archive-stack .section-title p{
  max-width:620px;
  font-size:15px;
  line-height:1.62;
}
.archivo-page .archive-compact-list{
  max-width:900px;
  margin:0 auto;
  grid-template-columns:1fr;
}
.archivo-page .archive-compact-card{
  padding:18px;
  gap:14px;
  box-shadow:0 8px 20px rgba(2,6,23,.03);
}
.archivo-page .archive-card-icon{
  width:36px;
  height:36px;
  font-size:15px;
}
.archivo-page .archive-compact-card h3,
.archivo-page .archive-wide-card h3{
  margin-bottom:6px;
  font-size:17px;
  line-height:1.22;
  font-weight:700;
}
.archivo-page .archive-compact-card p,
.archivo-page .archive-wide-card p{
  font-size:14px;
  line-height:1.55;
}
.archivo-page .archive-document-list-card{
  max-width:900px;
  padding:14px;
  box-shadow:0 8px 20px rgba(2,6,23,.03);
}
.archivo-page .archive-documents-grid{
  gap:8px;
}
.archivo-page .archive-document-item{
  min-height:40px;
  padding:9px 10px;
  font-size:13.8px;
  font-weight:600;
}
.archivo-page .archive-document-item span{
  width:22px;
  height:22px;
  font-size:12px;
}
.archivo-page .archive-wide-grid{
  max-width:940px;
  gap:14px;
}
.archivo-page .archive-wide-card{
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding:18px;
  box-shadow:0 8px 20px rgba(2,6,23,.03);
}
.archivo-page .archive-wide-card .archive-card-icon{
  flex:0 0 auto;
}
.archivo-page .archive-data-layout{
  max-width:940px;
}
.archivo-page .archive-quote-message-card{
  padding:18px;
  box-shadow:0 8px 20px rgba(2,6,23,.035);
}
.archivo-page .archive-quote-message-card p{
  font-size:14px;
  line-height:1.65;
}
.archivo-page .archive-process-section{
  padding:48px 0;
}
.archivo-page .archive-process-section .section-title{
  margin-bottom:24px;
}
.archivo-page .archive-process-compact-grid{
  max-width:900px;
  gap:14px;
}
.archivo-page .archive-process-compact-card{
  padding:18px 20px;
  gap:14px;
  box-shadow:0 8px 20px rgba(15,23,42,.03);
}
.archivo-page .archive-process-compact-number{
  width:38px;
  height:38px;
  font-size:15px;
  font-weight:800;
}
.archivo-page .archive-process-compact-card h3{
  font-size:17px;
  line-height:1.22;
  font-weight:700;
}
.archivo-page .archive-process-compact-card p{
  font-size:14.8px;
  line-height:1.5;
}

@media (min-width:740px){
  .archivo-page .archive-compact-list{
    grid-template-columns:1fr;
  }
  .archivo-page .archive-documents-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .archivo-page .archive-wide-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .archivo-page .archive-process-compact-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (min-width:1100px){
  .archivo-page .archive-compact-list{
    grid-template-columns:1fr;
  }
  .archivo-page .archive-prequote-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:520px){
  .archivo-page .service-hero .lead{
    font-size:15.5px;
    line-height:1.58;
  }
  .archivo-page .archive-stack{
    gap:20px;
  }
  .archivo-page .archive-stack .section-title p{
    font-size:14.8px;
    line-height:1.55;
  }
  .archivo-page .archive-compact-card,
  .archivo-page .archive-wide-card{
    padding:16px;
  }
  .archivo-page .archive-document-list-card{
    padding:12px;
  }
  .archivo-page .archive-document-item{
    min-height:38px;
    font-size:13.5px;
  }
  .archivo-page .archive-process-section{
    padding:38px 0;
  }
  .archivo-page .archive-process-compact-card{
    padding:16px;
  }
}

/* Bloque 74 - landing final /libros/ */
.libros-page .service-hero .lead{
  max-width:700px;
  margin-left:auto;
  margin-right:auto;
}
.libros-page .libros-block{
  overflow:hidden;
}
.libros-page .libros-stack{
  display:grid;
  gap:24px;
}
.libros-page .libros-stack .section-title{
  max-width:760px;
  margin:0 auto;
  text-align:center;
}
.libros-page .libros-stack .section-title p{
  max-width:660px;
  margin-left:auto;
  margin-right:auto;
  font-size:15px;
  line-height:1.62;
}
.libros-page .libros-intent-panel{
  max-width:960px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
  background:#fff;
  border:1px solid var(--border,#dbe3ef);
  box-shadow:0 8px 20px rgba(2,6,23,.03);
  padding:16px;
}
.libros-page .libros-intent-panel div{
  display:grid;
  gap:5px;
  padding:14px;
  background:#f8fafc;
  border:1px solid #e2e8f0;
}
.libros-page .libros-intent-panel strong{
  color:var(--text,#0f172a);
  font-size:15px;
  line-height:1.25;
}
.libros-page .libros-intent-panel span{
  color:var(--muted,#475569);
  font-size:14px;
  line-height:1.55;
}
.libros-page .libros-compact-list{
  max-width:960px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}
.libros-page .libros-compact-card{
  display:flex;
  align-items:flex-start;
  gap:14px;
  min-height:auto;
  padding:18px;
  background:#fff;
  border:1px solid var(--border,#dbe3ef);
  box-shadow:0 8px 20px rgba(2,6,23,.03);
}
.libros-page .libros-card-icon{
  flex:0 0 auto;
  width:36px;
  height:36px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:var(--blue,#1d4ed8);
  background:#eff6ff;
  border:1px solid rgba(29,78,216,.18);
  font-size:15px;
  line-height:1;
}
.libros-page .libros-compact-card h3,
.libros-page .libros-wide-card h3{
  margin:0 0 6px;
  color:var(--text,#0f172a);
  font-size:17px;
  line-height:1.22;
  font-weight:700;
}
.libros-page .libros-compact-card p,
.libros-page .libros-wide-card p{
  margin:0;
  color:var(--text,#0f172a);
  opacity:.86;
  font-size:14px;
  line-height:1.55;
}
.libros-page .libros-document-list-card{
  max-width:940px;
  margin:0 auto;
  background:#fff;
  border:1px solid var(--border,#dbe3ef);
  box-shadow:0 8px 20px rgba(2,6,23,.03);
  padding:14px;
}
.libros-page .libros-documents-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:8px;
}
.libros-page .libros-document-item{
  min-height:40px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:9px 10px;
  background:#f8fafc;
  border:1px solid #e2e8f0;
  color:var(--text,#0f172a);
  font-size:13.8px;
  line-height:1.35;
  font-weight:600;
}
.libros-page .libros-document-item span{
  flex:0 0 auto;
  width:22px;
  height:22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:var(--blue,#1d4ed8);
  background:#eff6ff;
  border:1px solid rgba(29,78,216,.18);
  font-size:12px;
  line-height:1;
}
.libros-page .libros-wide-grid{
  max-width:980px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}
.libros-page .libros-wide-card{
  display:flex;
  align-items:flex-start;
  gap:14px;
  min-height:auto;
  padding:18px;
  background:#fff;
  border:1px solid var(--border,#dbe3ef);
  box-shadow:0 8px 20px rgba(2,6,23,.03);
}
.libros-page .libros-wide-card .libros-card-icon{
  flex:0 0 auto;
}
.libros-page .libros-restoration-panel{
  max-width:940px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
  background:#fff;
  border:1px solid var(--border,#dbe3ef);
  box-shadow:0 8px 20px rgba(2,6,23,.03);
  padding:18px;
}
.libros-page .libros-restoration-panel h3{
  margin:0 0 8px;
  font-size:18px;
  line-height:1.25;
  font-weight:700;
}
.libros-page .libros-restoration-panel p{
  margin:0;
  color:var(--muted,#475569);
  font-size:14px;
  line-height:1.6;
}
.libros-page .libros-restoration-panel ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:8px;
}
.libros-page .libros-restoration-panel li{
  padding:10px 12px;
  background:#f8fafc;
  border:1px solid #e2e8f0;
  color:var(--text,#0f172a);
  font-size:13.8px;
  line-height:1.35;
  font-weight:600;
}
.libros-page .libros-data-layout{
  max-width:980px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
  align-items:start;
}
.libros-page .libros-data-layout .libros-document-list-card{
  max-width:none;
  width:100%;
}
.libros-page .libros-quote-message-card{
  margin-top:0;
  padding:18px;
  box-shadow:0 8px 20px rgba(2,6,23,.035);
}
.libros-page .libros-quote-message-card p{
  font-size:14px;
  line-height:1.65;
  background:#f8fafc;
}

@media (min-width:740px){
  .libros-page .libros-intent-panel{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .libros-page .libros-compact-list{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .libros-page .libros-documents-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .libros-page .libros-wide-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .libros-page .libros-restoration-panel{
    grid-template-columns:1fr .95fr;
    align-items:start;
  }
  .libros-page .libros-data-layout{
    grid-template-columns:1.05fr .95fr;
  }
}
@media (min-width:1100px){
  .libros-page .libros-stack{
    gap:28px;
  }
  .libros-page .libros-compact-list{
    grid-template-columns:1fr;
  }
  .libros-page .libros-documents-grid.compact{
    grid-template-columns:1fr;
  }
}
@media (max-width:520px){
  .libros-page .service-hero .lead{
    font-size:15.5px;
    line-height:1.58;
  }
  .libros-page .libros-stack{
    gap:20px;
  }
  .libros-page .libros-stack .section-title p{
    font-size:14.8px;
    line-height:1.55;
  }
  .libros-page .libros-intent-panel,
  .libros-page .libros-document-list-card,
  .libros-page .libros-restoration-panel{
    padding:12px;
  }
  .libros-page .libros-compact-card,
  .libros-page .libros-wide-card{
    padding:16px;
  }
  .libros-page .libros-document-item,
  .libros-page .libros-restoration-panel li{
    min-height:38px;
    font-size:13.5px;
  }
}


/* Migas de pan */
.breadcrumb-wrap{
  background:#fff;
  border-bottom:1px solid var(--border,#e2e8f0);
}
.breadcrumb{
  color:var(--muted2,#64748b);
  font-size:12px;
  line-height:1.4;
}
.breadcrumb ol{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  margin:0;
  padding:12px 0;
  list-style:none;
}
.breadcrumb li{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-width:0;
}
.breadcrumb li + li::before{
  content:"/";
  color:#94a3b8;
  font-weight:600;
}
.breadcrumb a{
  color:var(--blue,#1d4ed8);
  font-weight:700;
  text-decoration:none;
}
.breadcrumb a:hover{
  color:var(--blue2,#1e40af);
  text-decoration:underline;
  text-underline-offset:3px;
}
.breadcrumb span{
  color:var(--text,#0f172a);
  font-weight:700;
  overflow-wrap:anywhere;
}
@media (max-width:520px){
  .breadcrumb{
    font-size:11.5px;
  }
  .breadcrumb ol{
    padding:10px 0;
    gap:6px;
  }
  .breadcrumb li{
    gap:6px;
  }
}
