.lv2 main{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding-top:68px;box-sizing:border-box}.lv2 .doc-hero{padding:0 24px 36px;text-align:center}.lv2 .doc-hero .hero-eyebrow{animation:none}.lv2 .doc-hero h1{font-size:clamp(36px,4.4vw,56px);font-weight:800;letter-spacing:-.035em;line-height:1.06;margin-bottom:16px;text-wrap:balance}.lv2 .doc-hero p{font-size:18px;line-height:1.55;color:#6e6e73;max-width:620px;margin:0 auto}.lv2 .doc-portales{max-width:1180px;margin:0 auto;width:100%;padding:0 24px 44px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;align-items:stretch}.lv2 .doc-portal{background:#ffffff;box-shadow:0 2px 10px rgba(15,23,42,.04);border-radius:24px;padding:36px 32px 32px}.lv2 .doc-portal-head{display:flex;align-items:center;gap:16px}.lv2 .doc-portal-logo{width:52px;height:52px;border-radius:50%;background:#ffffff;position:relative;overflow:hidden;box-shadow:inset 0 0 0 .5px rgba(15,23,42,.05),0 8px 22px rgba(15,23,42,.1);display:flex;align-items:center;justify-content:center}.lv2 .doc-portal-logo:before{content:"";position:absolute;inset:0;border-radius:50%;background:linear-gradient(180deg,rgba(0,82,204,.16),rgba(0,82,204,.05) 45%,rgba(0,82,204,0) 70%);pointer-events:none}.lv2 .doc-portal-logo img{position:relative;z-index:1;width:58%;height:58%;object-fit:contain}.lv2 .doc-portal-head h2{font-size:20px;font-weight:800;letter-spacing:-.02em}.lv2 .doc-list{display:flex;flex-direction:column;gap:16px;margin-top:26px}.lv2 .doc-item{position:relative;padding-left:30px}.lv2 .doc-item:before{content:"";position:absolute;left:0;top:4px;width:15px;height:15px;border-radius:50%;background-color:var(--color-primary);-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>') center /contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>') center /contain no-repeat}.lv2 .doc-item h3{font-size:16px;font-weight:700;letter-spacing:-.01em;margin-bottom:4px}.lv2 .doc-item p{font-size:14px;line-height:1.5;color:#6e6e73}.lv2 .doc-cta{text-align:center;padding:0 24px}.lv2 .doc-cta p{font-size:15px;color:#6e6e73;margin-bottom:18px}@media (max-width:960px){.lv2 .doc-portales{grid-template-columns:1fr}.lv2 .doc-portal{padding:28px 24px}}